.laan-beregner {
    max-width: 680px;
    margin: 0 auto;
    font-family: inherit;
    color: #1a1a1a;
}

/* Advarsel */
.lb-advarsel {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.4;
}

/* Gruppe */
.lb-gruppe {
    margin-bottom: 1.8rem;
}

/* Label */
.lb-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a5fa8;
    margin-bottom: 0.4rem;
}

/* Select / Input */
.lb-select,
.lb-input {
    width: 100%;
    background: #e8e8e8;
    border: none;
    border-bottom: 2px solid #1a5fa8;
    border-radius: 0;
    padding: 0.75rem 0.6rem;
    font-size: 1rem;
    color: #1a1a1a;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-sizing: border-box;
}

.lb-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a5fa8' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
    cursor: pointer;
}

.lb-input[type="number"]::-webkit-inner-spin-button,
.lb-input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

/* Fejlbesked */
.lb-fejl {
    color: #c0392b;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

/* Slider header */
.lb-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.5rem;
}

.lb-slider-vaerdi {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a5fa8;
    line-height: 1;
}

/* Slider */
.lb-slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: #ccc;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.lb-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1a5fa8;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.lb-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1a5fa8;
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.lb-slider-minmax {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.3rem;
}

/* Resultat */
.lb-resultat {
    text-align: center;
    padding: 2rem 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 2rem;
}

.lb-resultat-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.lb-resultat-beloeb {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0.2rem 0 0.3rem;
    line-height: 1;
    text-transform: uppercase;
}

.lb-resultat .lb-resultat-beloeb,
.lb-resultat p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.lb-resultat-ekstra {
    font-size: 0.85rem;
    color: #1a5fa8;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
}

.lb-separator {
    color: #999;
    margin: 0 0.4rem;
}

.lb-ugentlig-label {
    color: #999;
}

.lb-disclaimer {
    font-size: 0.72rem;
    color: #999;
    margin-top: 0.5rem;
}

/* Bestil tilbud */
#lb-tilbud-btn {
    margin-top: 1.5rem;
    display: none;
    background-color: #1a5fa8;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#lb-tilbud-btn:hover {
    background-color: #154d8a;
}

#lb-gf-wrapper {
    margin-top: 2rem;
    text-align: left;
}

#lb-gf-wrapper .gfield_label {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}

#lb-gf-wrapper .gfield {
    margin-bottom: 0.6rem !important;
}

#lb-gf-wrapper .gform_fields {
    --gf-form-gap-y: 0.6rem !important;
}

#lb-gf-wrapper .gform_button {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
