.huur-book-call,
.huur-book-call * {
    box-sizing: border-box !important;
}

.huur-book-call {
    --huur-book-panel: min(510px, calc(100vw - 78px));
    position: fixed !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 999999 !important;
    width: 58px !important;
    height: 1px !important;
    color: #ffffff !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    pointer-events: none !important;
}

.huur-book-call.is-open {
    width: min(620px, 100vw) !important;
}

.huur-book-call__tab {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    z-index: 3 !important;
    display: inline-flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    width: 54px !important;
    min-height: 148px !important;
    padding: 14px 9px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 100px !important;
    background: #07111c !important;
    color: #ffffff !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    transition: right 0.36s ease, background 0.2s ease, color 0.2s ease !important;
    pointer-events: auto !important;
}

.huur-book-call.is-open .huur-book-call__tab {
    right: calc(var(--huur-book-panel) + 12px) !important;
}

.huur-book-call__tab:hover,
.huur-book-call__tab:focus-visible {
    background: #ffffff !important;
    color: #101010 !important;
    outline: none !important;
}

.huur-book-call__tab span {
    color: inherit !important;
    font-family: "Bank Gothic", "BankGothic Md BT", "BankGothic", "Arial Narrow", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    writing-mode: vertical-rl !important;
    transform: rotate(180deg) !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.huur-book-call__tab i {
    position: relative !important;
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    transform: rotate(180deg) !important;
    background: currentColor !important;
    -webkit-mask: var(--huur-book-icon-url) center / contain no-repeat !important;
    mask: var(--huur-book-icon-url) center / contain no-repeat !important;
}

.huur-book-call.is-open .huur-book-call__tab i {
    background: transparent !important;
    -webkit-mask: none !important;
    mask: none !important;
}

.huur-book-call.is-open .huur-book-call__tab i::before,
.huur-book-call.is-open .huur-book-call__tab i::after {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    top: 16px !important;
    width: 28px !important;
    height: 2px !important;
    background: currentColor !important;
}

.huur-book-call.is-open .huur-book-call__tab i::before {
    transform: rotate(45deg) !important;
}

.huur-book-call.is-open .huur-book-call__tab i::after {
    transform: rotate(-45deg) !important;
}

.huur-book-call__panel {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    width: var(--huur-book-panel) !important;
    max-height: calc(100vh - 26px) !important;
    transform: translate(112%, -50%) !important;
    transition: transform 0.38s ease !important;
    pointer-events: auto !important;
}

.huur-book-call.is-open .huur-book-call__panel {
    transform: translate(0, -50%) !important;
}

.huur-book-call__shell {
    max-height: calc(100vh - 26px) !important;
    overflow-y: auto !important;
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(14, 14, 14, 0.96) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42) !important;
    scrollbar-width: thin !important;
}

.huur-book-call__hero {
    position: relative !important;
    height: 142px !important;
    overflow: hidden !important;
    background: #111111 !important;
}

.huur-book-call__hero::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.62)) !important;
}

.huur-book-call__hero img {
    display: block !important;
    width: 100% !important;
    height: 142px !important;
    object-fit: cover !important;
}

.huur-book-call__hero-copy {
    position: absolute !important;
    left: 18px !important;
    bottom: 30px !important;
    z-index: 1 !important;
}

.huur-book-call__hero-copy h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
}

.huur-book-call__hero-copy p {
    margin: 4px 0 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.huur-book-call__form-card {
    position: relative !important;
    z-index: 2 !important;
    width: calc(100% - 56px) !important;
    margin: -31px auto 13px !important;
    padding: 15px 18px 13px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    background: rgba(246, 245, 243, 0.96) !important;
    color: #151515 !important;
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}

.huur-book-call__form h3,
.huur-book-call__success h3 {
    margin: 0 0 12px !important;
    color: #151515 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
}

.huur-book-call__row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
}

.huur-book-call__form label {
    display: block !important;
    margin: 0 0 7px !important;
}

.huur-book-call__form > label > span,
.huur-book-call__row label > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.huur-book-call__form input,
.huur-book-call__form textarea,
.huur-book-call__select-button {
    width: 100% !important;
    min-height: 31px !important;
    padding: 7px 10px !important;
    border: 1px solid rgba(16, 16, 16, 0.14) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.82) !important;
    color: #151515 !important;
    font: inherit !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    outline: none !important;
}

.huur-book-call__form textarea {
    min-height: 58px !important;
    max-height: 88px !important;
    resize: vertical !important;
}

.huur-book-call__form input:hover,
.huur-book-call__form textarea:hover,
.huur-book-call__form input:focus,
.huur-book-call__form textarea:focus,
.huur-book-call__select-button:hover,
.huur-book-call__select-button:focus-visible {
    background: #101010 !important;
    color: #ffffff !important;
    border-color: #101010 !important;
}

.huur-book-call__form input:hover::placeholder,
.huur-book-call__form textarea:hover::placeholder,
.huur-book-call__form input:focus::placeholder,
.huur-book-call__form textarea:focus::placeholder {
    color: rgba(255, 255, 255, 0.72) !important;
}

.huur-book-call__select {
    position: relative !important;
    margin-bottom: 7px !important;
}

.huur-book-call__select-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    text-align: left !important;
}

.huur-book-call__select-button b {
    width: 8px !important;
    height: 8px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) translateY(-2px) !important;
}

.huur-book-call__select-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 5px) !important;
    z-index: 9 !important;
    display: none !important;
    max-height: 190px !important;
    overflow-y: auto !important;
    padding: 7px !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    background: rgba(12, 12, 12, 0.98) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
}

.huur-book-call__select.is-open .huur-book-call__select-menu {
    display: block !important;
}

.huur-book-call__select-menu p {
    margin: 0 0 5px !important;
    padding: 5px 7px !important;
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 11px !important;
}

.huur-book-call__select-title {
    color: #ffffff !important;
}

.huur-book-call__select-menu label {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 7px !important;
    color: #ffffff !important;
    cursor: pointer !important;
}

.huur-book-call__select-menu label:hover {
    background: #ffffff !important;
    color: #101010 !important;
}

.huur-book-call__select-menu label:hover span {
    color: #101010 !important;
}

.huur-book-call__select-menu input {
    width: 13px !important;
    height: 13px !important;
    min-height: 13px !important;
    margin: 0 !important;
    accent-color: #101010 !important;
}

.huur-book-call__select-menu span {
    color: inherit !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
}

.huur-book-call__submit {
    width: 100% !important;
    min-height: 34px !important;
    margin-top: 7px !important;
    border: 1px solid #101010 !important;
    border-radius: 0 !important;
    background: #101010 !important;
    color: #ffffff !important;
    font: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

.huur-book-call__submit:hover,
.huur-book-call__submit:focus-visible {
    background: #ffffff !important;
    color: #101010 !important;
}

.huur-book-call__note,
.huur-book-call__success p,
.huur-book-call__error {
    margin: 9px 0 0 !important;
    color: rgba(16, 16, 16, 0.68) !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

.huur-book-call__error {
    padding: 7px !important;
    border: 1px solid rgba(16, 16, 16, 0.16) !important;
    background: rgba(16, 16, 16, 0.08) !important;
    text-align: left !important;
}

.huur-book-call__website {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.huur-book-call__check {
    display: inline-block !important;
    width: 48px !important;
    height: 48px !important;
    margin: 4px auto 12px !important;
    border: 1px solid rgba(16, 16, 16, 0.22) !important;
    border-radius: 999px !important;
    position: relative !important;
}

.huur-book-call__check::before {
    content: "" !important;
    position: absolute !important;
    left: 17px !important;
    top: 11px !important;
    width: 13px !important;
    height: 24px !important;
    border-right: 3px solid #101010 !important;
    border-bottom: 3px solid #101010 !important;
    transform: rotate(42deg) !important;
}

.huur-book-call__success {
    text-align: center !important;
}

@media (max-width: 700px) {
    .huur-book-call {
        --huur-book-panel: calc(100vw - 68px);
    }

    .huur-book-call__tab {
        right: 8px !important;
        width: 48px !important;
        min-height: 134px !important;
    }

    .huur-book-call.is-open .huur-book-call__tab {
        right: calc(var(--huur-book-panel) + 8px) !important;
    }

    .huur-book-call__hero,
    .huur-book-call__hero img {
        height: 120px !important;
    }

    .huur-book-call__form-card {
        width: calc(100% - 18px) !important;
        margin-top: -22px !important;
        padding: 12px !important;
    }

    .huur-book-call__hero-copy h2 {
        font-size: 22px !important;
    }
}
