.boat-owners-user-name-note {
    font-size: 12px;
}

.boat-owners-tcs-locked {
    overflow: hidden;
}

#boat-owners-tcs-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

#boat-owners-tcs-modal .boat-owners-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

#boat-owners-tcs-modal .boat-owners-modal__dialog {
    position: relative;
    max-width: 520px;
    margin: 10vh auto;
    background: #fff;
    padding: 24px;
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

#boat-owners-tcs-modal h2 {
    margin: 0 0 10px;
}

#boat-owners-tcs-modal p {
    margin: 0 0 12px;
}

#boat-owners-tcs-modal form label {
    display: block;
    margin: 10px 0;
}

#boat-owners-tcs-modal .button {
    margin-top: 6px;
}

.boat-owners-tcs-cancel {
    margin-left: 8px;
}

.boat-owners-reset-message {
    margin-top: 6px;
}

.boat-owners-clear-tcs {
    margin-left: 8px;
}

.boat-owners-filter-form {
    margin-bottom: 20px;
}

.boat-select {
    width: 50%;
}

.boat-owners-impersonation-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background: #b32d2e;
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
