
.ps-fcb-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000080;
    padding: 18px 0 12px 0;
    z-index: 9999;
}

.ps-fcb-inner {
    max-width: 900px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.ps-fcb-left {
    display: flex;
    align-items: center;
}

.ps-fcb-left img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    object-fit: cover;
    background: #ffffff;
    margin-top: -42px; /* 2px micro adjustment for perfect midpoint */
}

.ps-fcb-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.ps-fcb-line1 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.ps-fcb-line2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
}

@media (max-width: 768px) {
    .ps-fcb-inner {
        flex-direction: column;
    }

    .ps-fcb-left img {
        margin-top: -32px;
    }
}
