@media (min-width: 768px) {
    .SocialHeader .navbar-brand img {
        height: 25px;
        min-height: auto;
        margin: 20px 0;
    }
}
.SocialFooter .company-logo {
    height: 25px;
    margin: 20px 0;
}

/* === Credit Card Form Page Redesign === */
.cc-pending-banner {
    border: 2px solid #f0c845 !important;
    background-color: #fef9e7 !important;
    border-radius: 8px;
    padding: 16px 20px;
    color: #333;
    line-height: 1.5;
}

.cc-summary-card {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px;
    overflow: hidden;
}

.cc-summary-header {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 1.05em;
}

.cc-summary-card > .card-body {
    padding: 20px;
}

.cc-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.cc-summary-subtitle {
    color: #999;
    font-size: 0.88em;
    margin-bottom: 16px;
}

.cc-summary-section {
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin-top: 4px;
}

.cc-submit-btn {
    background-color: #5b8def !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 30px !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.cc-submit-btn:hover {
    background-color: #4a7cde !important;
}

.cc-security-text {
    text-align: center;
    margin-top: 12px;
    color: #999;
    font-size: 0.85em;
    line-height: 1.8;
}

@media (max-width: 576px) {
    .cc-summary-row {
        font-size: 0.9em;
    }
    .cc-pending-banner {
        padding: 12px 14px;
        font-size: 0.92em;
    }
}