/* Bunt Academy – footer alt bilgi (tek satır) */
.bunt-footer-copyright-wrap {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bunt-footer-copyright-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
}

.bunt-footer-copy-text,
.bunt-footer-copy-credit {
    white-space: nowrap;
}

.bunt-footer-copy-sep {
    color: rgba(255, 255, 255, 0.35);
    user-select: none;
}

.bunt-footer-agency {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    flex-shrink: 0;
}

.bunt-footer-agency-logo {
    display: block;
    height: 1.75rem;
    width: auto;
    max-width: 5.5rem;
    object-fit: contain;
    vertical-align: middle;
}

.bunt-footer-agency:hover .bunt-footer-agency-logo {
    opacity: 0.9;
}

footer.footer2 .bunt-footer-copyright-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    margin-top: 0;
    border-top-color: rgba(255, 255, 255, 0.1);
}

footer.footer2 .bunt-footer-copyright-line {
    font-size: 0.9375rem;
    color: #ffffff;
}

footer .copyright_area .bunt-footer-copyright-wrap {
    margin-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 767px) {
    .bunt-footer-copyright-line {
        font-size: 0.8125rem;
        gap: 0.4rem 0.5rem;
    }

    .bunt-footer-copy-text {
        white-space: normal;
    }

    .bunt-footer-agency-logo {
        height: 1.5rem;
    }
}
