.ahb-calc-87768b00-container {
    font-family: inherit;
    color: #333;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.ahb-calc-87768b00-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
}

.ahb-calc-87768b00-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.ahb-calc-87768b00-input-group {
    flex: 1;
    min-width: 200px;
}

.ahb-calc-87768b00-input-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.ahb-calc-87768b00-input-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.ahb-calc-87768b00-input-group input:focus {
    border-color: #0073aa;
    outline: none;
}

.ahb-calc-87768b00-comparison {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ahb-calc-87768b00-column {
    flex: 1;
    min-width: 280px;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.ahb-calc-87768b00-ahb {
    border: 2px solid #0073aa;
    background: #f0f8ff;
    position: relative;
}

.ahb-calc-87768b00-column h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.ahb-calc-87768b00-breakdown {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.ahb-calc-87768b00-breakdown li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
}

.ahb-calc-87768b00-breakdown li:last-child {
    border-bottom: none;
}

.ahb-calc-val {
    font-weight: 600;
}

.ahb-calc-minus {
    color: #d9534f;
}

.ahb-calc-87768b00-net {
    text-align: center;
    padding-top: 20px;
    border-top: 2px dashed #ccc;
}

.ahb-calc-87768b00-net h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #555;
}

.ahb-calc-87768b00-result {
    font-size: 32px;
    font-weight: 800;
    color: #333;
}

.ahb-calc-87768b00-result-highlight {
    color: #0073aa;
}

.ahb-calc-87768b00-disclaimer {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #777;
    font-style: italic;
}
