.tiered-pricing-wrapper-f4f10bc2 {
    font-family: inherit;
    max-width: 600px;
}
.tiers-container-f4f10bc2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
.tier-item-f4f10bc2 {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}
.tier-item-f4f10bc2.active {
    border-color: #000;
    background-color: #f9f9f9;
}
.tier-header-f4f10bc2 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tier-radio-f4f10bc2 {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
}
.tier-item-f4f10bc2.active .tier-radio-f4f10bc2 {
    border-color: #000;
}
.tier-item-f4f10bc2.active .tier-radio-f4f10bc2::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 10px; height: 10px;
    background: #000;
    border-radius: 50%;
}
.tier-title-f4f10bc2 {
    font-weight: bold;
    font-size: 16px;
}
.tier-badge-f4f10bc2 {
    background: #e6f4ea;
    color: #137333;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}
.tier-price-f4f10bc2 {
    font-size: 18px;
    font-weight: bold;
}
.tier-price-f4f10bc2 small {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.tier-summary-f4f10bc2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 8px;
}
.tier-total-f4f10bc2 {
    font-size: 20px;
    font-weight: bold;
}
.tier-btn-f4f10bc2 {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}
.tier-btn-f4f10bc2:hover {
    background: #333;
}