.spc-wrapper-bd7f8e92 {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.spc-card-bd7f8e92 {
    flex: 1 1 300px;
    background: #ffffff;
    padding: 3rem 2rem;
    text-align: center;
    border-top: 6px solid #c49a45; /* Default Gold */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spc-title-bd7f8e92 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.spc-duration-bd7f8e92 {
    color: #c49a45;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2rem;
}

.spc-divider-bd7f8e92 {
    border: 0;
    height: 1px;
    background-color: #eaeaea;
    margin: 0 0 2rem 0;
    width: 100%;
}

.spc-price-bd7f8e92 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1;
}

.spc-description-bd7f8e92 {
    font-style: italic;
    color: #777;
    font-size: 0.95rem;
    margin: 0;
}
