/* Butoane canale: WhatsApp, Viber, rețele sociale — AEÎ PRIMCREDIT */
.pc-channels-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}

.pc-channels-bar--footer {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.pc-channels-bar--contact {
    margin: 16px 0 0;
    justify-content: flex-start;
}

.pc-channel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.pc-channel-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0.95;
}

.pc-channel-btn i {
    font-size: 1.15em;
}

.pc-channel-btn--whatsapp {
    background: #25d366;
}

.pc-channel-btn--viber {
    background: #7360f2;
}

.pc-channel-btn--facebook {
    background: #1877f2;
}

.pc-channel-btn--instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.pc-channel-btn--tiktok {
    background: #010101;
    border: 1px solid #444;
}

.pc-channel-btn--google {
    background: #4285f4;
}

.pc-channel-btn--bing {
    background: #008373;
}

.pc-channels-heading {
    width: 100%;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3ad88f;
    font-weight: 700;
    margin: 0 0 4px;
    text-align: center;
}

.pc-channels-bar--contact .pc-channels-heading {
    text-align: left;
}

.pc-channels-note {
    font-size: 12px;
    color: #888;
    margin-top: 8px;
    line-height: 1.4;
}

#primcredit-app .pc-channels-bar--footer .pc-channels-heading {
    color: var(--pc-green);
}

#primcredit-app .footer-contact-block--channels {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 8px;
}

@media (max-width: 600px) {
    .pc-channel-btn {
        flex: 1 1 calc(50% - 10px);
        justify-content: center;
        min-width: 140px;
    }
}
