.bmc-calculator-6af9f685 {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    font-family: inherit;
    box-sizing: border-box;
}

.bmc-header-6af9f685 {
    font-family: inherit;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    background-color: #F8002F;
    color: #ffffff !important;
    padding: 15px;
    margin: -20px -20px 20px -20px;
    border-radius: 8px 8px 0 0;
}

.bmc-input-group-6af9f685 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.bmc-has-separator-6af9f685 {
    border-bottom: 1px solid #e2e8f0;
}

.bmc-input-group-6af9f685 label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Input Prefix & Suffix Styling */
.bmc-input-with-prefix-6af9f685 {
    display: flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.bmc-prefix-6af9f685 {
    padding: 8px 12px;
    background-color: #f1f5f9;
    border-right: 1px solid #cbd5e1;
    color: #64748b;
    font-weight: bold;
}
.bmc-input-with-prefix-6af9f685 input[type="number"] {
    width: 100%;
    padding: 8px;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.bmc-suffix-6af9f685 {
    padding: 8px 12px;
    color: #64748b;
    font-size: 0.9em;
    white-space: nowrap;
}

/* Number input styling for margin */
.bmc-number-input-6af9f685 {
    padding: 8px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1rem;
}

/* Hide number input arrows */
.bmc-no-arrows-6af9f685::-webkit-outer-spin-button,
.bmc-no-arrows-6af9f685::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bmc-no-arrows-6af9f685 {
  -moz-appearance: textfield;
}

/* Custom Slider Styling */
.bmc-slider-6af9f685 {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #cbd5e1;
    outline: none;
    border-radius: 4px;
}
.bmc-slider-6af9f685::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F8002F;
    cursor: pointer;
}
.bmc-slider-6af9f685::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F8002F;
    cursor: pointer;
    border: none;
}

.bmc-quick-buttons-6af9f685 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
    margin-top: 15px;
}

.bmc-btn-6af9f685 {
    flex: 1 1 auto;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

/* Dark Buttons - updated to be red always */
.bmc-btn-dark-6af9f685 {
    background: #F8002F;
    color: #ffffff;
    border: none;
}

/* Hover and Active states - Red background, no border */
.bmc-btn-dark-6af9f685:hover,
.bmc-btn-dark-6af9f685.active {
    background: #F8002F;
    color: #ffffff;
}

.bmc-results-6af9f685 {
    margin-top: 20px;
    background: #f8fafc;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.bmc-results-6af9f685 > p {
    padding: 5px 15px;
    margin: 0;
    color: #334155;
}

.bmc-highlight-wrapper-6af9f685 {
    background-color: #F8002F;
    color: white;
    padding: 15px;
    margin-top: 10px;
}

.bmc-highlight-wrapper-6af9f685 p {
    margin: 5px 0;
    color: white;
}

.bmc-highlight-6af9f685 {
    font-size: 1.25em;
    font-weight: 800;
    margin-bottom: 15px !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.bmc-margin-link-container-6af9f685 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.bmc-margin-link-6af9f685 {
    color: #F8002F !important;
    font-size: 0.85rem;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    transition: color 0.2s;
}

.bmc-margin-link-6af9f685:hover {
    color: #cc0026 !important; /* Slightly darker red on hover */
    text-decoration: none !important;
}

.bmc-footer-6af9f685 {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.bmc-footer-6af9f685 a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.bmc-footer-6af9f685 a:hover {
    text-decoration: none;
}
.bmc-red-text-6af9f685 {
    color: #F8002F;
}