/* BikeTripBNB - /hospedagens/novo/ */

body.btbnb-host-new-page main,
body.btbnb-host-new-page .mbnb-host-page,
body.btbnb-host-new-page .mbnb-host-wrap {
    background: transparent !important;
}

body.btbnb-host-new-page .mbnb-host-new-form-fixed {
    display: flex !important;
    flex-direction: column !important;
    gap: 26px !important;
    width: min(1120px, calc(100vw - 36px)) !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
}

body.btbnb-host-new-page .mbnb-host-new-form-fixed,
body.btbnb-host-new-page .mbnb-host-new-form-fixed > .mbnb-host-block,
body.btbnb-host-new-page .mbnb-host-new-form-fixed > .mbnb-host-card,
body.btbnb-host-new-page .mbnb-host-new-form-fixed > article,
body.btbnb-host-new-page .mbnb-host-new-form-fixed > section {
    box-sizing: border-box !important;
}

body.btbnb-host-new-page .btbnb-step-heading {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 0 8px !important;
}

body.btbnb-host-new-page .btbnb-step-badge {
    width: 70px !important;
    min-width: 70px !important;
    height: 70px !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #f4a62a, #e0841c) !important;
    color: #050505 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    font-weight: 1000 !important;
    letter-spacing: -.8px !important;
    box-shadow: 0 16px 28px rgba(224,132,28,.18) !important;
}

body.btbnb-host-new-page .btbnb-geo-clean-card {
    order: 70 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 28px !important;
    border-radius: 28px !important;
    background: #fff !important;
    border: 1px solid rgba(224,132,28,.20) !important;
    box-shadow: 0 18px 46px rgba(20,20,20,.08) !important;
}

body.btbnb-host-new-page .btbnb-geo-clean-parent {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.btbnb-host-new-page .btbnb-geo-clean-card .leaflet-container,
body.btbnb-host-new-page .btbnb-geo-clean-card [id*="map"],
body.btbnb-host-new-page .btbnb-geo-clean-card [class*="map"] {
    max-width: 100% !important;
}

/* passo 08 fotos */
body.btbnb-host-new-page .mbnb-photo-fields-real {
    order: 80 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 28px !important;
    border-radius: 28px !important;
    background: #fffaf2 !important;
    border: 1px solid rgba(224,132,28,.20) !important;
    box-shadow: 0 18px 46px rgba(20,20,20,.08) !important;
    box-sizing: border-box !important;
}

body.btbnb-host-new-page .mbnb-photo-fields-real h2,
body.btbnb-host-new-page .btbnb-checkio-section h2 {
    margin: 0 !important;
    color: #111 !important;
    font-size: 28px !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
    letter-spacing: -.6px !important;
}

body.btbnb-host-new-page .mbnb-photo-fields-real p,
body.btbnb-host-new-page .btbnb-checkio-section p {
    max-width: 760px !important;
    margin: 0 0 22px !important;
    color: #5f5a52 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
}

body.btbnb-host-new-page .mbnb-photo-grid-real {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
}

body.btbnb-host-new-page .mbnb-photo-slot-real {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    min-height: 250px !important;
    padding: 12px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    border: 1px solid rgba(224,132,28,.24) !important;
    box-shadow: 0 14px 28px rgba(40,24,8,.06) !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

body.btbnb-host-new-page .mbnb-photo-slot-real strong {
    display: block !important;
    margin: 0 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
}

body.btbnb-host-new-page .mbnb-photo-slot-real small {
    display: block !important;
    min-height: 32px !important;
    margin: 0 !important;
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.32 !important;
}

body.btbnb-host-new-page .btbnb-photo-preview-box {
    position: relative !important;
    width: 100% !important;
    height: 120px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 82% 18%, rgba(224,132,28,.28), transparent 32%),
        linear-gradient(135deg, #151515, #292929) !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.btbnb-host-new-page .btbnb-photo-preview-box img.btbnb-photo-preview-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: none;
}

body.btbnb-host-new-page .btbnb-photo-preview-box.has-image img.btbnb-photo-preview-img {
    display: block !important;
}

body.btbnb-host-new-page .btbnb-photo-preview-hand {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
    opacity: .95 !important;
}

body.btbnb-host-new-page .btbnb-photo-preview-box.has-image .btbnb-photo-preview-hand {
    display: none !important;
}

body.btbnb-host-new-page .btbnb-photo-preview-tag {
    position: absolute !important;
    left: 10px !important;
    bottom: 10px !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    background: rgba(0,0,0,.68) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    z-index: 3 !important;
}

body.btbnb-host-new-page .mbnb-photo-slot-real input[type="file"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: auto !important;
    padding: 10px !important;
    border-radius: 14px !important;
    background: #fbf6ee !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    box-sizing: border-box !important;
}

/* passo 09 checkin checkout */
body.btbnb-host-new-page .btbnb-checkio-section {
    order: 90 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 28px !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    border: 1px solid rgba(224,132,28,.20) !important;
    box-shadow: 0 18px 46px rgba(20,20,20,.08) !important;
    box-sizing: border-box !important;
}

body.btbnb-host-new-page .btbnb-checkio-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 16px !important;
}

body.btbnb-host-new-page .btbnb-checkio-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 16px !important;
    border-radius: 20px !important;
    background: #fffaf2 !important;
    border: 1px solid rgba(224,132,28,.18) !important;
}

body.btbnb-host-new-page .btbnb-checkio-field.btbnb-wide {
    grid-column: span 3 !important;
}

body.btbnb-host-new-page .btbnb-checkio-field strong {
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
}

body.btbnb-host-new-page .btbnb-checkio-field small {
    color: #675f55 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

body.btbnb-host-new-page .btbnb-checkio-field input,
body.btbnb-host-new-page .btbnb-checkio-field textarea {
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    box-sizing: border-box !important;
}

body.btbnb-host-new-page .btbnb-checkio-field textarea {
    min-height: 96px !important;
    resize: vertical !important;
    font-weight: 700 !important;
}

body.btbnb-host-new-page .btbnb-checkio-tip {
    margin-top: 16px !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
    background: #f7f7f7 !important;
    color: #50473e !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.45 !important;
    border: 1px solid rgba(0,0,0,.06) !important;
}

body.btbnb-host-new-page .mbnb-host-submit-final,
body.btbnb-host-new-page .mbnb-host-actions-submit-final {
    order: 9999 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 30px !important;
    border-radius: 28px !important;
    background: #fff !important;
    border: 1px solid rgba(224,132,28,.22) !important;
    box-shadow: 0 18px 46px rgba(20,20,20,.08) !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

body.btbnb-host-new-page .mbnb-host-submit-final button[type="submit"],
body.btbnb-host-new-page .mbnb-host-submit-final input[type="submit"],
body.btbnb-host-new-page .mbnb-host-actions-submit-final button[type="submit"],
body.btbnb-host-new-page .mbnb-host-actions-submit-final input[type="submit"] {
    width: min(380px, 100%) !important;
    min-height: 64px !important;
    border-radius: 18px !important;
    font-size: 17px !important;
    font-weight: 950 !important;
}

@media (max-width: 1180px) {
    body.btbnb-host-new-page .mbnb-photo-grid-real {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 820px) {
    body.btbnb-host-new-page .mbnb-photo-grid-real,
    body.btbnb-host-new-page .btbnb-checkio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.btbnb-host-new-page .btbnb-checkio-field.btbnb-wide {
        grid-column: span 2 !important;
    }

    body.btbnb-host-new-page .btbnb-geo-clean-card,
    body.btbnb-host-new-page .mbnb-photo-fields-real,
    body.btbnb-host-new-page .btbnb-checkio-section {
        padding: 20px !important;
    }
}

@media (max-width: 560px) {
    body.btbnb-host-new-page .mbnb-photo-grid-real,
    body.btbnb-host-new-page .btbnb-checkio-grid {
        grid-template-columns: 1fr !important;
    }

    body.btbnb-host-new-page .btbnb-checkio-field.btbnb-wide {
        grid-column: span 1 !important;
    }
}
