body {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

body:has(.musteripaneli-konteyner) {
    padding-top: 0;
}

.dark-background-wrapper {
    padding-bottom: 20px;
}

.corefooter-content-wrapper {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .corefooter-sidebar {
        background: rgba(20, 20, 25, 0.92);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: var(--kenar-yuvarlakligi);
    }

    .corefooter-tabs-container {
        margin-bottom: 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        justify-content: flex-start;
    }

    .corefooter-tabs-container::-webkit-scrollbar {
        display: none;
    }

    .corefooter-tabs {
        padding: 4px;
        gap: 3px;
        flex-wrap: nowrap;
    }

    .corefooter-tab-btn {
        font-size: var(--cv2-font-size-button, 11px);
        font-weight: 400;
        padding: 6px 10px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .corefooter-show-more-btn {
        font-size: var(--cv2-font-size-button, 11px);
        font-weight: 400;
        padding: 8px 12px;
        margin-left: auto;
        margin-right: auto;
        max-width: 240px;
    }

    .corefooter-main-content {
        padding: 16px 12px;
    }

    .corefooter-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .corefooter-service-item {
        padding: 8px 10px;
        gap: 6px;
        min-width: 0;
        overflow: hidden;
    }

    .corefooter-service-icon {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 14px;
        border-radius: 8px;
    }

    .corefooter-service-text strong {
        font-size: 12px;
    }

    .corefooter-service-text span {
        font-size: 10px;
    }

    .corefooter-bottom-band {
        border-top: none;
    }
}

.corefooter-copyright-section {
    overflow: visible;
    white-space: nowrap;
    padding: 8px 0 0;
}

.corefooter-copyright-section > div {
    flex-wrap: wrap;
    gap: 4px 8px;
    font-size: 12px;
}

.corefooter-bottom-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 0 0 12px 12px;
    flex-wrap: nowrap;
}

.corefooter-bottom-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.corefooter-bottom-payment {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corefooter-bottom-links {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
}

.corefooter-bottom-links a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s;
}

.corefooter-bottom-links a:hover {
    color: #fff;
}

.corefooter-sidebar-section {
    margin-bottom: 20px;
}

.corefooter-sidebar-section:last-of-type {
    margin-bottom: 0;
}

.corefooter-contact-cards {
    gap: 10px;
}

.corefooter-contact-card {
    padding: 10px 12px;
}

.corefooter-copyright-section a,
.corefooter-copyright-section a:link,
.corefooter-copyright-section a:visited,
.corefooter-copyright-section a:hover,
.corefooter-copyright-section a:active {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    white-space: nowrap;
}

.corefooter-copyright-section a:hover {
    color: #fff;
    text-decoration: underline;
}

.corefooter-copyright-section *:not(.site-name) {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    white-space: nowrap;
}

.corefooter-copyright-section .site-name {
    font-weight: 700;
    color: #fff;
}

.corefooter-copyright-section #wisecp_brand {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    text-align: left;
    width: auto;
    text-shadow: none;
    font-weight: 400;
}

.corefooter-copyright-section a strong,
.corefooter-copyright-section a b,
.corefooter-copyright-section strong,
.corefooter-copyright-section b {
    font-weight: 400;
}
