.aesk-now-wrap {
    --aesk-lime: #e0ff4f;
    --aesk-yellow: #f9ffb1;
    --aesk-blue: #cdfffd;
    --aesk-green: #00272b;
    --aesk-pink: #fd6497;
    --aesk-cream: #fff;
    --aesk-muted: #607073;
    --aesk-border: rgba(0, 39, 43, 0.12);
    --aesk-shadow: 0 18px 50px rgba(0, 39, 43, 0.12);
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    margin-top: -96px;
    padding: 0 clamp(16px, 4vw, 48px) 132px;
    background: #fff;
    color: var(--aesk-green);
    font-family: inherit;
}

body:has(.aesk-now-wrap) .entry-content,
body:has(.aesk-now-wrap) .wp-block-post-content,
body:has(.aesk-now-wrap) main {
    padding-top: 0;
    margin-top: 0;
}

body:has(.aesk-now-wrap) .entry-content > *:first-child,
body:has(.aesk-now-wrap) .wp-block-post-content > *:first-child {
    margin-top: 0;
}

.aesk-now-wrap *,
.aesk-now-wrap *::before,
.aesk-now-wrap *::after {
    box-sizing: border-box;
}

.aesk-now-topbar,
.aesk-now-controls {
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) auto auto auto;
    gap: 12px;
    align-items: center;
    max-width: 1480px;
    margin: 0 auto;
}

.aesk-now-controls {
    grid-template-columns: minmax(220px, 1fr) auto auto auto;
    margin-bottom: 10px;
}

.aesk-now-logo {
    color: var(--aesk-green);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.aesk-now-logo span {
    display: inline-block;
    padding: 5px 8px 4px;
    margin-left: 4px;
    border-radius: 999px;
    background: var(--aesk-lime);
    font-size: 13px;
    vertical-align: middle;
}

.aesk-now-search input,
.aesk-now-region,
.aesk-now-submit-link {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--aesk-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--aesk-green);
    font: inherit;
}

.aesk-now-search input {
    padding: 0 18px;
    outline: none;
}

.aesk-now-search input:focus {
    border-color: rgba(0, 39, 43, 0.35);
    box-shadow: 0 0 0 4px rgba(224, 255, 79, 0.35);
}

.aesk-now-region,
.aesk-now-submit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.aesk-now-region {
    width: auto;
    min-width: 128px;
    padding: 0 16px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.aesk-now-submit-link {
    border-color: var(--aesk-green);
    background: var(--aesk-green);
    color: #fff;
    font-weight: 800;
}

.aesk-now-submit-link:hover,
.aesk-now-submit-link:focus {
    border-color: var(--aesk-green);
    background: var(--aesk-lime);
    color: var(--aesk-green);
}

.aesk-now-intro {
    max-width: 1480px;
    margin: 0 auto 8px;
}

.aesk-now-intro h1,
.aesk-now-submit-header h1 {
    max-width: 460px;
    margin: 0;
    color: var(--aesk-green);
    font-size: clamp(20px, 1.8vw, 26px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: 0;
}

.aesk-now-intro p,
.aesk-now-submit-header p {
    max-width: 680px;
    margin: 6px 0 0;
    color: var(--aesk-muted);
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.55;
}

.aesk-now-filters {
    display: flex;
    gap: 10px;
    max-width: 1600px;
    margin: 0 auto 12px;
    padding: 2px 0 6px;
    overflow-x: auto;
    scrollbar-width: none;
}

.aesk-now-filters::-webkit-scrollbar {
    display: none;
}

.aesk-now-chip {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--aesk-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--aesk-green);
    cursor: pointer;
    font: inherit;
    font-weight: 750;
}

.aesk-now-chip:hover,
.aesk-now-chip.is-active {
    border-color: var(--aesk-green);
    background: var(--aesk-lime);
}

.aesk-now-grid-shell {
    max-width: 1680px;
    margin: 0 auto;
}

.aesk-now-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(8px, 0.9vw, 12px);
    align-items: start;
}

.aesk-now-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(0, 39, 43, 0.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 39, 43, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.aesk-now-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--aesk-shadow);
}

.aesk-now-card-link {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto !important;
    min-height: 0;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit;
    text-decoration: none;
}

.aesk-now-card-media {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: block !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #f3efe7;
}

.aesk-now-card figure,
.aesk-now-card img {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.aesk-now-card--tall .aesk-now-card-media {
    aspect-ratio: 4 / 5;
}

.aesk-now-card--compact .aesk-now-card-media {
    aspect-ratio: 4 / 5;
}

.aesk-now-card-img,
.aesk-now-card-placeholder {
    display: block;
    min-width: 100% !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
}

.aesk-now-card-media > img,
.aesk-now-card-media > picture,
.aesk-now-card-media > picture > img {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.aesk-now-card-img {
    opacity: 0;
    transform: scale(1.01);
    transition: opacity 260ms ease, transform 260ms ease;
}

.aesk-now-card-img.is-loaded,
.aesk-now-card-img[complete] {
    opacity: 1;
    transform: scale(1);
}

.aesk-now-card-placeholder {
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.2)),
        #f1eadf;
}

.aesk-now-badge {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 16px;
    max-width: calc(100% - 68px);
    min-width: 86px;
    padding: 5px 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 39, 43, 0.08);
    border-radius: 999px;
    background: #fff;
    color: var(--aesk-green);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aesk-now-badge.is-new-opening { background: #e0ff4f; color: #00272b; }
.aesk-now-badge.is-queue { background: #fd6497; color: #fff; }
.aesk-now-badge.is-old-store { background: #f9ffb1; color: #00272b; }
.aesk-now-badge.is-retro { background: #fff1d6; color: #00272b; }
.aesk-now-badge.is-want-next { background: #cdfffd; color: #00272b; }
.aesk-now-badge.is-recent { background: #ffffff; color: #00272b; }
.aesk-now-badge.is-hidden-gem { background: #cdfffd; color: #00272b; }
.aesk-now-badge.is-found { background: #f3f3f3; color: #00272b; }
.aesk-now-badge.is-popular { background: #fd6497; color: #fff; }
.aesk-now-badge.is-instagram { background: #ffe1ef; color: #00272b; }

.aesk-now-image-heart {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--aesk-green);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    backdrop-filter: blur(12px);
}

.aesk-now-card-avatar {
    display: none;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border: 0;
    border-radius: 999px;
    background: #55bdf7;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 39, 43, 0.12);
}

.aesk-now-card-avatar svg {
    width: 54px;
    height: 54px;
    fill: currentColor;
    stroke: none;
}

.aesk-now-card-body {
    padding: 14px 18px 4px;
}

.aesk-now-card-body h2 {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--aesk-green);
    font-size: 19px;
    font-weight: 920;
    line-height: 1.18;
    letter-spacing: 0;
}

.aesk-now-location,
.aesk-now-address,
.aesk-now-desc {
    margin: 6px 0 0;
    color: #111;
    font-size: 13px;
    line-height: 1.42;
}

.aesk-now-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.aesk-now-location svg {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    fill: #fd6497;
    stroke: #fd6497;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aesk-now-desc {
    min-height: 0;
    margin-top: 8px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.aesk-now-card-actions {
    display: flex;
    gap: 8px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 2px 18px 2px;
}

.aesk-now-card-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    flex: 1 1 0;
    min-height: 28px;
    padding: 0 6px;
    border: 1.5px solid currentColor;
    border-radius: 999px;
    background: #fff;
    color: var(--aesk-green);
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
}

.aesk-now-card-actions svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aesk-now-action-love {
    color: #fd6497 !important;
}

.aesk-now-action-want {
    color: #ff6b1a !important;
}

.aesk-now-action-share {
    color: #4b93e6 !important;
}

.aesk-now-card-actions button.is-reacted,
.aesk-now-image-heart.is-reacted {
    background: rgba(224, 255, 79, 0.25);
    border-color: currentColor;
}

.aesk-now-action-love.is-reacted {
    background: #fff;
    color: #fd326f !important;
}

.aesk-now-action-love.is-reacted svg {
    fill: currentColor;
    stroke: currentColor;
}

.aesk-now-action-share.is-reacted,
.aesk-now-action-share:hover,
.aesk-now-action-share:focus {
    background: #fff;
    color: #4b93e6 !important;
}

.aesk-now-tags {
    min-height: 0;
    margin-top: 0 !important;
    padding: 1px 18px 3px;
    color: var(--aesk-muted);
    font-size: 12px;
    line-height: 1.35;
}

.aesk-now-detail-link {
    display: block;
    align-self: flex-end;
    width: fit-content;
    margin: 2px 18px 12px auto;
    color: #111;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
    text-align: right;
}

.aesk-now-detail-link:hover {
    color: var(--aesk-green);
    text-decoration: underline;
}

.aesk-now-load-row {
    display: flex;
    justify-content: center;
    padding: 34px 0 10px;
}

.aesk-now-load-more,
.aesk-now-submit-form button {
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid var(--aesk-green);
    border-radius: 999px;
    background: var(--aesk-green);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.aesk-now-load-more:disabled {
    opacity: 0.45;
    cursor: default;
}

.aesk-now-empty {
    grid-column: 1 / -1;
    margin: 40px 0;
    color: var(--aesk-muted);
    text-align: center;
}

.aesk-now-dock {
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: max(16px, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    padding: 8px 10px;
    border: 1px solid rgba(0, 39, 43, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 60px rgba(0, 39, 43, 0.18);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
}

.aesk-now-dock-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 58px;
    height: 52px;
    border-radius: 999px;
    color: rgba(0, 39, 43, 0.62);
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.aesk-now-dock-item:hover,
.aesk-now-dock-item.is-active {
    background: rgba(224, 255, 79, 0.38);
    color: var(--aesk-green);
}

.aesk-now-dock-item svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aesk-now-dock-item span {
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
}

.aesk-now-dock-item.is-plus {
    width: 58px;
    height: 58px;
    margin: -18px 2px 0;
    background: var(--aesk-lime);
    color: var(--aesk-green);
    box-shadow: 0 10px 24px rgba(0, 39, 43, 0.16);
}

.aesk-now-dock-item.is-plus span {
    font-size: 24px;
}

.aesk-now-dock-item.is-plus svg {
    display: none;
}

.aesk-now-submit-page {
    display: grid;
    gap: 18px;
    justify-content: center;
}

.aesk-now-submit-header,
.aesk-now-submit-form,
.aesk-now-form-success,
.aesk-now-login-panel {
    width: min(760px, 100%);
}

.aesk-now-submit-header {
    padding-top: 8px;
}

.aesk-now-submit-header .aesk-now-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.aesk-now-submit-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 20px;
    border: 1px solid var(--aesk-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 34px rgba(0, 39, 43, 0.08);
}

.aesk-now-form-note {
    grid-column: 1 / -1;
    padding: 12px 14px;
    border: 1px solid rgba(0, 39, 43, 0.08);
    border-radius: 16px;
    background: rgba(224, 255, 79, 0.18);
    color: var(--aesk-green);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.aesk-now-honey {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.aesk-now-submit-form label {
    display: grid;
    gap: 6px;
    color: var(--aesk-green);
    font-size: 13px;
    font-weight: 850;
}

.aesk-now-form-section,
.aesk-now-submit-form label.is-full,
.aesk-now-submit-form button {
    grid-column: 1 / -1;
}

.aesk-now-form-section {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 39, 43, 0.08);
    color: var(--aesk-green);
    font-size: 15px;
    font-weight: 950;
}

.aesk-now-form-section span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--aesk-lime);
    color: var(--aesk-green);
    font-size: 12px;
    line-height: 1;
}

.aesk-now-form-section:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.aesk-now-submit-form input,
.aesk-now-submit-form select,
.aesk-now-submit-form textarea {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--aesk-border);
    border-radius: 14px;
    background: #fff;
    color: var(--aesk-green);
    font: inherit;
}

.aesk-now-submit-form input:focus,
.aesk-now-submit-form select:focus,
.aesk-now-submit-form textarea:focus {
    border-color: var(--aesk-green);
    outline: 2px solid rgba(224, 255, 79, 0.65);
    outline-offset: 1px;
}

.aesk-now-submit-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.aesk-now-submit-form textarea {
    min-height: 112px;
    resize: vertical;
}

.aesk-now-submit-form input[type="file"] {
    padding: 9px;
    background: rgba(224, 255, 79, 0.12);
}

.aesk-now-submit-form button {
    justify-self: end;
    min-width: 160px;
    margin-top: 4px;
}

.aesk-now-form-success {
    padding: 14px 16px;
    border: 1px solid rgba(0, 39, 43, 0.1);
    border-radius: 16px;
    background: var(--aesk-lime);
    color: var(--aesk-green);
    font-weight: 850;
}

.aesk-now-login-panel {
    display: grid;
    gap: 12px;
    padding: 22px;
    border: 1px solid var(--aesk-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 34px rgba(0, 39, 43, 0.08);
}

.aesk-now-login-panel h2 {
    margin: 0;
    color: var(--aesk-green);
    font-size: 22px;
    line-height: 1.2;
}

.aesk-now-login-panel p {
    margin: 0;
    color: var(--aesk-muted);
    font-size: 14px;
    line-height: 1.55;
}

.aesk-now-login-button,
.aesk-now-register-link {
    width: fit-content;
    text-decoration: none;
}

.aesk-now-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid var(--aesk-green);
    border-radius: 999px;
    background: var(--aesk-green);
    color: #fff;
    font-weight: 900;
}

.aesk-now-register-link {
    color: var(--aesk-green);
    font-size: 13px;
    font-weight: 850;
}

@media (min-width: 1500px) {
    .aesk-now-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .aesk-now-topbar,
    .aesk-now-controls {
        grid-template-columns: auto 1fr auto;
    }

    .aesk-now-topbar .aesk-now-search {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .aesk-now-controls {
        grid-template-columns: 1fr auto auto auto;
    }

    .aesk-now-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aesk-now-card-body {
        padding: 13px 18px 5px;
    }

    .aesk-now-card-body h2 {
        font-size: 19px;
    }

    .aesk-now-card-actions {
        gap: 8px;
        padding: 2px 18px 2px;
    }

    .aesk-now-tags {
        padding-inline: 18px;
    }

    .aesk-now-detail-link {
        margin-right: 18px;
        margin-bottom: 12px;
    }
}

@media (max-width: 720px) {
    .aesk-now-wrap {
        margin-top: -44px;
        padding: 0 12px 124px;
    }

    .aesk-now-topbar,
    .aesk-now-controls {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .aesk-now-controls .aesk-now-search {
        grid-column: 1 / -1;
    }

    .aesk-now-submit-link {
        grid-column: 1 / -1;
    }

    .aesk-now-submit-link {
        min-height: 40px;
        padding: 0 13px;
        font-size: 13px;
    }

    .aesk-now-intro h1,
    .aesk-now-submit-header h1 {
        font-size: 21px;
        line-height: 1.12;
    }

    .aesk-now-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .aesk-now-card {
        border-radius: 18px;
    }

    .aesk-now-badge {
        top: 12px;
        left: 14px;
        min-width: 78px;
        padding: 5px 9px;
        font-size: 11px;
    }

    .aesk-now-card-body {
        padding: 12px 15px 5px;
    }

    .aesk-now-card-body h2 {
        font-size: 19px;
    }

    .aesk-now-location,
    .aesk-now-address,
    .aesk-now-desc {
        font-size: 13px;
    }

    .aesk-now-card-actions {
        gap: 8px;
        padding: 2px 15px 2px;
    }

    .aesk-now-card-actions button {
        flex: 1 1 0;
        min-height: 36px;
        padding: 0 6px;
        font-size: 12px;
    }

    .aesk-now-card-actions svg {
        width: 17px;
        height: 17px;
    }

    .aesk-now-tags {
        min-height: auto;
        padding: 1px 15px 3px;
        font-size: 12px;
    }

    .aesk-now-detail-link {
        margin: 2px 15px 12px;
        font-size: 12px;
    }

    .aesk-now-dock {
        width: calc(100% - 22px);
        justify-content: space-between;
        gap: 2px;
        padding: 7px;
        border-radius: 28px;
    }

    .aesk-now-dock-item {
        min-width: 0;
        flex: 1 1 0;
    }

    .aesk-now-submit-form {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 16px;
    }

    .aesk-now-form-note {
        font-size: 12px;
    }

    .aesk-now-submit-form button {
        width: 100%;
        justify-self: stretch;
    }
}

@media (max-width: 390px) {
    .aesk-now-grid {
        grid-template-columns: 1fr;
    }

    .aesk-now-card-media,
    .aesk-now-card--compact .aesk-now-card-media {
        aspect-ratio: 4 / 5;
    }
}


/* Aesk NOW popup detail modal */
.aesk-now-detail-link {
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.aesk-now-detail-link:hover,
.aesk-now-detail-link:focus {
    color: var(--aesk-green);
    text-decoration: underline;
}

.aesk-now-modal-open {
    overflow: hidden;
}

.aesk-now-detail-modal[hidden] {
    display: none !important;
}

.aesk-now-detail-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.aesk-now-detail-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 39, 43, 0.38);
    backdrop-filter: blur(10px);
}

.aesk-now-detail-panel {
    position: relative;
    z-index: 1;
    width: min(860px, 96vw);
    max-height: min(760px, 90vh);
    overflow: hidden auto;
    border: 1px solid rgba(0, 39, 43, 0.12);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 39, 43, 0.28);
}

.aesk-now-detail-close {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 39, 43, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--aesk-green);
    cursor: pointer;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.aesk-now-detail-media {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    overflow: hidden;
    background: #f3efe7;
}

.aesk-now-detail-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aesk-now-detail-content {
    padding: 26px clamp(22px, 4vw, 40px) 34px;
}

.aesk-now-detail-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 12px;
    padding: 0 13px;
    border-radius: 999px;
    background: #e0ff4f;
    color: #00272b;
    font-size: 13px;
    font-weight: 850;
}

.aesk-now-detail-kicker {
    margin: 0 0 8px;
    color: var(--aesk-muted);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aesk-now-detail-content h2 {
    margin: 0;
    color: var(--aesk-green);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 950;
    line-height: 1.05;
}

.aesk-now-detail-location {
    margin: 12px 0 0;
    color: var(--aesk-muted);
    font-size: 17px;
    font-weight: 750;
}

.aesk-now-detail-desc {
    margin: 18px 0 0;
    color: #203c40;
    font-size: 17px;
    line-height: 1.7;
    white-space: pre-wrap;
}

.aesk-now-detail-info {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.aesk-now-detail-info-row {
    padding: 16px 18px;
    border: 1px solid rgba(0, 39, 43, 0.1);
    border-radius: 18px;
    background: rgba(224, 255, 79, 0.16);
}

.aesk-now-detail-info-row strong {
    display: block;
    margin-bottom: 4px;
    color: var(--aesk-green);
    font-size: 13px;
}

.aesk-now-detail-info-row span {
    color: #203c40;
    font-size: 15px;
    line-height: 1.5;
}

.aesk-now-detail-info-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1.5px solid var(--aesk-green);
    border-radius: 999px;
    background: #fff;
    color: var(--aesk-green);
    font-weight: 850;
    text-decoration: none;
}

.aesk-now-detail-info-link:hover {
    background: var(--aesk-green);
    color: #e0ff4f;
}

@media (max-width: 720px) {
    .aesk-now-detail-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .aesk-now-detail-panel {
        width: 100%;
        max-height: 88vh;
        border-radius: 28px 28px 20px 20px;
    }

    .aesk-now-detail-media {
        aspect-ratio: 16 / 10;
    }

    .aesk-now-detail-content {
        padding: 22px 20px 28px;
    }
}


/* Aesk NOW card tags + address row, no detail button */
.aesk-now-card-address {
    margin: 2px 16px 14px;
    color: var(--aesk-muted);
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
}

.aesk-now-card-address span {
    color: var(--aesk-green);
    font-weight: 850;
}

.aesk-now-detail-link,
.aesk-now-detail-trigger {
    display: none !important;
}


/* Aesk NOW card byline + form length helper */
.aesk-now-card-byline {
    margin: 0 16px 14px;
    color: var(--aesk-muted);
    font-size: 13px;
    line-height: 1.35;
    text-align: right;
    font-weight: 850;
}

.aesk-now-card-address {
    text-align: left;
}

.aesk-now-submit-form input[maxlength],
.aesk-now-submit-form textarea[maxlength] {
    box-sizing: border-box;
}
