html body .mobile-booking-owner-detail,
html body .mobile-booking-owner-detail * {
    box-sizing: border-box !important;
}

html body .mobile-booking-owner-detail {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100050 !important;
    display: grid !important;
    align-items: end !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body .mobile-booking-owner-detail-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.28) !important;
}

html body .mobile-booking-owner-detail-sheet {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-height: 88vh !important;
    overflow: auto !important;
    border-radius: 26px 26px 0 0 !important;
    background: #ffffff !important;
    padding: 18px 18px calc(20px + env(safe-area-inset-bottom, 0px)) !important;
    box-shadow: 0 -24px 54px rgba(0, 0, 0, 0.18) !important;
}

html body .mobile-booking-owner-detail-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 34px !important;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 999px !important;
    background: #f7f7f8 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

html body .mobile-booking-receipt-head {
    display: grid !important;
    gap: 12px !important;
    padding-right: 42px !important;
}

html body .mobile-booking-receipt-kicker {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

html body .mobile-booking-receipt-kicker span:first-child,
html body .mobile-booking-receipt-section-title {
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 930 !important;
    text-transform: uppercase !important;
}

html body .mobile-booking-receipt-title {
    margin: 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 28px !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
}

html body .mobile-booking-receipt-subtitle {
    margin: 0 !important;
    color: rgba(5, 5, 5, 0.6) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.6) !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 760 !important;
}

html body .mobile-booking-receipt-total {
    margin-top: 16px !important;
    padding: 16px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    border-radius: 16px !important;
    background: #f8f8f9 !important;
}

html body .mobile-booking-receipt-total span {
    color: rgba(5, 5, 5, 0.55) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.55) !important;
    font-size: 10px !important;
    font-weight: 920 !important;
    text-transform: uppercase !important;
}

html body .mobile-booking-receipt-total strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

html body .mobile-booking-receipt-section {
    margin-top: 18px !important;
    display: grid !important;
    gap: 0 !important;
}

html body .mobile-booking-receipt-section-title {
    margin: 0 0 8px !important;
}

html body .mobile-booking-receipt-row {
    min-height: 44px !important;
    display: grid !important;
    grid-template-columns: 100px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

html body .mobile-booking-receipt-row span {
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

html body .mobile-booking-receipt-row strong {
    min-width: 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 830 !important;
    overflow-wrap: anywhere !important;
}

html body .mobile-booking-owner-detail .mobile-booking-owner-status {
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 999px !important;
    background: #f7f7f8 !important;
    color: rgba(5, 5, 5, 0.72) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.72) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

html body .mobile-booking-owner-detail .mobile-booking-owner-status.is-confirmed,
html body .mobile-booking-owner-detail .mobile-booking-owner-status.is-paid {
    border-color: rgba(20, 120, 58, 0.22) !important;
    background: #f3faf5 !important;
    color: #176b36 !important;
    -webkit-text-fill-color: #176b36 !important;
}

html body .mobile-booking-owner-detail .mobile-booking-owner-status.is-pending {
    border-color: rgba(154, 91, 0, 0.24) !important;
    background: #fff8ed !important;
    color: #8a5200 !important;
    -webkit-text-fill-color: #8a5200 !important;
}

html body .mobile-booking-owner-detail-actions {
    margin-top: 18px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

html body .mobile-booking-owner-detail-actions.is-single {
    grid-template-columns: 1fr !important;
}

html body .mobile-booking-owner-detail-actions .mobile-booking-owner-action {
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

html body .mobile-booking-owner-detail-actions .mobile-booking-owner-action.is-approve {
    border-color: #050505 !important;
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body .mobile-booking-owner-detail-actions .mobile-booking-owner-action.is-approve * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body .mobile-booking-owner-detail-actions .mobile-booking-owner-action.is-reject {
    border-color: rgba(180, 35, 24, 0.24) !important;
    color: #b42318 !important;
    -webkit-text-fill-color: #b42318 !important;
}

html body .mobile-booking-owner-detail-actions .mobile-booking-owner-action:active {
    transform: scale(0.985) !important;
}

/* receipt-condensed-20260810
   Twelve label/value rows became a header, a total line, and who it's with. */
html body .mobile-booking-owner-detail-sheet .mobile-booking-receipt-head {
    padding-right: 46px !important;
}

html body .mobile-booking-receipt-title {
    margin: 10px 0 0 !important;
    font-size: 26px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

html body .mobile-booking-receipt-subtitle {
    margin: 8px 0 0 !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

/* Total as a line, not a grey card. */
html body .mobile-booking-receipt-total {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 22px 0 0 !important;
    padding: 16px 0 !important;
    border-top: 1px solid rgba(5, 5, 5, 0.08) !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body .mobile-booking-receipt-total span {
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

html body .mobile-booking-receipt-total strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 27px !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

/* Who it's with. */
html body .mobile-booking-receipt-who {
    padding: 16px 0 0 !important;
}

html body .mobile-booking-receipt-who strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

html body .mobile-booking-receipt-who a {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

/* Reference id sits quietly at the bottom. */
html body .mobile-booking-receipt-id {
    margin-top: 18px !important;
    color: rgba(5, 5, 5, 0.32) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.32) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
}

html body .mobile-booking-owner-detail-actions {
    margin-top: 20px !important;
}
