:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-99c73c4 */.bike-calc-wrapper {
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}

.calc-section {
    border: 1px solid #005a8c;
    margin-bottom: 20px;
}

.section-header {
    background: #005a8c;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.input-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #e1f0f7;
    background: #f4faff;
}

.input-row:last-child { border-bottom: none; }

.input-row label { font-size: 14px; color: #333; }
.input-row label a { color: #005a8c; text-decoration: underline; }

.input-row input, .input-row select {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.calc-actions {
    text-align: center;
    margin-top: 15px;
}

.btn-reset, .btn-calculate {
    padding: 10px 25px;
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.btn-reset { background: #47a8d8; }
.btn-calculate { background: #2497c7; }

.bike-result {
    margin-top: 20px;
    padding: 15px;
    background: #e7f3ff;
    border-left: 5px solid #005a8c;
    text-align: center;
}/* End custom CSS */