.souper-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-center {
    text-align: center;
}

/* Custom shadow for cards and buttons */
.shadow-soft {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
}

.souper-section {
    background-color: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.section-heading {
    font-size: 2.25rem;
    font-weight: 800;
    color: #374151;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.section-subheading {
    margin-top: 1rem;
    font-size: 1.25rem;
    color: #4b5563;
}

/* Alert Box styles */
.alert-box {
    background-color: #dbeafe;
    border-left: 4px solid #3b82f6;
    color: #1d4ed8;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-box .emoji {
    font-size: 1.875rem;
    margin-right: 1rem;
}

.alert-box .message {
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0;
    white-space: pre-wrap; /* to preserve consecutive spaces */
    text-align: center;
}

/* Souper Memory Button styles */
.souper-memory-btn {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background-color: #E87722;
    color: white;
    font-weight: 700;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border: none;
    cursor: pointer;
}

.souper-memory-btn:hover {
    background-color: #d46a1e;
}

.souper-memory-btn i {
    margin-right: 0.5rem;
}

.souper-btn {
    margin: 1rem auto;
    padding: 1.2rem 5rem;
    background-color: #861F41;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    /*transition: background-color 0.3s ease;*/
    border: none;
    cursor: pointer;
}

.souper-memory-btn:hover {
    background-color: #d46a1e;
}

.souper-memory-btn i {
    margin-right: 0.5rem;
}

/* Stat Cards Container */
.stat-cards-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
}

/* Stat Card styles */
.stat-card {
    background-color: #F9FAFB;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.stat-card .emoji-icon {
    font-size: 3.125rem;
    margin-bottom: 1rem;
}

.stat-card .stat-number {
    font-size: 3.125rem;
    font-weight: 800;
    color: #861F41;
    margin-bottom: 0.5rem;
    line-height: 1;
    overflow-wrap: break-word;
    word-break: break-all;
}

.stat-card .stat-label {
    font-size: 1.5rem;
    font-weight: 600;
    color: #374151;
}

/* Section Divider Styles */
.souper-section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem auto 3rem auto;
    width: 80%;
    max-width: 600px;
}

.souper-section-divider::before,
.souper-section-divider::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: #E87722;
    border-radius: 1px;
}

.souper-section-divider .divider-icon {
    margin: 0 1.5rem;
    font-size: 2rem;
    color: #861F41;
    line-height: 1;
}

#gift-frequency-recurring-suggestion {
    justify-self: center;
}

/* Responsive adjustments */
@media (min-width: 640px) {
    .souper-section {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .souper-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .section-heading {
        font-size: 3rem;
    }
    .stat-card .stat-number {
        font-size: 3.75rem;
    }
}

@media (max-width: 639px) {
    .section-heading {
        margin-bottom: 2rem;
    }

    .souper-section-divider {
        margin: 4rem auto 1rem auto;
    }

    #gift-frequency-recurring-suggestion {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .stat-cards-container {
        flex-direction: row;
    }
    .stat-card {
        width: calc(33.333333% - (2 * 2rem / 3));
        max-width: none;
    }
}

@media (min-width: 1024px) {
    .souper-section {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .souper-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Banner Placeholder Style */
.banner-placeholder {
    width: 100%;
    height: 16rem;
    background: linear-gradient(to right, #861F41, #E87722);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.875rem;
    font-weight: 700;
}