/* Planet tema – footer düzenlemeleri */

.planet-footer.bg_img {
    background-color: #0a2b50;
}

.planet-footer .xb-logo img {
    max-height: 58px;
    width: auto;
}

.planet-footer__bottom {
    gap: 20px 32px;
    align-items: center;
}

.planet-footer__bottom-main {
    gap: 16px 24px;
    flex-wrap: wrap;
    align-items: center;
}

.planet-footer__bottom-main p {
    margin: 0;
}

.planet-footer__legal {
    gap: 16px 24px;
    margin: 0;
    flex-wrap: wrap;
}

.planet-footer__legal li {
    position: relative;
}

.planet-footer__legal li:not(:last-child)::before {
    position: absolute;
    content: '';
    right: -12px;
    height: 62%;
    top: 6px;
    width: 1.5px;
    background: rgba(255, 255, 255, 0.7);
}

.planet-footer__legal a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.planet-footer__legal a:hover,
.planet-footer__legal a:focus-visible {
    color: #ffffff;
}

.planet-footer__fnp {
    flex-shrink: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.planet-footer__fnp:hover,
.planet-footer__fnp:focus-visible {
    color: var(--planet-brand-secondary);
}

.planet-footer__icon-x {
    display: block;
}

@media (max-width: 767px) {
    .planet-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .planet-footer__fnp {
        align-self: flex-end;
    }
}
.footer-style--three .xb-footer_bottom {
    padding: 40px 0 40px;
}