.reg-card {
    width: 100%;
    max-width: none;
    padding: 24px 22px;
    background: #fff6cc;
    border: 2px solid #000;
    border-radius: 16px;
    box-shadow: 4px 4px 0 #000;
    text-align: left;
}

/* Button */
.price-button {
    display: block;
    margin-top: 15px;
    padding: 12px 16px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #000;
    background: #127f28;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.price-button:hover {
    background: #0e6620;
    transform: translateY(-2px);
    box-shadow: 2px 2px 0 #000;
}

/* Price breakdown text */
.price-breakdown {
    display: block;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 400;
    opacity: 0.9;
}
