.hmo-hub,
.hmo-listings {
    color: #18212f;
    font-family: inherit;
}

.hmo-form {
    display: grid;
    gap: 24px;
    max-width: 980px;
}

.hmo-form-compact {
    display: grid;
    gap: 16px;
}

.hmo-form-section {
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 22px;
    background: #ffffff;
}

.hmo-form-section h2 {
    margin: 0 0 18px;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.2;
}

.hmo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hmo-field {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.hmo-field-wide {
    margin-top: 16px;
}

.hmo-field span,
.hmo-consent span {
    font-weight: 650;
}

.hmo-field strong {
    color: #b42318;
}

.hmo-field input,
.hmo-field select,
.hmo-field textarea {
    width: 100%;
    border: 1px solid #aebdca;
    border-radius: 6px;
    padding: 11px 12px;
    font: inherit;
    color: #18212f;
    background: #fff;
    box-sizing: border-box;
}

.hmo-field textarea {
    resize: vertical;
}

.hmo-field small {
    color: #526171;
}

.hmo-field-error {
    display: block;
    color: #b42318 !important;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.35;
}

.hmo-field-error[hidden] {
    display: none;
}

.hmo-field-invalid input,
.hmo-field-invalid select,
.hmo-field-invalid textarea,
.hmo-input-invalid {
    border-color: #d92d20 !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, .12);
}

.hmo-form-help {
    margin: 8px 0 0;
    color: #526171;
    font-size: .94rem;
}

.hmo-photo-upload-manager {
    display: grid;
    gap: 14px;
}

.hmo-photo-dropzone {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 150px;
    border: 2px dashed #91b8c8;
    border-radius: 8px;
    padding: 22px;
    background: #f7fbfc;
    text-align: center;
    cursor: pointer;
}

.hmo-photo-dropzone span {
    color: #0069ab;
    font-size: 1.05rem;
    font-weight: 800;
}

.hmo-photo-dropzone strong {
    color: #b42318;
}

.hmo-photo-dropzone em {
    color: #526171;
    font-style: normal;
}

.hmo-photo-dropzone input {
    max-width: 320px;
}

.hmo-photo-upload-copy {
    border-left: 4px solid #169fdd;
    padding: 8px 0 8px 12px;
}

.hmo-photo-upload-copy strong {
    display: block;
    color: #0069ab;
}

.hmo-photo-upload-copy p {
    margin: 4px 0 0;
    color: #526171;
}

.hmo-selected-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hmo-selected-photo-card {
    position: relative;
    display: grid;
    gap: 9px;
    min-width: 0;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 10px;
    background: #ffffff;
}

.hmo-selected-photo-card img,
.hmo-selected-video-preview {
    width: 100%;
    height: 128px;
    border-radius: 6px;
    object-fit: cover;
    background: #e7eef3;
}

.hmo-selected-video-preview {
    display: grid;
    place-items: center;
    color: #0069ab;
    font-weight: 850;
}

.hmo-video-locked-panel,
.hmo-pricing-helper {
    border: 1px solid #b8d7e6;
    border-left: 4px solid #169ddc;
    border-radius: 8px;
    padding: 14px 16px;
    background: #eef7fc;
}

.hmo-video-locked-panel strong,
.hmo-pricing-helper strong {
    display: block;
    color: #0069ab;
    font-weight: 850;
}

.hmo-video-locked-panel p,
.hmo-pricing-helper p {
    margin: 5px 0 0;
    color: #526171;
}

.hmo-youtube-video-field {
    border: 1px solid #b8d7e6;
    border-left: 4px solid #169ddc;
    border-radius: 8px;
    padding: 14px 16px;
    background: #eef7fc;
}

.hmo-youtube-video-field input {
    background: #ffffff;
}

.hmo-self-service-note {
    margin: 0 0 18px;
    border: 1px solid #b8d7e6;
    border-left: 4px solid #169ddc;
    border-radius: 8px;
    padding: 14px 16px;
    background: #f3f9fd;
    color: #17324d;
}

.hmo-self-service-note strong {
    display: block;
    margin-bottom: 4px;
    color: #0069ab;
}

.hmo-self-service-note p {
    margin: 0;
}

.hmo-pricing-grid--five {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.hmo-featured-addon-card {
    margin-top: 18px;
    border: 1px solid #b8d7e6;
    border-radius: 8px;
    padding: 22px;
    background: #f7fbfc;
}

.hmo-featured-addon-card h2 {
    margin-top: 0;
}

.hmo-pricing-helper--packages {
    margin-top: 18px;
}

.hmo-pricing-helper-grid {
    display: grid;
    grid-template-columns: minmax(140px, 1fr) minmax(90px, .7fr) minmax(180px, 1.4fr);
    gap: 8px 12px;
    margin-top: 12px;
    align-items: center;
}

.hmo-pricing-helper-grid span {
    color: #0069ab;
    font-weight: 850;
}

.hmo-pricing-helper-grid b {
    font-weight: 800;
}

.hmo-pricing-helper-grid em {
    color: #526171;
    font-style: normal;
}

.hmo-selected-photo-position {
    position: absolute;
    top: 18px;
    left: 18px;
    display: grid;
    place-items: center;
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    padding: 0 8px;
    color: #ffffff;
    background: #169ddc;
    font-size: .82rem;
    font-weight: 850;
}

.hmo-selected-photo-meta {
    display: grid;
    gap: 6px;
}

.hmo-selected-photo-meta strong {
    overflow: hidden;
    color: #18212f;
    font-size: .9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hmo-selected-photo-meta span {
    color: #526171;
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hmo-selected-photo-meta input {
    width: 100%;
    border: 1px solid #aebdca;
    border-radius: 6px;
    padding: 9px 10px;
    font: inherit;
    box-sizing: border-box;
}

.hmo-selected-photo-size {
    color: #526171;
    font-size: .82rem;
}

.hmo-photo-edit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.hmo-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid #91b8c8;
    border-radius: 6px;
    padding: 7px 10px;
    color: #0069ab;
    background: #ffffff;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.hmo-danger-button {
    border-color: #dc2626;
    color: #b91c1c;
}

.hmo-photo-editor-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(12, 25, 35, .74);
}

.hmo-photo-editor-modal[hidden] {
    display: none;
}

.hmo-photo-editor-panel {
    width: min(1100px, 100%);
    max-height: min(860px, 92vh);
    overflow: auto;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
}

.hmo-photo-editor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #d9e2ec;
    padding: 14px 16px;
}

.hmo-photo-editor-head strong {
    color: #0069ab;
    font-size: 1.1rem;
}

.hmo-photo-editor-head button {
    border: 0;
    border-radius: 6px;
    padding: 8px 12px;
    color: #ffffff;
    background: #0069ab;
    cursor: pointer;
}

.hmo-photo-editor-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 16px;
    padding: 16px;
}

.hmo-photo-editor-body canvas {
    width: 100%;
    max-height: 68vh;
    border-radius: 8px;
    background: #102a43;
}

.hmo-photo-editor-controls {
    display: grid;
    gap: 12px;
    align-content: start;
}

.hmo-photo-editor-controls label {
    display: grid;
    gap: 5px;
    color: #18212f;
    font-weight: 750;
}

.hmo-photo-editor-controls input {
    width: 100%;
}

.hmo-photo-editor-controls p {
    margin: 0;
    color: #526171;
    font-size: .9rem;
}

.hmo-photo-title-fallback {
    display: none;
}

.hmo-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hmo-consent input {
    margin-top: 4px;
}

.hmo-button,
.hmo-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    padding: 11px 18px;
    font-weight: 750;
    text-decoration: none;
    color: #ffffff;
    background: #0f766e;
    cursor: pointer;
}

.hmo-button:hover,
.hmo-card-link:hover {
    background: #115e59;
    color: #ffffff;
}

.hmo-notice {
    max-width: 980px;
    margin: 0 0 18px;
    border-radius: 8px;
    padding: 14px 16px;
    font-weight: 700;
}

.hmo-notice-success {
    border: 1px solid #7dd3a8;
    background: #ecfdf3;
    color: #075e36;
}

.hmo-notice-error {
    border: 1px solid #f3a6a0;
    background: #fff1f0;
    color: #912018;
}

.hmo-notice-account-exists {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 1120px;
    border: 1px solid rgba(22, 157, 220, .34);
    border-left: 6px solid #169ddc;
    background: linear-gradient(135deg, #ffffff 0%, #eef8fc 100%);
    box-shadow: 0 18px 42px rgba(0, 52, 82, .12);
    color: #062c44;
    font-weight: 500;
}

.hmo-notice-account-exists .hmo-notice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #169ddc;
    color: #ffffff;
    font-weight: 850;
    line-height: 1;
}

.hmo-notice-account-exists strong {
    display: block;
    margin: 0 0 5px;
    font-size: 1.05rem;
    font-weight: 850;
}

.hmo-notice-account-exists p {
    margin: 0 0 12px;
    color: #405464;
    line-height: 1.5;
}

.hmo-notice-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 6px;
    padding: 9px 14px;
    background: #063c5a;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.hmo-notice-action:hover {
    background: #169ddc;
    color: #ffffff;
}

.hmo-portal {
    display: grid;
    gap: 22px;
}

body.page-id-50 .page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.hmo-portal-auth {
    display: grid;
    grid-template-columns: minmax(300px, .95fr) minmax(320px, 1.05fr);
    gap: 0;
    position: relative;
    overflow: hidden;
    max-width: 1120px;
    min-height: 660px;
    border: 1px solid rgba(22, 159, 221, .22);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 105, 171, .16);
}

.hmo-portal-auth::before {
    content: "";
    display: block;
    min-height: 100%;
    background-color: #0069ab;
    background-position: center;
    background-size: cover;
}

.hmo-auth-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    display: grid;
    gap: 14px;
    width: min(47%, 500px);
    padding: 42px;
    color: #ffffff;
    z-index: 1;
}

.hmo-auth-intro span {
    width: max-content;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(0, 105, 171, .34);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hmo-auth-intro h2 {
    margin: 0;
    max-width: 11ch;
    color: #ffffff;
    font-size: clamp(2.15rem, 4vw, 4.45rem);
    line-height: .96;
}

.hmo-auth-intro p {
    margin: 0;
    max-width: 430px;
    color: rgba(255, 255, 255, .88);
    font-size: 1.02rem;
}

.hmo-auth-forms {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(22px, 4vw, 48px);
    background:
        radial-gradient(circle at top right, rgba(22, 159, 221, .13), transparent 34%),
        linear-gradient(180deg, #ffffff, #f4f9fc);
}

.hmo-auth-forms .hmo-form-section {
    border-color: rgba(0, 105, 171, .14);
    box-shadow: 0 16px 45px rgba(0, 105, 171, .08);
}

.hmo-auth-forms .hmo-form-section h2 {
    color: #0069ab;
}

.hmo-portal-nav,
.hmo-portal-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.hmo-portal-nav {
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 12px;
    background: #ffffff;
}

.hmo-portal-nav a {
    border-radius: 6px;
    padding: 9px 12px;
    color: #0069ab;
    font-weight: 800;
    text-decoration: none;
}

.hmo-portal-nav a:hover {
    background: #eef7fc;
}

.hmo-portal-heading {
    justify-content: space-between;
    margin-bottom: 18px;
}

.hmo-portal-heading h2 {
    margin: 0;
}

.hmo-portal-heading-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hmo-listing-filter-bar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(210px, 280px);
    gap: 12px;
    align-items: end;
    margin: 0 0 16px;
    padding: 14px;
    border: 1px solid rgba(145, 184, 200, 0.36);
    border-radius: 8px;
    background: #f4f9fc;
}

.hmo-listing-filter-bar label {
    display: grid;
    gap: 6px;
    min-width: 0;
    margin: 0;
}

.hmo-listing-filter-bar span {
    color: #526171;
    font-size: .76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.hmo-listing-filter-bar input,
.hmo-listing-filter-bar select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #b8d7e6;
    border-radius: 6px;
    padding: 9px 11px;
    background: #ffffff;
    color: #18212f;
    font: inherit;
}

.hmo-listing-filter-empty {
    margin: 14px 0 0;
    border: 1px dashed #91b8c8;
    border-radius: 8px;
    padding: 18px;
    color: #526171;
    background: #f4f9fc;
    text-align: center;
    font-weight: 800;
}

.hmo-listing-filter-count {
    margin: -6px 0 14px;
    color: #526171;
    font-size: .86rem;
    font-weight: 800;
}

.hmo-view-toggle {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #b8d7e6;
    border-radius: 7px;
    background: #ffffff;
}

.hmo-view-toggle button {
    min-height: 38px;
    border: 0;
    border-right: 1px solid #b8d7e6;
    padding: 8px 13px;
    color: #0069ab;
    background: #ffffff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.hmo-view-toggle button:last-child {
    border-right: 0;
}

.hmo-view-toggle button.is-active {
    color: #ffffff;
    background: #0069ab;
}

.hmo-seller-table {
    display: grid;
    gap: 12px;
}

.hmo-seller-table article {
    display: grid;
    grid-template-columns: 76px minmax(220px, 1.15fr) minmax(460px, 2.2fr) minmax(170px, auto);
    gap: 14px;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #d8e5ee;
    border-left: 4px solid #169fdd;
    border-radius: 8px;
    padding: 12px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 105, 171, 0.06);
}

.hmo-seller-table article:nth-child(even) {
    background: #f3f9fc;
    border-left-color: #169ddc;
}

.hmo-seller-table article:hover {
    border-color: #b9d8e8;
    border-left-color: #0069ab;
    box-shadow: 0 12px 26px rgba(0, 105, 171, 0.1);
}

.hmo-seller-table [data-hmo-listing-card][hidden] {
    display: none !important;
}

.hmo-seller-listing-thumb {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 6px;
    background: #e7eef3;
}

.hmo-seller-listing-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hmo-seller-listing-thumb-empty {
    border: 1px dashed #b8c8d6;
}

.hmo-seller-listing-title {
    display: block;
    min-width: 0;
    color: #18212f;
    line-height: 1.35;
}

.hmo-seller-listing-id {
    display: block;
    margin-top: 4px;
    color: #526171;
    font-size: .82rem;
    font-weight: 750;
}

.hmo-seller-listing-location {
    display: block;
    margin-top: 6px;
    color: #0069ab;
    font-size: .9rem;
    font-weight: 850;
    line-height: 1.35;
}

.hmo-seller-listing-location-empty {
    color: #c98208;
}

.hmo-seller-listing-meta {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.hmo-seller-listing-meta div {
    min-width: 0;
    border: 1px solid rgba(145, 184, 200, 0.32);
    border-radius: 6px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.82);
}

.hmo-seller-listing-meta dt {
    margin: 0 0 3px;
    color: #526171;
    font-size: .74rem;
    font-weight: 850;
    text-transform: uppercase;
}

.hmo-seller-listing-meta dd {
    margin: 0;
    color: #18212f;
    font-size: .88rem;
    line-height: 1.32;
}

.hmo-seller-substatus {
    display: block;
    margin-top: 4px;
    color: #526171;
    font-size: .82rem;
    font-weight: 750;
}

.hmo-payment-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #18212f;
    font-weight: 850;
    line-height: 1.2;
}

.hmo-payment-badge-icon {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 4px;
    color: #ffffff;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1;
}

.hmo-payment-badge--paid .hmo-payment-badge-icon,
.hmo-payment-badge--not_required .hmo-payment-badge-icon {
    background: #16834a;
}

.hmo-payment-badge--pending .hmo-payment-badge-icon {
    background: #169ddc;
}

.hmo-payment-badge--unpaid .hmo-payment-badge-icon {
    background: #c98208;
}

.hmo-payment-badge--not_selected .hmo-payment-badge-icon {
    background: #91a3b2;
}

.hmo-payment-badge--refunded .hmo-payment-badge-icon {
    background: #526171;
}

.hmo-seller-table a {
    color: #169ddc;
    font-weight: 850;
}

.hmo-seller-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}

.hmo-checkout-discount-form {
    display: grid;
    grid-template-columns: minmax(120px, 160px) auto;
    gap: 8px;
    align-items: end;
}

.hmo-checkout-discount-form label {
    display: grid;
    gap: 4px;
    margin: 0;
}

.hmo-checkout-discount-form label span {
    color: #526171;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
}

.hmo-checkout-discount-form input {
    min-height: 38px;
    border: 1px solid #b8d7e6;
    border-radius: 6px;
    padding: 7px 9px;
    background: #ffffff;
    font: inherit;
}

.hmo-checkout-discount-form button {
    border: 0;
    cursor: pointer;
}

.hmo-discount-table input[type="text"],
.hmo-discount-table input[type="number"],
.hmo-discount-table input[type="date"],
.hmo-discount-table select {
    width: 100%;
    min-width: 120px;
}

.hmo-discount-codes-wrap > p {
    max-width: 860px;
}

.hmo-seller-table[data-hmo-listings-view="cards"] {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.hmo-seller-table[data-hmo-listings-view="cards"] article {
    grid-template-columns: 96px 1fr;
    align-items: start;
    gap: 14px;
    border-left-width: 1px;
    border-top: 3px solid #169fdd;
    padding: 18px;
    background: linear-gradient(180deg, #eaf7fc 0, #eaf7fc 118px, #ffffff 118px, #ffffff 100%);
    box-shadow: 0 12px 28px rgba(0, 105, 171, 0.08);
}

.hmo-seller-table[data-hmo-listings-view="cards"] article:nth-child(even) {
    background: linear-gradient(180deg, #dff2fa 0, #dff2fa 118px, #f7fbfe 118px, #f7fbfe 100%);
    border-top-color: #169ddc;
}

.hmo-seller-table[data-hmo-listings-view="cards"] article:hover {
    border-top-color: #0069ab;
}

.hmo-seller-table[data-hmo-listings-view="cards"] .hmo-seller-listing-thumb {
    width: 96px;
    height: 96px;
    box-shadow: 0 8px 18px rgba(0, 105, 171, 0.12);
}

.hmo-seller-table[data-hmo-listings-view="cards"] .hmo-seller-listing-meta,
.hmo-seller-table[data-hmo-listings-view="cards"] .hmo-seller-actions {
    grid-column: 1 / -1;
}

.hmo-seller-table[data-hmo-listings-view="cards"] .hmo-seller-listing-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hmo-seller-table[data-hmo-listings-view="cards"] .hmo-seller-actions {
    justify-content: flex-start;
    border-top: 1px solid rgba(145, 184, 200, 0.34);
    margin-top: 4px;
    padding-top: 14px;
}

.hmo-seller-table[data-hmo-listings-view="cards"] .hmo-checkout-discount-form {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
}

.hmo-pay-link {
    border-radius: 6px;
    padding: 8px 12px;
    color: #ffffff !important;
    background: #169ddc;
    text-decoration: none;
}

.hmo-pay-link:hover {
    background: #0069ab;
}

.hmo-edit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid #91b8c8;
    border-radius: 6px;
    padding: 0 10px;
    color: #0069ab !important;
    background: #ffffff;
    text-decoration: none;
}

.hmo-edit-link:hover {
    color: #ffffff !important;
    background: #0069ab;
}

.hmo-feature-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 6px;
    padding: 7px 12px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0069ab 0%, #169ddc 55%, #169fdd 100%);
    border: 1px solid #169ddc;
    box-shadow: 0 10px 22px rgba(0, 105, 171, 0.18);
    font-weight: 850;
    line-height: 1.15;
    text-decoration: none;
}

.hmo-feature-link strong {
    display: block;
    font-size: 0.94em;
    letter-spacing: 0;
}

.hmo-feature-link:hover {
    background: linear-gradient(135deg, #0069ab 0%, #169ddc 55%, #169fdd 100%);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.hmo-payment-panel {
    border-left: 4px solid #169fdd;
    border-radius: 6px;
    padding: 14px 16px;
    background: #eef7fc;
}

.hmo-payment-panel p {
    margin: 6px 0 0;
}

.hmo-mini-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hmo-mini-gallery img {
    width: 100%;
    height: 118px;
    border-radius: 6px;
    object-fit: cover;
}

.hmo-photo-title-card {
    display: grid;
    gap: 7px;
    min-width: 0;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 10px;
    background: #f8fafc;
}

.hmo-photo-title-card span {
    color: #526171;
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hmo-photo-title-card input {
    width: 100%;
    border: 1px solid #aebdca;
    border-radius: 6px;
    padding: 9px 10px;
    font: inherit;
}

.hmo-main-photo-choice {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    color: #0069ab;
    font-weight: 850;
}

.hmo-main-photo-choice input {
    width: auto;
}

.hmo-main-photo-choice span {
    color: inherit;
    font-size: .9rem;
    text-transform: none;
}

.hmo-listings {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hmo-location-context {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(360px, 1.1fr);
    gap: clamp(18px, 4vw, 34px);
    align-items: stretch;
    margin: 0 0 28px;
    border: 1px solid #b7d7e7;
    border-radius: 8px;
    padding: clamp(18px, 3vw, 28px);
    background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,247,252,.94)),
        repeating-linear-gradient(135deg, rgba(22,157,220,.05) 0 1px, transparent 1px 22px);
    box-shadow: 0 18px 42px rgba(0, 105, 171, .09);
}

.hmo-location-context__copy {
    display: grid;
    align-content: center;
    gap: 10px;
}

.hmo-location-context__copy span {
    width: fit-content;
    border: 1px solid rgba(22,157,220,.2);
    border-radius: 6px;
    padding: 5px 9px;
    color: #169ddc;
    background: #ffffff;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hmo-location-context__copy h2 {
    margin: 0;
    color: #0069ab;
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    line-height: 1.05;
}

.hmo-location-context__copy p {
    margin: 0;
    color: #526171;
    font-size: 1.02rem;
    font-weight: 750;
}

.hmo-location-map {
    overflow: hidden;
    min-height: 260px;
    border: 1px solid #cce3ef;
    border-radius: 8px;
    background: #eaf5fa;
}

.hmo-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
}

.hmo-card {
    overflow: hidden;
    border: 3px solid #b7d7e7;
    border-radius: 8px;
    background: #ffffff;
}

.hmo-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #eef3f7;
}

.hmo-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hmo-card-image span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #526171;
}

.hmo-listing-placeholder {
    display: grid !important;
    place-items: center;
    align-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 18px;
    color: #0069ab !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.74), rgba(255,255,255,.3)),
        repeating-linear-gradient(135deg, #eaf5fa 0, #eaf5fa 12px, #dbeef7 12px, #dbeef7 24px);
    text-align: center;
}

.hmo-listing-placeholder__icon {
    position: relative;
    width: 58px !important;
    height: 44px !important;
    border: 3px solid #169ddc;
    border-radius: 6px;
    background: rgba(255,255,255,.78);
}

.hmo-listing-placeholder__icon::before {
    content: "";
    position: absolute;
    left: 11px;
    bottom: 9px;
    width: 18px;
    height: 18px;
    border-radius: 4px 4px 0 0;
    background: #169fdd;
    transform: rotate(45deg);
}

.hmo-listing-placeholder__icon::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 9px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #f8b84e;
}

.hmo-listing-placeholder__text {
    width: auto !important;
    height: auto !important;
    color: #0069ab !important;
    font-size: .95rem;
    font-weight: 900;
}

.hmo-listing-placeholder--thumb {
    gap: 4px;
    padding: 8px;
}

.hmo-listing-placeholder--thumb .hmo-listing-placeholder__icon {
    width: 34px !important;
    height: 26px !important;
    border-width: 2px;
}

.hmo-listing-placeholder--thumb .hmo-listing-placeholder__icon::before {
    left: 6px;
    bottom: 5px;
    width: 10px;
    height: 10px;
    border-radius: 3px 3px 0 0;
}

.hmo-listing-placeholder--thumb .hmo-listing-placeholder__icon::after {
    right: 6px;
    top: 5px;
    width: 5px;
    height: 5px;
}

.hmo-listing-placeholder--thumb .hmo-listing-placeholder__text {
    font-size: .62rem;
    line-height: 1.1;
}

.hmo-sold-overlay {
    position: absolute;
    top: 18px;
    left: -42px;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 150px !important;
    height: 34px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0069ab 0%, #169ddc 100%);
    border: 1px solid rgba(255, 255, 255, .48);
    box-shadow: 0 10px 22px rgba(0, 42, 68, .3);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    line-height: 1;
    pointer-events: none;
    text-transform: uppercase;
    transform: rotate(-38deg);
    transform-origin: center;
}

.hmo-card--sold .hmo-card-image img {
    filter: grayscale(.2) brightness(.78);
}

.hmo-card-body {
    display: grid;
    gap: 10px;
    padding: 17px;
}

.hmo-card h3 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.25;
}

.hmo-card h3 a {
    color: inherit;
    text-decoration: none;
}

.hmo-card-meta {
    display: grid;
    gap: 9px;
    color: #526171;
    font-weight: 700;
}

.hmo-card-stat-row {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    max-width: 100%;
    border: 1px solid rgba(22, 159, 221, .26);
    border-radius: 8px;
    padding: 5px;
    background: linear-gradient(135deg, #f6fbff 0%, #e8f6fc 100%);
    color: #0069ab;
    box-shadow: 0 10px 24px rgba(22, 157, 220, .10);
}

.hmo-card-stat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(22, 157, 220, .16);
    border-radius: 6px;
    padding: 5px 8px;
    background: rgba(255, 255, 255, .92);
    color: #0069ab;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1;
}

.hmo-card-stat svg {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: #169ddc;
}

.hmo-card-meta-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hmo-card-meta-extra span {
    border: 1px solid #d9eaf5;
    border-radius: 4px;
    padding: 3px 8px;
    background: #f4f9fc;
    color: #3d5063;
    font-size: .88rem;
    font-weight: 800;
}

.hmo-card p {
    margin: 0;
}

.hmo-public-seller-profile {
    display: grid;
    gap: 16px;
    margin: 34px 0 0;
    border: 1px solid rgba(145, 184, 200, 0.42);
    border-left: 5px solid #169fdd;
    border-radius: 8px;
    padding: 22px;
    background: linear-gradient(135deg, #f4f9fc 0, #ffffff 100%);
    box-shadow: 0 14px 32px rgba(0, 105, 171, 0.08);
}

.hmo-public-seller-kicker {
    display: block;
    margin-bottom: 5px;
    color: #169ddc;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hmo-public-seller-profile h2 {
    margin: 0;
    color: #0069ab;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.18;
}

.hmo-public-seller-privacy {
    max-width: 780px;
    margin: 8px 0 0;
    color: #3d5063;
    line-height: 1.6;
}

.hmo-public-seller-name,
.hmo-public-seller-bio {
    margin: 0;
}

.hmo-public-seller-name {
    color: #526171;
    font-weight: 800;
}

.hmo-public-seller-bio {
    color: #18212f;
    line-height: 1.65;
}

.hmo-public-seller-contact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.hmo-public-seller-contact div {
    min-width: 0;
    border: 1px solid rgba(145, 184, 200, 0.34);
    border-radius: 6px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.78);
}

.hmo-public-seller-contact dt {
    margin: 0 0 4px;
    color: #526171;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hmo-public-seller-contact dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 850;
}

.hmo-public-seller-contact a {
    color: #169ddc;
}

.hmo-listing-enquiry-form {
    display: grid;
    gap: 14px;
}

.hmo-listing-enquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hmo-listing-enquiry-form .hmo-field input,
.hmo-listing-enquiry-form .hmo-field select,
.hmo-listing-enquiry-form .hmo-field textarea {
    width: 100%;
}

.hmo-honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .hmo-listings {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hmo-portal-auth {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hmo-portal-auth::before {
        min-height: 300px;
    }

    .hmo-auth-intro {
        top: 0;
        bottom: auto;
        width: 100%;
        min-height: 300px;
        padding: 28px;
        align-content: end;
    }

    .hmo-auth-intro h2 {
        max-width: 12ch;
    }

    .hmo-seller-table article {
        grid-template-columns: 72px 1fr;
    }

    .hmo-listing-filter-bar {
        grid-template-columns: 1fr;
    }

    .hmo-seller-listing-meta,
    .hmo-seller-actions {
        grid-column: 1 / -1;
    }

    .hmo-public-seller-contact {
        grid-template-columns: 1fr;
    }

    .hmo-listing-enquiry-grid {
        grid-template-columns: 1fr;
    }

    .hmo-seller-listing-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hmo-location-context {
        grid-template-columns: 1fr;
    }

    .hmo-mini-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hmo-selected-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hmo-photo-editor-body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hmo-grid,
    .hmo-listings {
        grid-template-columns: 1fr;
    }

    .hmo-form-section {
        padding: 18px;
    }

    .hmo-mini-gallery {
        grid-template-columns: 1fr;
    }

    .hmo-selected-photo-grid {
        grid-template-columns: 1fr;
    }

    .hmo-auth-intro {
        padding: 22px;
    }

    .hmo-auth-intro h2 {
        font-size: 2rem;
    }

    .hmo-auth-forms {
        padding: 16px;
    }

    .hmo-portal-heading-actions,
    .hmo-view-toggle,
    .hmo-card-link,
    .hmo-listing-filter-bar {
        width: 100%;
    }

    .hmo-view-toggle button,
    .hmo-card-link {
        flex: 1;
    }

    .hmo-seller-listing-meta,
    .hmo-seller-table[data-hmo-listings-view="cards"] .hmo-seller-listing-meta {
        grid-template-columns: 1fr;
    }
}
/* HMO value calculator */
.hmo-value-calculator {
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid rgba(155, 198, 221, .7);
    border-radius: 8px;
    background: rgba(244, 249, 252, .96);
    box-shadow: 0 22px 60px rgba(0, 29, 48, .16);
    color: #102434;
}

.hmo-value-calculator__intro {
    max-width: 780px;
    margin-bottom: 24px;
}

.hmo-value-calculator__eyebrow {
    margin: 0 0 8px;
    color: #0078b7;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hmo-value-calculator h2,
.hmo-value-calculator h3 {
    margin: 0;
    color: #00334e;
}

.hmo-value-calculator h2 {
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    line-height: 1.05;
}

.hmo-value-calculator__intro p:last-child {
    margin: 14px 0 0;
    color: #42566a;
    font-size: 1.03rem;
    line-height: 1.65;
}

.hmo-value-calculator__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 22px;
    align-items: stretch;
}

.hmo-value-calculator__form,
.hmo-value-calculator__results,
.hmo-value-calculator__assumptions {
    border: 1px solid rgba(139, 188, 215, .72);
    border-radius: 8px;
    background: #ffffff;
}

.hmo-value-calculator__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.hmo-value-calculator__form label {
    display: grid;
    gap: 7px;
    color: #43546a;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hmo-value-calculator__form input,
.hmo-value-calculator__form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #bed3df;
    border-radius: 6px;
    background: #fff;
    color: #102434;
    font: inherit;
    font-size: .98rem;
    letter-spacing: 0;
    text-transform: none;
}

.hmo-value-calculator__form input {
    padding: 10px 12px;
}

.hmo-value-calculator__form select {
    padding: 10px 36px 10px 12px;
}

.hmo-value-calculator__input-affix {
    display: flex;
    align-items: center;
    min-height: 46px;
    border: 1px solid #bed3df;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.hmo-value-calculator__input-affix span {
    min-width: 42px;
    padding: 0 12px;
    color: #0069ab;
    font-size: 1rem;
    font-weight: 850;
    text-align: center;
}

.hmo-value-calculator__input-affix input {
    min-height: 44px;
    border: 0;
    border-radius: 0;
}

.hmo-value-calculator__form button {
    align-self: end;
    min-height: 46px;
    border: 1px solid #169ddc;
    border-radius: 6px;
    background: #f0f8fc;
    color: #00334e;
    font-weight: 850;
    cursor: pointer;
}

.hmo-value-calculator__form button:hover {
    background: #e2f3fb;
}

.hmo-value-calculator__results {
    display: grid;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(145deg, #00334e, #075a83);
    color: #ffffff;
}

.hmo-value-calculator__result {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.hmo-value-calculator__result span {
    color: rgba(255, 255, 255, .78);
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hmo-value-calculator__result strong {
    color: #ffffff;
    font-size: 1.08rem;
    text-align: right;
}

.hmo-value-calculator__result--primary {
    display: grid;
    gap: 8px;
    background: rgba(22, 157, 220, .24);
}

.hmo-value-calculator__result--primary strong {
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    text-align: left;
}

.hmo-value-calculator__note {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: .92rem;
    line-height: 1.5;
}

.hmo-value-calculator__assumptions {
    margin-top: 22px;
    padding: 20px;
}

.hmo-value-calculator__assumptions h3 {
    font-size: 1.2rem;
}

.hmo-value-calculator__assumptions ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    margin: 14px 0 0;
    padding-left: 20px;
    color: #43546a;
    line-height: 1.55;
}

@media (max-width: 820px) {
    .hmo-value-calculator {
        padding: 22px;
    }

    .hmo-value-calculator__grid,
    .hmo-value-calculator__form,
    .hmo-value-calculator__assumptions ul {
        grid-template-columns: 1fr;
    }

    .hmo-value-calculator__result {
        display: grid;
        gap: 6px;
    }

    .hmo-value-calculator__result strong {
        text-align: left;
    }
}
