.sac-082c21a1-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
}

.sac-082c21a1-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .sac-082c21a1-grid {
        grid-template-columns: 1fr;
    }
}

.sac-082c21a1-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.sac-082c21a1-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.sac-082c21a1-card.active {
    border-color: #C8102E;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.sac-082c21a1-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sac-082c21a1-icon {
    font-size: 28px;
}

.sac-082c21a1-checkbox-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
}

.sac-082c21a1-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.sac-082c21a1-checkbox-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.sac-082c21a1-card.active .sac-082c21a1-checkbox-box {
    background-color: #C8102E;
    border-color: #C8102E;
}

.sac-082c21a1-card.active .sac-082c21a1-checkbox-box::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sac-082c21a1-title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: #0B1E36;
}

.sac-082c21a1-desc {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #6B7684;
    flex-grow: 1;
}

.sac-082c21a1-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.sac-082c21a1-price-val {
    font-size: 22px;
    font-weight: 800;
    color: #0B1E36;
}

.sac-082c21a1-price-label {
    font-size: 13px;
    color: #6B7684;
}

/* SUMMARY BAR */
.sac-082c21a1-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 640px) {
    .sac-082c21a1-summary {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
        text-align: center;
    }
}

.sac-082c21a1-total-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sac-082c21a1-total-label {
    font-size: 14px;
    font-weight: 600;
    color: #6B7684;
}

.sac-082c21a1-total-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    justify-content: center;
}

.sac-082c21a1-total-val {
    font-size: 36px;
    font-weight: 800;
    color: #0B1E36;
}

.sac-082c21a1-btn {
    background-color: #C8102E;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    text-align: center;
}

.sac-082c21a1-btn:hover {
    background-color: #8E0C22;
    color: #ffffff;
}
