/* AtSea — Ledenkaart in Mijn account */

.atsea-lk h2 {
    margin-top: 0;
}

.atsea-lk h3 {
    margin: 28px 0 10px;
    font-size: 1.05em;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.atsea-lk-intro {
    color: #555;
    max-width: 62ch;
}

.atsea-lk-status {
    padding: 12px 16px;
    border-radius: 6px;
    margin: 16px 0 24px;
    border-left: 4px solid #ccc;
    background: #f7f7f7;
    font-size: .95em;
}

.atsea-lk-status.is-ok {
    border-left-color: #1a7f37;
    background: #f2fbf4;
}

.atsea-lk-status.is-wachten {
    border-left-color: #c9a227;
    background: #fdf9ec;
}

.atsea-lk-status.is-uit,
.atsea-lk-status.is-nieuw {
    border-left-color: #6c7781;
    background: #f4f5f6;
}

.atsea-lk-hint {
    display: block;
    color: #666;
    font-size: .85em;
    margin-top: 4px;
}

.atsea-lk-form .form-row {
    margin-bottom: 14px;
}

.atsea-lk-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.atsea-lk-form input[type="text"],
.atsea-lk-form input[type="tel"],
.atsea-lk-form input[type="email"],
.atsea-lk-form input[type="url"],
.atsea-lk-form textarea,
.atsea-lk-form select {
    width: 100%;
    box-sizing: border-box;
}

.atsea-lk-waarschuwing {
    background: #fdf9ec;
    border-left: 4px solid #c9a227;
    padding: 10px 14px;
    border-radius: 0 6px 6px 0;
    font-size: .9em;
    color: #5c4a12;
    max-width: 62ch;
    margin: 0 0 16px;
}

.atsea-lk-waarschuwing.is-actief {
    background: #fbeeee;
    border-left-color: #a33;
    color: #6b2020;
    font-weight: 500;
}

.atsea-lk-form .atsea-lk-schakelaar {
    font-weight: 600;
}

.atsea-lk-form input[readonly],
.atsea-lk-form input[disabled] {
    background: #f4f5f6;
    color: #666;
    cursor: not-allowed;
}

.atsea-lk-teller {
    display: block;
    text-align: right;
    color: #777;
    font-size: .8em;
}

.atsea-lk-logo-huidig img {
    max-width: 180px;
    height: auto;
    border-radius: 6px;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 6px;
}

.atsea-lk-verwijder,
.atsea-lk-form .woocommerce-form__label-for-checkbox {
    font-weight: 400;
    display: inline-block;
}

.atsea-lk-preview {
    display: none;
    max-width: 180px;
    height: auto;
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.atsea-lk-preview.is-zichtbaar {
    display: block;
}

.atsea-lk-danger {
    margin-top: 36px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.atsea-lk-danger summary {
    cursor: pointer;
    color: #a33;
    font-size: .92em;
}

.atsea-lk-danger p {
    color: #666;
    font-size: .92em;
    max-width: 62ch;
}

.atsea-lk-knop-rood {
    background: #a33 !important;
    color: #fff !important;
}
