:root {
    --huur-bg: #f7f5f3;
    --huur-ink: #27262b;
    --huur-muted: #69666f;
    --huur-line: #e6e1dc;
    --huur-gold: #c59545;
    --huur-gold-dark: #a9792c;
    --huur-panel: rgba(255, 255, 255, 0.88);
    --huur-shadow: 0 22px 55px rgba(31, 29, 34, 0.13);
}

body:has(.huur-auth-page),
body:has(.huur-shell) {
    margin: 0;
    overflow-x: hidden;
}

body:has(.huur-auth-page) .site,
body:has(.huur-shell) .site,
body:has(.huur-auth-page) #page,
body:has(.huur-shell) #page,
body:has(.huur-auth-page) .entry-content,
body:has(.huur-shell) .entry-content,
body:has(.huur-auth-page) .wp-site-blocks,
body:has(.huur-shell) .wp-site-blocks {
    max-width: none;
}

.huur-auth-page,
.huur-shell {
    width: 100vw;
    min-height: 100vh;
    margin-left: calc(50% - 50vw);
    color: #ffffff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.huur-auth-page [hidden],
.huur-shell [hidden],
.huur-auth-page .is-huur-hidden,
.huur-shell .is-huur-hidden {
    display: none !important;
}

.huur-auth-page {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: clamp(28px, 5vw, 56px) 18px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.62)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.58)),
        url("../images/portal-bg.png") center / cover;
}

.huur-auth-card {
    width: min(408px, 100%);
    padding: 40px 38px 62px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(0, 0, 0, 0.34));
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    color: #ffffff;
    backdrop-filter: blur(22px) saturate(112%);
}

.huur-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.huur-logo img {
    display: block;
    width: 66px;
    height: auto;
    filter: invert(1);
}

.huur-auth-card h1,
.huur-card h2,
.huur-card h3,
.huur-kicker {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.huur-auth-card h1 {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.huur-auth-card p {
    margin: 10px 0 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.huur-auth-panel {
    display: none;
}

.huur-auth-panel.is-active {
    display: block;
}

.huur-shell {
    min-height: 100vh;
    padding: 32px 18px 64px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 0, 0.68)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.62)),
        url("../images/portal-bg.png") center / cover fixed;
}

.huur-topbar,
.huur-card {
    width: min(920px, 100%);
    margin: 0 auto;
}

.huur-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.huur-wordmark {
    display: flex;
    align-items: center;
}

.huur-wordmark img {
    display: block;
    width: 46px;
    height: auto;
    filter: invert(1);
}

.huur-logout {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.huur-card {
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.36));
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    color: #ffffff;
    backdrop-filter: blur(24px) saturate(112%);
}

.huur-form-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.huur-kicker {
    margin-bottom: 22px;
    font-size: 18px;
}

.huur-card h2 {
    font-size: 24px;
}

.huur-card h3 {
    margin: 22px 0 12px;
    font-size: 17px;
}

.huur-field-group {
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.14);
}

.huur-field-group h3 {
    margin-top: 0;
}

.huur-step-meta {
    display: grid;
    gap: 14px;
    justify-items: end;
    color: rgba(255, 255, 255, 0.76);
    white-space: nowrap;
}

.huur-step-meta strong {
    font-weight: 500;
}

.huur-progress {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
}

.huur-progress span {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.68));
    transition: width 180ms ease;
}

.huur-step {
    display: none;
    padding-top: 28px;
}

.huur-step.is-active {
    display: block;
}

.huur-lede {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.74);
}

.huur-grid.two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.huur-field {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.92);
}

.huur-field span,
.huur-check span {
    font-size: 14px;
}

.huur-field b {
    color: #ffffff;
}

.huur-field input,
.huur-field textarea,
.huur-field select,
.huur-inline-control {
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font: inherit;
}

.huur-field input::placeholder,
.huur-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.44);
}

.huur-auth-card .huur-field {
    color: rgba(255, 255, 255, 0.92);
}

.huur-auth-card .huur-field input {
    min-height: 38px;
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(0, 0, 0, 0.22);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.huur-auth-card .huur-field input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.huur-password-wrap {
    position: relative;
    display: block;
}

.huur-password-wrap input {
    padding-right: 86px !important;
}

.huur-password-wrap button {
    position: absolute;
    top: 50%;
    right: 10px;
    display: grid;
    place-items: center;
    width: 66px !important;
    min-width: 66px !important;
    height: 28px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
}

.huur-field input,
.huur-field textarea,
.huur-field select {
    padding: 8px 12px;
}

.huur-field input:hover,
.huur-field textarea:hover,
.huur-field select:hover,
.huur-field input:focus,
.huur-field textarea:focus,
.huur-field select:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.92);
    color: #111111;
    outline: none;
}

.huur-field input:hover::placeholder,
.huur-field textarea:hover::placeholder,
.huur-field input:focus::placeholder,
.huur-field textarea:focus::placeholder {
    color: rgba(0, 0, 0, 0.48);
}

.huur-inline-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
}

.huur-inline-control > input {
    border: 0;
    border-radius: 5px 0 0 5px;
}

.huur-unit-select,
.huur-services-select {
    width: 100%;
    min-height: 42px;
}

.huur-inline-control > .huur-unit-select {
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0 5px 5px 0;
    background: rgba(0, 0, 0, 0.22);
    color: #ffffff;
    padding: 0 10px;
}

.huur-service-select {
    margin-top: 16px;
}

.huur-shell .select2-container {
    width: 100% !important;
    font: inherit;
}

.huur-shell .select2-container--default .select2-selection--single,
.huur-shell .select2-container--default .select2-selection--multiple {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.22) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.huur-shell .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 0 5px 5px 0;
}

.huur-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
    line-height: 42px;
    padding-left: 12px;
    padding-right: 28px;
}

.huur-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.huur-shell .select2-container--default .select2-selection--multiple {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 8px;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    background: #ffffff !important;
    color: #111111 !important;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #111111 !important;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:focus {
    background: #111111 !important;
    color: #ffffff !important;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__display,
.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:focus .select2-selection__choice__display,
.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:hover span,
.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:focus span {
    color: #ffffff !important;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0 !important;
    color: #111111 !important;
    margin-right: 4px;
    padding: 0;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove,
.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:focus .select2-selection__choice__remove {
    color: #ffffff !important;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-search__field {
    color: #ffffff !important;
    width: 150px !important;
    min-width: 150px !important;
    min-height: 28px;
    margin: 0;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.huur-select2-dropdown {
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    background: rgba(10, 10, 10, 0.96) !important;
    color: #ffffff !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
}

.huur-select2-dropdown .select2-results__option {
    color: #ffffff;
    min-height: 36px;
    padding: 9px 12px;
}

.huur-select2-dropdown .select2-results__option--highlighted,
.huur-select2-dropdown .select2-results__option--selected {
    background: #ffffff !important;
    color: #111111 !important;
}

.huur-select2-dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    background: #111111 !important;
    color: #ffffff !important;
}

.huur-select {
    position: relative;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.huur-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 38px;
    padding: 0 10px 0 12px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    font: inherit;
    cursor: pointer;
}

.huur-select-trigger span,
.huur-multiselect-trigger span {
    color: inherit;
}

.huur-select-menu {
    position: absolute;
    z-index: 25;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    min-width: 124px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.88);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px) saturate(112%);
}

.huur-select.is-open .huur-select-menu {
    display: grid;
    gap: 4px;
}

.huur-select-menu button {
    min-height: 34px;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #ffffff;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.huur-select-menu button span,
.huur-select-menu button:hover span,
.huur-select-menu button:focus span,
.huur-select-menu button.is-selected span {
    color: inherit;
}

.huur-select-trigger:hover,
.huur-select-trigger:focus,
.huur-select.is-open .huur-select-trigger,
.huur-select-menu button:hover,
.huur-select-menu button:focus,
.huur-select-menu button.is-selected {
    background: #ffffff;
    color: #111111;
    outline: none;
}

.huur-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.78);
}

.huur-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #ffffff;
}

.huur-check.compact {
    color: rgba(248, 244, 238, 0.78);
}

.huur-upload {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 150px;
    margin-top: 20px;
    border: 1px dashed rgba(255, 255, 255, 0.32);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
    text-align: center;
    cursor: pointer;
}

.huur-upload:hover,
.huur-upload:focus-within,
.huur-upload.is-dragging {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
}

.huur-upload-target {
    max-width: 360px;
}

.huur-multiselect {
    position: relative;
    margin-top: 16px;
}

.huur-multiselect-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.huur-multiselect-trigger:hover,
.huur-multiselect-trigger:focus,
.huur-multiselect.is-open .huur-multiselect-trigger,
.huur-button.ghost:hover,
.huur-button.ghost:focus,
.huur-mini-button:hover,
.huur-mini-button:focus,
.huur-file-tabs button:hover,
.huur-file-tabs button:focus {
    border-color: #ffffff;
    background: #ffffff;
    color: #111111;
    outline: none;
}

.huur-multiselect-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    max-height: 270px;
    padding: 8px;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.86);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(18px) saturate(112%);
}

.huur-multiselect.is-open .huur-multiselect-menu {
    display: grid;
    gap: 4px;
}

.huur-multiselect-option {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.huur-multiselect-option:hover,
.huur-multiselect-option:focus-within {
    background: #ffffff;
    color: #111111;
}

.huur-multiselect-option span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    color: inherit;
}

.huur-multiselect-option:hover span,
.huur-multiselect-option:focus-within span {
    color: #111111;
}

.huur-multiselect-option input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #ffffff;
}

.huur-multiselect-option:hover input,
.huur-multiselect-option:focus-within input {
    accent-color: #111111;
}

.huur-upload input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.huur-upload-icon,
.huur-success-mark {
    display: grid;
    place-items: center;
    color: #ffffff;
}

.huur-upload-icon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    font-size: 30px;
}

.huur-upload small {
    color: rgba(255, 255, 255, 0.62);
}

.huur-file-preview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    margin-top: 16px;
}

.huur-upload-summary,
.huur-file-panel,
.huur-review-card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.2);
}

.huur-upload-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 9px 12px;
}

.huur-upload-summary[hidden],
.huur-file-panel[hidden] {
    display: none;
}

.huur-upload-summary span {
    color: #ffffff;
}

.huur-upload-summary strong {
    font-size: 14px;
    font-weight: 500;
}

.huur-mini-button {
    min-height: 30px;
    margin-left: auto;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
}

.huur-file-panel {
    margin-top: 10px;
    padding: 12px;
}

.huur-file-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 9px;
}

.huur-file-tabs button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent;
    color: rgba(255, 255, 255, 0.76);
    font: inherit;
    font-size: 13px;
    cursor: pointer;
}

.huur-file-tabs button.is-active {
    border-color: #ffffff;
    background: #ffffff;
    color: #111111;
}

.huur-file-item {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto auto auto;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.16);
}

.huur-file-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #ffffff;
}

.huur-file-group {
    display: grid;
    gap: 8px;
    align-content: start;
}

.huur-file-group-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 28px;
}

.huur-file-group h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.huur-file-group-head span {
    display: grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.huur-file-icon {
    display: grid;
    place-items: center;
    min-width: 32px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
}

.huur-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.huur-file-size {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    white-space: nowrap;
}

.huur-file-category {
    padding: 3px 7px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
    white-space: nowrap;
}

.huur-file-remove {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: rgba(255, 255, 255, 0.68);
    cursor: pointer;
}

.huur-file-remove:hover,
.huur-file-remove:focus {
    background: #ffffff;
    color: #111111;
    outline: none;
}

.huur-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.huur-photo-grid-inline {
    margin-top: 8px;
}

.huur-photo-card {
    display: grid;
    gap: 6px;
}

.huur-photo-card .huur-file-item {
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
}

.huur-photo-open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.huur-photo-open:hover,
.huur-photo-open:focus {
    outline: 1px solid #ffffff;
    outline-offset: 3px;
}

.huur-photo-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.huur-lightbox-open {
    overflow: hidden;
}

.huur-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 28px;
}

.huur-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(12px);
}

.huur-lightbox-frame {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    width: min(980px, 94vw);
    max-height: 90vh;
    margin: 0;
    color: #ffffff;
}

.huur-lightbox-frame img {
    display: block;
    width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #050505;
}

.huur-lightbox-frame figcaption {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    text-align: center;
}

.huur-lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font: inherit;
    line-height: 1;
    cursor: pointer;
}

.huur-lightbox-close:hover,
.huur-lightbox-close:focus {
    background: #111111;
    color: #ffffff;
    outline: none;
}

.huur-photo-card small {
    color: rgba(255, 255, 255, 0.66);
}

.huur-empty-files,
.huur-upload-tip {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.huur-upload-tip {
    margin-top: 12px;
}

.huur-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.huur-review-card {
    min-height: 134px;
    padding: 16px;
    overflow: hidden;
}

.huur-review-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.huur-review-card h3 {
    margin: 0;
    font-size: 16px;
}

.huur-review-edit {
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
}

.huur-review-edit:hover,
.huur-review-edit:focus {
    border-color: #ffffff;
    background: #ffffff;
    color: #111111;
    outline: none;
}

.huur-review-card p {
    margin: 6px 0;
    color: rgba(255, 255, 255, 0.76);
}

.huur-review-card p strong {
    color: #ffffff;
    font-weight: 500;
}

.huur-review-muted {
    line-height: 1.55;
}

.huur-review-checks {
    display: grid;
    gap: 5px;
    margin-top: 8px;
}

.huur-review-checks span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.huur-review-checks span::before {
    content: "✓";
    display: inline-block;
    margin-right: 8px;
    color: #ffffff;
}

.huur-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.huur-actions [data-huur-next],
.huur-actions [data-huur-submit] {
    margin-left: auto;
}

.huur-actions [data-huur-next] + [data-huur-submit] {
    margin-left: 0;
}

.huur-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font: inherit;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.huur-button.primary {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.9);
    color: #111111;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.huur-button.primary:hover,
.huur-button.primary:focus,
.huur-button.light:hover,
.huur-button.light:focus {
    border-color: #ffffff;
    background: #111111;
    color: #ffffff;
    outline: none;
}

.huur-button.ghost {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.14);
    color: #ffffff;
}

.huur-button.light {
    display: block;
    width: 100%;
    margin: 22px auto 0;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.88);
    color: #111111;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.huur-auth-card .huur-button.light {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 44px;
    margin-top: 24px;
    font-weight: 600;
}

.huur-project-form.is-submitting {
    pointer-events: none;
}

.huur-project-form.is-submitting::after {
    content: "Submitting your project...";
    position: fixed;
    z-index: 999998;
    inset: auto 24px 24px auto;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.82);
    color: #ffffff;
    backdrop-filter: blur(18px);
}

.huur-auth-links,
.huur-auth-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
}

.huur-auth-links {
    display: grid;
    gap: 4px;
    text-align: center;
}

.huur-auth-links a,
.huur-auth-switch button {
    padding: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #ffffff;
    font: inherit;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.huur-auth-links a:hover,
.huur-auth-links a:focus,
.huur-auth-switch button:hover,
.huur-auth-switch button:focus,
.huur-shell a:hover,
.huur-shell a:focus,
.huur-project-form a:hover,
.huur-project-form a:focus,
.huur-card button:hover,
.huur-card button:focus,
.huur-auth-card button:hover,
.huur-auth-card button:focus {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #111111 !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration-color: #111111 !important;
}

.huur-button.primary:hover,
.huur-button.primary:focus,
.huur-button.light:hover,
.huur-button.light:focus,
.huur-auth-card .huur-button:hover,
.huur-auth-card .huur-button:focus {
    border-color: #ffffff !important;
    background: #111111 !important;
    color: #ffffff !important;
}

.huur-field input:hover,
.huur-field textarea:hover,
.huur-field select:hover,
.huur-field input:focus,
.huur-field textarea:focus,
.huur-field select:focus {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #111111 !important;
    outline: none !important;
    box-shadow: none !important;
}

.huur-notice {
    margin: 0 0 16px;
    padding: 10px 12px;
    border-radius: 5px;
    color: #1f3d27;
    background: rgba(230, 247, 235, 0.9);
}

.huur-notice.error {
    color: #5e241f;
    background: rgba(255, 231, 227, 0.9);
}

.huur-success {
    min-height: 330px;
    text-align: center;
}

.huur-success-card {
    display: grid;
    justify-items: center;
    gap: 20px;
    width: min(920px, 100%);
    min-height: 396px;
    margin-top: 24px;
    padding: clamp(34px, 5vw, 46px);
    align-content: center;
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.5));
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    text-align: center;
}

.huur-success-mark {
    width: 84px;
    height: 84px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
    font-size: 54px;
    font-weight: 300;
    line-height: 1;
}

.huur-success p {
    color: rgba(255, 255, 255, 0.76);
}

.huur-success-card .huur-success-mark {
    margin-bottom: 8px;
}

.huur-success-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.huur-success-card .huur-button.primary {
    width: min(182px, 100%);
    margin-top: 2px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.huur-success-tip {
    width: 100%;
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.7);
}

.huur-portal-app {
    display: grid;
    grid-template-columns: 268px minmax(0, 1fr);
    width: min(1320px, 100%);
    min-height: 720px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(8, 10, 14, 0.72);
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(24px) saturate(112%);
}

.huur-portal-sidebar {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 26px;
    padding: 26px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(16, 20, 28, 0.86);
}

.huur-portal-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.huur-portal-brand img {
    width: 44px;
    filter: invert(1);
}

.huur-portal-brand strong,
.huur-portal-brand span {
    display: block;
}

.huur-portal-brand span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.huur-portal-nav {
    display: grid;
    align-content: start;
    gap: 8px;
}

.huur-portal-nav a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.huur-portal-nav a:hover,
.huur-portal-nav a:focus,
.huur-portal-nav a.is-active {
    border-color: rgba(255, 255, 255, 0.18);
    background: #ffffff;
    color: #111111;
}

.huur-portal-main {
    display: grid;
    align-content: start;
    gap: 22px;
    padding: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.12));
}

.huur-portal-view {
    display: none;
    gap: 22px;
}

.huur-portal-view.is-active {
    display: grid;
}

.huur-portal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.huur-portal-header span,
.huur-portal-panel p,
.huur-project-table td span,
.huur-file-list span,
.huur-activity-list span {
    color: rgba(255, 255, 255, 0.62);
}

.huur-portal-header h1,
.huur-portal-panel h2 {
    margin: 0;
}

.huur-portal-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.huur-portal-stats article,
.huur-portal-panel {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.huur-portal-stats article {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.huur-portal-stats span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.huur-portal-stats strong {
    font-size: 32px;
    line-height: 1;
}

.huur-portal-panel {
    padding: 20px;
}

.huur-portal-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.huur-project-table-wrap {
    overflow-x: auto;
}

.huur-project-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.huur-project-table th {
    padding: 13px 14px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

.huur-project-table td {
    padding: 15px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}

.huur-project-table td strong,
.huur-project-table td span {
    display: block;
}

.huur-table-progress {
    width: 120px;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.huur-table-progress i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #ffffff;
}

.huur-table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.huur-table-actions a {
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

.huur-table-actions a:hover,
.huur-table-actions a:focus {
    background: #ffffff;
    color: #111111;
}

.huur-portal-split {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 22px;
}

.huur-file-list,
.huur-activity-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.huur-file-list a,
.huur-activity-list p {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.18);
    color: #ffffff;
    text-decoration: none;
}

.huur-file-list a:hover,
.huur-file-list a:focus {
    background: #ffffff;
    color: #111111;
}

.huur-file-list a:hover span,
.huur-file-list a:focus span {
    color: rgba(0, 0, 0, 0.62);
}

.huur-shortcut-grid,
.huur-dashboard-upload,
.huur-project-file-groups,
.huur-file-category-grid,
.huur-account-form {
    display: grid;
    gap: 12px;
}

.huur-shortcut-grid {
    margin-top: 14px;
}

.huur-shortcut-grid a,
.huur-project-file-group,
.huur-file-category-grid > div {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.16);
}

.huur-shortcut-grid a {
    min-height: 42px;
    padding: 10px 12px;
    color: #ffffff;
    text-decoration: none;
}

.huur-shortcut-grid a:hover,
.huur-shortcut-grid a:focus {
    background: #ffffff;
    color: #111111;
}

.huur-dashboard-upload {
    grid-template-columns: minmax(180px, 1fr) 160px minmax(220px, 1fr) auto;
    align-items: end;
    margin-bottom: 20px;
}

.huur-dashboard-upload select,
.huur-dashboard-upload input[type="file"] {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.18);
    color: #ffffff;
    padding: 8px 10px;
    font: inherit;
}

.huur-project-file-group {
    padding: 16px;
}

.huur-project-file-group header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.huur-project-file-group h3,
.huur-project-file-group h4 {
    margin: 0;
}

.huur-file-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.huur-file-category-grid > div {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 12px;
}

.huur-file-category-grid a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.huur-file-category-grid a:hover,
.huur-file-category-grid a:focus {
    text-decoration: underline;
}

.huur-table-actions a.is-danger {
    border-color: rgba(255, 255, 255, 0.34);
}

.huur-dashboard {
    display: grid;
    gap: 22px;
}

.huur-dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
}

.huur-dashboard-head p,
.huur-dashboard-empty p,
.huur-dashboard-project p {
    color: rgba(255, 255, 255, 0.72);
}

.huur-dashboard-list {
    display: grid;
    gap: 14px;
}

.huur-dashboard-project,
.huur-dashboard-empty {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
}

.huur-dashboard-project h3,
.huur-dashboard-empty h3 {
    margin: 0;
    color: #ffffff;
}

.huur-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 8px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
}

.huur-status-pill.is-draft {
    background: rgba(0, 0, 0, 0.22);
}

.huur-status-pill.is-submitted {
    background: rgba(255, 255, 255, 0.18);
}

.huur-dashboard-meta,
.huur-dashboard-services,
.huur-dashboard-files {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.huur-dashboard-meta span,
.huur-dashboard-services span,
.huur-dashboard-files a {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 12px;
}

.huur-dashboard-files a:hover,
.huur-dashboard-files a:focus {
    background: #ffffff;
    color: #111111;
}

.huur-upload-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 20px;
}

.huur-upload-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(12px);
}

.huur-upload-modal-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(430px, 100%);
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.72));
    color: #ffffff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(24px) saturate(112%);
}

.huur-upload-modal-card h3,
.huur-upload-modal-card p {
    margin: 0;
}

.huur-upload-modal-card p {
    color: rgba(255, 255, 255, 0.72);
}

.huur-upload-modal-options {
    display: grid;
    gap: 8px;
}

.huur-upload-modal-options button {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font: inherit;
    cursor: pointer;
}

.huur-upload-modal-options button:hover,
.huur-upload-modal-options button:focus,
.huur-upload-modal-options button.is-selected {
    background: #ffffff;
    color: #111111;
    outline: none;
}

.huur-upload-modal-actions {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 760px) {
    .huur-auth-page,
    .huur-shell {
        min-height: auto;
    }

    .huur-auth-card {
        padding: 28px 20px;
    }

    .huur-form-head,
    .huur-grid.two,
    .huur-review-grid {
        grid-template-columns: 1fr;
    }

    .huur-form-head {
        display: grid;
    }

    .huur-step-meta {
        justify-items: start;
    }

    .huur-actions {
        flex-wrap: wrap;
    }

    .huur-dashboard-head {
        display: grid;
    }

    .huur-portal-app {
        grid-template-columns: 1fr;
    }

    .huur-portal-sidebar {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .huur-portal-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .huur-portal-main {
        padding: 18px;
    }

    .huur-portal-header,
    .huur-portal-split {
        display: grid;
    }

    .huur-dashboard-upload,
    .huur-file-category-grid {
        grid-template-columns: 1fr;
    }

    .huur-portal-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .huur-actions [data-huur-next],
    .huur-actions [data-huur-submit] {
        width: 100%;
        margin-left: 0;
    }

    .huur-file-preview,
    .huur-photo-grid {
        grid-template-columns: 1fr;
    }
}

.huur-auth-page a:hover,
.huur-auth-page a:focus,
.huur-auth-page button:hover,
.huur-auth-page button:focus,
.huur-shell a:hover,
.huur-shell a:focus,
.huur-shell button:hover,
.huur-shell button:focus,
.huur-multiselect-option:hover,
.huur-multiselect-option:focus-within,
.huur-select-menu button:hover,
.huur-select-menu button:focus,
.huur-select-menu button.is-selected,
.huur-file-tabs button:hover,
.huur-file-tabs button:focus,
.huur-file-tabs button.is-active {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #111111 !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration-color: #111111 !important;
}

.huur-auth-page .huur-button.light:hover,
.huur-auth-page .huur-button.light:focus,
.huur-shell .huur-button.primary:hover,
.huur-shell .huur-button.primary:focus {
    border-color: #ffffff !important;
    background: #111111 !important;
    color: #ffffff !important;
}

.huur-auth-page input:hover,
.huur-auth-page input:focus,
.huur-shell input:hover,
.huur-shell input:focus,
.huur-shell textarea:hover,
.huur-shell textarea:focus {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #111111 !important;
    outline: none !important;
    box-shadow: none !important;
}

.huur-auth-page,
.huur-shell,
.huur-auth-page *,
.huur-shell * {
    color: #ffffff;
}

.huur-auth-page input,
.huur-auth-page textarea,
.huur-shell input,
.huur-shell textarea,
.huur-shell select {
    color: #ffffff !important;
}

.huur-auth-page input::placeholder,
.huur-auth-page textarea::placeholder,
.huur-shell input::placeholder,
.huur-shell textarea::placeholder {
    color: rgba(255, 255, 255, 0.58) !important;
}

.huur-auth-page input:hover,
.huur-auth-page input:focus,
.huur-auth-page textarea:hover,
.huur-auth-page textarea:focus,
.huur-shell input:hover,
.huur-shell input:focus,
.huur-shell textarea:hover,
.huur-shell textarea:focus {
    color: #111111 !important;
}

.huur-auth-page input:hover::placeholder,
.huur-auth-page input:focus::placeholder,
.huur-auth-page textarea:hover::placeholder,
.huur-auth-page textarea:focus::placeholder,
.huur-shell input:hover::placeholder,
.huur-shell input:focus::placeholder,
.huur-shell textarea:hover::placeholder,
.huur-shell textarea:focus::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.huur-shell .huur-multiselect-option span,
.huur-shell .huur-multiselect-option input + span {
    color: inherit !important;
}

.huur-shell .huur-multiselect-option:hover span,
.huur-shell .huur-multiselect-option:focus-within span {
    color: #111111 !important;
}

.huur-shell .huur-photo-open,
.huur-shell .huur-photo-open:hover,
.huur-shell .huur-photo-open:focus {
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.huur-shell .huur-select-menu button,
.huur-shell .huur-select-menu button span,
.huur-shell .huur-select-trigger span,
.huur-shell .huur-multiselect-trigger span {
    color: inherit !important;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice,
.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice *,
.huur-project-form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.huur-project-form .select2-container--default .select2-selection--multiple .select2-selection__choice * {
    background: #ffffff !important;
    color: #111111 !important;
}

.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
.huur-shell .select2-container--default .select2-selection--multiple .select2-selection__choice:hover *,
.huur-project-form .select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
.huur-project-form .select2-container--default .select2-selection--multiple .select2-selection__choice:hover * {
    background: #111111 !important;
    color: #ffffff !important;
}

.huur-shell .huur-actions,
.huur-project-form .huur-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.huur-shell .huur-button,
.huur-project-form .huur-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 120px !important;
    white-space: nowrap !important;
}

.huur-shell .huur-button[hidden],
.huur-shell .huur-button.is-huur-hidden,
.huur-project-form .huur-button[hidden],
.huur-project-form .huur-button.is-huur-hidden {
    display: none !important;
}

.huur-auth-card .huur-field input[type="password"] {
    padding-right: 12px !important;
}
