/* 
* New css must be added under the main css.
*/

/* Post Ad - Verified Images: Start */
.post-ad-wizard .verified-section {
    margin-top: 24px;
    padding: 24px;
    background: #f5f4ee;
}

.post-ad-wizard .verified-heading {
    display: flex;
    gap: 18px;
    align-items: center;
}

.post-ad-wizard .verified-heading > i {
    color: #168bea;
    font-size: 50px;
}

.post-ad-wizard .verified-heading h4 {
    margin: 0 0 6px;
}

.post-ad-wizard .verified-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 16px;
    margin: 22px 0 10px;
}

.post-ad-wizard .verified-image {
    position: relative;
    overflow: hidden;
    border: 5px solid #dadada;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.post-ad-wizard .verified-image.active {
    border-color: #159bd3;
}

.post-ad-wizard .verified-image:focus-visible {
    outline: 3px solid rgba(21, 155, 211, 0.35);
    outline-offset: 2px;
}

.post-ad-wizard .verified-image img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    display: block;
}

.post-ad-wizard .verified-image i {
    position: absolute;
    right: 7px;
    bottom: 7px;
    color: #fff;
    text-shadow: 0 1px 3px #000;
}

.post-ad-wizard .verified-edit-note {
    text-align: center;
    color: #999;
}

.post-ad-wizard .verified-rules {
    margin: 18px -24px -24px;
}

.post-ad-wizard .verified-rules > .color-btn3 {
    margin-top: 8px;
}

.post-ad-wizard .post-ad-media-list .drag-handle {
    cursor: grab;
}
/* Post Ad - Verified Images: End */

/* Verified Ad Badge: Start */
.verified-ad-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding: 4px 9px 4px 5px;
    border: 1px solid #cfd5df;
    border-radius: 16px;
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.verified-ad-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #168bea;
    color: #fff;
    font-size: 10px;
}
/* Verified Ad Badge: End */

/* Verified Ad Detail Presentation: Start */
.verified-ad-notice {
    align-items: center;
    background: #f2c76b;
    border-bottom: 1px solid #d3ac2b;border-top: 1px solid #d3ac2b;
    color: #111;
    display: flex;
    font-size: 17px;
    gap: 14px;
    justify-content: center;
    line-height: 1.35;
    margin-bottom: 1rem!important;
    height: 40px;
    padding: 10px 20px;
    text-align: center;
    width: 100%; margin-top:0;
}

.verified-ad-notice__seal {
    align-items: center;
    background: #168bea;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 20px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.verified-pictures-card {
    background: linear-gradient(135deg, #fffdf7 0%, #fff 72%);
    border: 2px solid #d3ac2b !important;
    box-shadow: 0 4px 14px rgba(211, 172, 43, 0.22);
    overflow: hidden;
}

.verified-pictures-card__title {
    border-bottom: 0;
    color: #d3ac2b !important;
    font-weight: 700;
    letter-spacing: 0.15px;
    margin: 0 0 12px;
    padding: 0;
}

.verified-pictures-card__icon {
    align-items: center;
    background: #168bea;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
    vertical-align: middle;
    width: 24px;
}

@media (max-width: 767px) {
    .verified-ad-notice {
        align-items: flex-start;
        font-size: 15px;
        padding: 10px 15px;
        text-align: left; height: auto;
    }

    .verified-ad-notice__seal {
        border-width: 4px;
        flex-basis: 42px;
        height: 42px;
        width: 42px;
    }
}
/* Verified Ad Detail Presentation: End */

/* Favorite Toggle: Start */
.favorite-toggle-wrap{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:center;margin-top:12px}.favorite-toggle{align-items:center;background:#fff;border:1px solid #c9c9c9;border-radius:5px;color:#e34d4d;cursor:pointer;display:inline-flex;font-size:15px;font-weight:500;gap:7px;justify-content:center;min-height:40px;padding:8px 15px;position:relative;transition:border-color .2s,box-shadow .2s,color .2s}.favorite-toggle:hover{border-color:#e34d4d;box-shadow:0 0 0 1px #e34d4d}.favorite-toggle.active{color:#707070}.favorite-toggle-icon{display:inline-flex;position:relative}.favorite-toggle.active .favorite-toggle-icon:after{background:currentColor;content:"";height:2px;left:-2px;position:absolute;top:50%;transform:rotate(-43deg);width:18px}.favorite-toggle:before{background:#222;border-radius:4px;bottom:calc(100% + 8px);color:#fff;content:attr(data-tooltip);font-size:12px;font-weight:500;left:50%;opacity:0;padding:6px 9px;pointer-events:none;position:absolute;transform:translate(-50%,4px);transition:opacity .15s,transform .15s;visibility:hidden;white-space:nowrap;z-index:30}.favorite-toggle:after{border:5px solid transparent;border-top-color:#222;bottom:calc(100% - 2px);content:"";left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .15s;visibility:hidden;z-index:30}.favorite-toggle:hover:before,.favorite-toggle:hover:after,.favorite-toggle:focus-visible:before,.favorite-toggle:focus-visible:after{opacity:1;visibility:visible}.favorite-toggle:hover:before,.favorite-toggle:focus-visible:before{transform:translate(-50%,0)}.favorite-toggle:disabled{cursor:wait;opacity:.65}.favorite-toggle-error{color:#c62828;font-size:12px;font-weight:600}.directory-profile-actions .favorite-toggle-wrap{margin:0;min-width:0}.directory-profile-actions .favorite-toggle{height:100%;margin:0;width:100%}.ad-detail-meta-line{align-items:center;display:flex;gap:6px;justify-content:center;margin-top:8px;min-height:40px;white-space:nowrap}.ad-detail-meta-line .category-tag{border:0!important;border-radius:0!important;margin:0!important;padding:0!important;position:static!important}.ad-detail-meta-line .favorite-toggle-wrap{display:inline-flex;margin:0 0 0 5px}.ad-detail-meta-line .favorite-toggle{background:transparent;border:0;border-radius:0;box-shadow:none;font-size:18px;min-height:auto;padding:2px}.ad-detail-meta-line .favorite-toggle:hover{border:0;box-shadow:none}.ad-detail-meta-line .favorite-toggle-error{position:absolute;transform:translateY(35px)}
/* Favorite Toggle: End */

/* Ad Listing Verified Filter: Start */
.ad-list-location-picker-menu {
    width: 480px;
}

.ad-list-location-picker-panel {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.ad-list-location-picker-panel .location-column {
    overflow-y: auto;
    scrollbar-color: #b8b8b8 transparent;
    scrollbar-width: thin;
}

.ad-list-location-picker-panel .location-column::-webkit-scrollbar {
    width: 6px;
}

.ad-list-location-picker-panel .location-column::-webkit-scrollbar-track {
    background: transparent;
}

.ad-list-location-picker-panel .location-column::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: 6px;
}

.ad-list-location-picker-panel .location-column::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.ad-list-verified-filter {
    display: flex;
}

.ad-list-verified-control {
    align-items: center;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    color: #111;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    gap: 9px;
    height: 50px;
    margin: 0;
    padding: 0 18px;
    width: 100%;
}

.ad-list-verified-control input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.ad-list-verified-check {
    align-items: center;
    background: #fff;
    border: 2px solid #b9bec7;
    border-radius: 4px;
    color: transparent;
    display: inline-flex;
    flex: 0 0 20px;
    height: 20px;
    justify-content: center;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    width: 20px;
}

.ad-list-verified-check i {
    font-size: 12px;
}

.ad-list-verified-control input:checked + .ad-list-verified-check {
    background: #168bea;
    border-color: #168bea;
    color: #fff;
}

.ad-list-verified-control input:focus-visible + .ad-list-verified-check {
    box-shadow: 0 0 0 3px rgba(22, 139, 234, 0.25);
}

.ad-list-active-filters {
    padding-top: 14px; display: inline-block;
}

.ad-list-filter-badge {
    align-items: center;
    background: #efc870;
    border: 0;
    border-radius: 4px;
    color: #111;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    padding: 7px 10px; margin-right: 5px;margin-bottom: 5px;
}

.ad-list-filter-badge:hover,
.ad-list-filter-badge:focus {
    background: #111;
    color: #fff;
}

.ad-list-more-filter { display: flex; align-items: stretch; }
.ad-list-more-toggle { width: 100%; min-height: 50px; height:50px; border: none; border-radius: 6px; background: #ffffff; font-weight: 700; white-space: nowrap; }

@media (max-width: 767px) {
.ad-list-more-toggle {  min-height: 38px; height:38px;}
.ad-list-more-filter { margin-top: 0px; margin-bottom:10px; }
}

.ad-more-backdrop { position: fixed; inset: 0; z-index: 10050; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(17,24,39,.7); }
.ad-more-modal { width: min(820px, 100%); max-height: min(720px, 92vh); display: flex; flex-direction: column; background: #fff; border-radius: 10px; box-shadow: 0 18px 55px rgba(0,0,0,.3); overflow: hidden; }
.ad-more-modal header { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; border-bottom: 1px solid #e5e7eb; }
.ad-more-modal header h3 { margin: 0; font-size: 22px; }
.ad-more-modal header .ad-more-close { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: #000; color: #fff; font-size: 16px; line-height: 1; transition: opacity .15s ease; }
.ad-more-modal header .ad-more-close:hover, .ad-more-modal header .ad-more-close:focus { color: #fff; opacity: .82; outline: 0; }
.ad-more-body { display: grid; grid-template-columns: 4fr 6fr; gap: 0 22px; overflow-y: auto; padding: 10px 28px 4px; }
.ad-more-column { min-width: 0; }
.ad-more-body label{ color:#000;font-size: 15px;}
.ad-more-body fieldset { display: flex; flex-direction: column; min-width: 0; margin: 0; padding:0px 4px 44px; border: 0; }
.ad-more-body fieldset + fieldset { border-top: 1px solid #e5e7eb; padding-top: 0px; }
.ad-more-body legend { display: block; float: none; width: 100%; margin: 0 0 18px; padding: 0; clear: none; font-size: 17px; font-weight: 700; line-height: 1.2; }
.ad-more-body legend + * { clear: none; margin-top: 0; }
.ad-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; }
.ad-more-check { display: flex; align-items: center; gap: 10px; margin: 10px 0; cursor: pointer; }
.ad-more-section > .ad-more-check { margin: 0; }
.ad-option-grid .ad-more-check { min-height: 22px; margin: 0; }
.ad-more-check input { width: 21px; height: 21px; accent-color: #c89d2b; }
.ad-age-values { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; }
.ad-age-values output { min-width: 52px; padding: 8px 10px; border: 1px solid #dfe2e7; border-radius: 6px; background: #fff; text-align: center; font-weight: 700; box-shadow: 0 2px 6px rgba(0,0,0,.06); }
.ad-dual-range { position: relative; height: 6px; margin: 18px 12px 12px; border-radius: 99px; }
.ad-dual-range input { position: absolute; top: -7px; left: 0; width: 100%; height: 20px; margin: 0; background: transparent; pointer-events: none; appearance: none; -webkit-appearance: none; }
.ad-dual-range input::-webkit-slider-runnable-track { height: 6px; background: transparent; }
.ad-dual-range input::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -7px; border: 3px solid #fff; border-radius: 50%; background: #c89d2b; box-shadow: 0 1px 5px rgba(0,0,0,.3); pointer-events: auto; appearance: none; -webkit-appearance: none; cursor: grab; }
.ad-dual-range input::-moz-range-track { height: 6px; background: transparent; }
.ad-dual-range input::-moz-range-thumb { width: 15px; height: 15px; border: 3px solid #fff; border-radius: 50%; background: #c89d2b; box-shadow: 0 1px 5px rgba(0,0,0,.3); pointer-events: auto; cursor: grab; }
.ad-age-limits { display: flex; justify-content: space-between; color: #777; font-size: 13px; }
.ad-phone-input, .ad-phone-input .iti { width: 100%; }
.ad-phone-input input { width: 100%; min-height: 46px; padding-top: 12px; padding-bottom: 12px; border: 1px solid #d4d7dc; border-radius: 6px; }
.ad-more-modal footer { display: flex; gap: 16px; padding: 18px 28px; border-top: 1px solid #e5e7eb; background: #fff; }
.ad-more-modal footer button { min-height: 48px; border-radius: 6px; font-weight: 700; }
.ad-more-reset { width: 100px; border: 1px solid #d7dbe1; background: #fff; }
.ad-more-apply { flex: 1; border: 0; background: #c89d2b; color: #fff; }

 
@media (max-width: 767px) {
    .ad-more-backdrop { padding: 10px; }
    .ad-more-modal { max-height: 94vh; }
    .ad-more-modal header { padding: 18px 20px; }
    .ad-more-body { grid-template-columns: 1fr; padding: 6px 20px; }
    .ad-more-modal footer { padding: 14px 20px; }
}

.ad-list-empty-results {
    margin-top: 20px;
    padding: 12px 30px 30px;
    text-align: center;
}

.ad-list-empty-results h3 {
    margin-bottom: 22px;
    color: #555;
    font-size: 30px;
    font-weight: 700;
}

.ad-list-empty-results p {
    margin-bottom: 24px;
    color: #666;
    font-size: 16px;
}

.ad-list-reset-search {
    width: 100%;
    padding: 12px 18px;
    border: 0;
    border-radius: 4px;
    background: #efc870;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .15s ease, color .15s ease;
}

.ad-list-reset-search:hover,
.ad-list-reset-search:focus {
    background: #111;
    color: #fff;
}

.ad-list-reset-search i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .ad-list-location-picker-menu {
        width: 100%;
    }

    .ad-list-location-picker-panel {
        grid-template-columns: 1fr;
    }

    .ad-list-verified-filter {
        margin-bottom: 15px;
    }

    .ad-list-verified-control {
        height: 40px;
    }

    .ad-list-empty-results {
        padding-right: 0;
        padding-left: 0;
    }

    .ad-list-empty-results h3 {
        font-size: 24px;
    }
}
/* Ad Listing Verified Filter: End */

/* Category Banner Page Filters: Start */
.category-banner-location-picker-menu {
    width: 640px;
}

.category-banner-location-picker-panel {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
}

@media (max-width: 767px) {
    .category-banner-location-picker-menu {
        width: 100%;
    }

    .category-banner-location-picker-panel {
        grid-template-columns: 1fr;
    }
}
/* Category Banner Page Filters: End */
.verified-ad-unavailable-note {
    display: block;
    clear: both;
    padding-top: 10px;
    color: #8a6512;
}

.verified-ad-select-button {
    border: 0;
}

.verified-ad-select-button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}
.row.media-gallery-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.media-gallery-group-column {
    display: flex;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.media-gallery-group-column:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.media-gallery-group-card {
    width: 100%;
}

.preview-thumb-row.media-gallery-thumb-row-full {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .row.media-gallery-groups {
        grid-template-columns: 1fr;
    }

    .media-gallery-group-column {
        grid-column: 1;
    }
}

@media (max-width: 767px) {
    .preview-thumb-row.media-gallery-thumb-row-full {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.directory-card-image {
    position: relative;
}

.directory-card-verified-seal {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #168eea;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    font-size: 11px;
    line-height: 1;
}

/* Directory Profile - My Ads Verified Badge: Start */
.directory-profile-ad-thumbnail {
    flex: 0 0 85px;
    position: relative;
}

.directory-profile-ad-content {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 10px;
}

.directory-profile-ad-content .cat {
    overflow-wrap: anywhere;
}

.directory-profile-ad-thumbnail img {
    display: block;
    height: 70px;
    object-fit: cover;
    width: 85px;
}

.directory-profile-ad-verified-seal {
    align-items: center;
    background: #168eea;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    height: 24px;
    justify-content: center;
    left: -7px;
    line-height: 1;
    position: absolute;
    top: -7px;
    width: 24px;
    z-index: 1;
}
/* Directory Profile - My Ads Verified Badge: End */

/* Post Ad Wizard Validation and Agreement: Start */
.post-ad-field-error {
    background: #ff7957;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 6px;
    max-width: 100%;
    padding: 7px 10px;
}

.post-ad-field-error::before {
    content: "\f071";
    font-family: FontAwesome, fontawesome;
    margin-right: 7px;
}

.post-ad-next-wrap {
    margin-left: auto;
    position: relative;
    text-align: right;
}

.post-ad-step-button {
    align-items: center;
    display: inline-flex;
    min-height: 42px;
}

.post-ad-next-tooltip {
    background: #cc4f24;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
    padding: 9px 12px;
}

.post-ad-next-tooltip i {
    margin-right: 7px;
}

.post-ad-agreement {
    background: #f7f6f1;
    border: 1px solid #dedbd0;
    clear: both;
    color: #666;
    display: block !important;
    position: relative;
    visibility: visible !important;
    width: 100%;
    z-index: 1;
}

.post-ad-agreement-row {
    line-height: 1.55;
    padding: 18px 22px;
}

.post-ad-agreement-row + .post-ad-agreement-row {
    border-top: 1px solid #dedbd0;
}

.post-ad-agreement-row p {
    margin: 8px 0 0;
}

.post-ad-agreement a {
    color: #8f710c;
    text-decoration: underline;
}

/* Post Ad Wizard Validation and Agreement: End */

/* Post Ad Previous Ads: Start */
.post-ad-previous-ads{clear:both}.post-ad-previous-ads .mng-girl{align-items:center;display:flex;gap:15px;min-height:92px}.post-ad-previous-ads .mng-girl-img{flex:0 0 70px;height:70px;margin:0;overflow:hidden}.post-ad-previous-ads .mng-girl-img img{height:100%;object-fit:cover;width:100%}.post-ad-previous-ads__details{flex:1 1 auto;min-width:0}.post-ad-previous-ads__actions{display:flex;flex:0 0 auto;gap:5px}.post-ad-previous-ads__actions .color-btn2,.post-ad-previous-ads__actions .color-btn3{border:0;cursor:pointer;margin:0}.post-ad-previous-ads__actions button:disabled{cursor:wait;opacity:.65}.post-ad-copy-modal{align-items:center;background:rgba(0,0,0,.6);display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2147483000}.post-ad-copy-modal__dialog{background:#fff;border-radius:5px;box-shadow:0 15px 45px rgba(0,0,0,.35);max-width:420px;overflow:hidden;width:100%}.post-ad-copy-modal__header,.post-ad-copy-modal__body,.post-ad-copy-modal__footer{padding:18px 22px}.post-ad-copy-modal__header{align-items:center;background:#cbd0d8;display:flex;justify-content:space-between}.post-ad-copy-modal__header h5,.post-ad-copy-modal__body p{margin:0}.post-ad-copy-modal__close{background:transparent;border:0;cursor:pointer;font-size:24px}.post-ad-copy-modal__footer{border-top:1px solid #e5e5e5;display:flex;gap:8px;justify-content:flex-end}@media (max-width:767px){.post-ad-previous-ads .mng-girl{align-items:stretch;display:grid;grid-template-columns:80px 1fr}.post-ad-previous-ads .mng-girl-img{height:90px;width:80px}.post-ad-previous-ads__actions{grid-column:1/-1;justify-content:flex-end}}
/* Post Ad Previous Ads: End */

/* Contact Reveal Verification: Start */
.contact-captcha-backdrop {
    background: rgba(0, 0, 0, .68);
    padding: 16px;
}

.contact-captcha-box {
    border: 3px solid #d4a928;
    border-radius: 10px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .5), 0 0 0 5px rgba(212, 169, 40, .22);
}

.contact-captcha-top {
    height: 9px;
    background: linear-gradient(90deg, #111 0 18%, #d4a928 18% 82%, #111 82%);
}

.contact-captcha-box > p {
    background: #fff4c9;
    border-bottom: 1px solid #ead489;
    color: #111;
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 16px;
    padding: 16px 20px;
}

.contact-verify-visual {
    border: 2px solid #d4a928;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .7);
}

.verify-lock,
.contact-verify-handle {
    background: #d4a928;
    color: #111;
}

.verify-copy {
    background: rgba(255, 255, 255, .9);
    bottom: 12px;
    color: #111;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 10px;
    padding: 7px 8px;
}

.contact-verify-track {
    border: 2px solid #b88e12;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .18);
}

.contact-verify-fill {
    background: rgba(212, 169, 40, .42);
}

.contact-verify-label {
    color: #313131;
    font-weight: 800;
}

.contact-captcha-box,
.contact-captcha-top,
.contact-captcha-box > p,
.contact-verify-visual,
.contact-verify-track {
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-captcha-box-success {
    border-color: #198754;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .5), 0 0 0 6px rgba(25, 135, 84, .25);
}

.contact-captcha-box-success .contact-captcha-top {
    background: #198754;
}

.contact-captcha-box-success > p {
    background: #dff3e8;
    border-bottom-color: #8bcba9;
    color: #125d3b;
}

.contact-captcha-box-success .contact-verify-visual,
.contact-captcha-box-success .contact-verify-track {
    border-color: #198754;
}

.contact-captcha-box-success .contact-captcha-message {
    background: #dff3e8;
    border: 1px solid #8bcba9;
    border-radius: 5px;
    color: #125d3b;
    padding: 10px 12px;
}

.contact-captcha-box-error {
    border-color: #dc3545;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .5), 0 0 0 6px rgba(220, 53, 69, .24);
}

.contact-captcha-box-error .contact-captcha-top {
    background: #dc3545;
}

.contact-captcha-box-error > p {
    background: #fbe3e5;
    border-bottom-color: #e89aa2;
    color: #8d1f2a;
}

.contact-captcha-box-error .contact-verify-visual,
.contact-captcha-box-error .contact-verify-track {
    border-color: #dc3545;
}

.contact-captcha-box-error .contact-captcha-message {
    background: #fbe3e5;
    border: 1px solid #e89aa2;
    border-radius: 5px;
    color: #8d1f2a;
    padding: 10px 12px;
}
/* Contact Reveal Verification: End */

/* Post Ad Session Guards: Start */
.post-ad-guard-backdrop {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 2147483000;
}

.post-ad-guard-dialog {
    background: #fff;
    border: 2px solid #d4a928;
    border-radius: 8px;
    box-shadow: 0 20px 65px rgba(0, 0, 0, .48);
    color: #444;
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 28px 30px;
    width: min(620px, 100%);
}

.post-ad-guard-dialog h3 {
    color: #222;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 18px;
}

.post-ad-disclaimer-list {
    line-height: 1.5;
    margin: 0 0 20px 22px;
    padding-left: 16px;
}

.post-ad-disclaimer-list li {
    margin-bottom: 7px;
}

.post-ad-disclaimer-list a {
    color: #806509;
    font-weight: 700;
    text-decoration: underline;
}

.post-ad-disclaimer-confirmation {
    align-items: flex-start;
    background: #fff7dc;
    border: 1px solid #ead58b;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    gap: 10px;
    line-height: 1.4;
    padding: 12px 14px;
}

.post-ad-disclaimer-confirmation input {
    flex: 0 0 auto;
    height: 20px;
    margin-top: 1px;
    width: 20px;
}

.post-ad-guard-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.post-ad-guard-actions button,
.post-ad-session-extend {
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    min-height: 46px;
    padding: 10px 18px;
}

.post-ad-guard-confirm,
.post-ad-session-extend {
    background: #198754;
    color: #fff;
}

.post-ad-guard-confirm:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.post-ad-guard-cancel {
    background: #e5e5e5;
    color: #555;
}

.post-ad-session-dialog {
    text-align: center;
    width: min(580px, 100%);
}

.post-ad-session-brand {
    border-bottom: 1px solid #eee;
    color: #b88e12;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: .5px;
    margin: -5px 0 25px;
    padding-bottom: 15px;
}

.post-ad-session-dialog h3 {
    font-size: 24px;
}

.post-ad-session-dialog h3 strong {
    color: #198754;
    white-space: nowrap;
}

.post-ad-session-dialog p {
    color: #666;
    margin: -4px 0 22px;
}

.post-ad-session-extend {
    font-size: 20px;
}

.post-ad-timeout-page {
    min-height: 350px;
    padding: 36px 0 70px;
}

.post-ad-timeout-alert {
    align-items: flex-start;
    background: #fff2a8;
    border: 2px solid #dfc852;
    border-radius: 6px;
    color: #61572c;
    display: flex;
    gap: 16px;
    margin: 0 auto;
    max-width: 980px;
    padding: 22px 24px;
}

.post-ad-timeout-alert > i {
    color: #397fc4;
    font-size: 25px;
    margin-top: 2px;
}

.post-ad-timeout-alert h3 {
    color: #4f4f4f;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 5px;
}

.post-ad-timeout-alert p {
    font-size: 16px;
    margin: 0;
}

.post-ad-timeout-alert a {
    color: #2878be;
    font-weight: 700;
}

@media (max-width: 575px) {
    .post-ad-guard-dialog { padding: 22px 18px; }
    .post-ad-guard-actions { flex-direction: column; }
    .post-ad-guard-actions button { width: 100%; }
    .post-ad-session-dialog h3 { font-size: 20px; }
    .post-ad-timeout-alert h3 { font-size: 20px; }
}
/* Post Ad Session Guards: End */

/* Vue page presentation: Start */
.iti {
    width: 100%;
}

.post-ad-contact-map {
    width: 100%;
    height: 450px;
    margin-top: 10px;
}

.ad-location-map-canvas {
    width: 100%;
    height: 300px;
}

.profile-media-tile {
    position: relative;
}

.profile-media-inactive {
    cursor: not-allowed;
    opacity: .5;
}

.profile-media-inactive-reason {
    position: absolute;
    top: 50%;
    right: 6px;
    left: 6px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
    pointer-events: none;
    text-align: center;
    text-shadow: 0 1px 3px #000, 0 1px 6px #000;
    transform: translateY(-50%);
}

.post-ad-covid-icon {
    width: 1rem;
    height: 1rem;
    fill: red;
}

.edit-ad-tab-header {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.edit-ad-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    padding: 12px 16px;
    border-bottom: 1px solid #e3e3e3;
}

.edit-ad-summary-image {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 4px;
    object-fit: cover;
}

.edit-ad-summary-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.edit-ad-summary-copy strong {
    overflow: hidden;
    color: #222;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edit-ad-summary-copy span,
.edit-ad-summary-meta,
.edit-ad-summary-copy .edit-ad-summary-date {
    color: #6c757d;
    font-size: 13px;
}

.edit-ad-summary-copy .edit-ad-summary-date {
    font-weight: 700;
}

.edit-ad-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edit-ad-tab {
    min-height: 52px;
    padding: 10px 12px;
    border: 0;
    border-right: 1px solid #dedede;
    background: #fff;
    color: #222;
    cursor: pointer;
    font-weight: 600;
}

.edit-ad-tab:last-child {
    border-right: 0;
}

.edit-ad-tab:hover,
.edit-ad-tab.active {
    background: #d1aa2d;
    color: #fff;
}

.edit-ad-preview-tab {
    background: #000;
    color: #fff;
}

/* Invalid state uses the same message bar as Post/Edit Ad. */
.directory-edit-profile-wizard .form-control.is-invalid,
.directory-edit-profile-wizard .is-invalid .form-control,
.directory-edit-profile-wizard .iti.is-invalid {
    border-color: #d2a44f !important;
    background-image: none !important;
    box-shadow: none !important;
}

.directory-edit-profile-wizard .profile-choice-pill.is-invalid {
    border-color: #dfe3e8 !important;
    box-shadow: none !important;
}

.directory-edit-profile-wizard .checkboxes.is-invalid,
.directory-edit-profile-wizard .bootstrap-switch-square.is-invalid {
    border-color: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .edit-ad-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .edit-ad-tab {
        border-bottom: 1px solid #dedede;
    }

    .edit-ad-summary-copy strong {
        white-space: normal;
    }
}
/* Vue page presentation: End */

/* Manage Ads Vue page: Start */
.manage-ads-page .toast-notification {
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 2000;
    display: flex;
    align-items: center;
    gap: .5rem;
    max-width: 360px;
    padding: .9rem 2.25rem .9rem 1.25rem;
    border-radius: .25rem;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25);
}

.manage-ads-page .toast-success { background-color: #28a745; }
.manage-ads-page .toast-error { background-color: #dc3545; }

.manage-ads-page .toast-close {
    position: absolute;
    top: 4px;
    right: 8px;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.manage-ads-page .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.manage-ads-page .modal-dialog {
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow: auto;
    border-radius: .25rem;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.manage-ads-page .modal-dialog.modal-sm { max-width: 300px; }

.manage-ads-page .modal-content {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.manage-ads-page .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    background-color: #cbd0d8;
}

.manage-ads-page .modal-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

.manage-ads-page .btn-close {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.manage-ads-page .btn-close:hover { opacity: .7; }

.manage-ads-page .modal-body {
    flex: 1;
    overflow: auto;
    padding: 1.5rem;
}

.manage-ads-page .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e9ecef;
}
/* Manage Ads Vue page: End */

/* Homepage region selector: Start */
.home-location-menu {
    width: 520px;
    overflow: hidden;
    border: 1px solid #d8dde5;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.home-location-menu-header {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #e3e5e8;
    background: linear-gradient(135deg, #fff 0%, #fbf8ee 100%);
    color: #252525;
    text-align: left;
}

.home-location-menu-header strong {
    font-size: 24px;
    line-height: 1.2;
}

.home-location-menu-close {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1e5bd;
    color: #80620b;
    cursor: pointer;
    transition: background-color .18s ease, transform .18s ease;
}

.home-location-menu-close:hover,
.home-location-menu-close:focus {
    background: #d4a928;
    color: #000;
    transform: translateY(1px);
}

.home-location-menu .home-location-panel {
    max-height: 460px;
}

.home-location-menu .home-location-column {
    padding: 18px;
}

.home-location-menu .home-location-heading {
    color: #80620b;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-location-menu .home-location-option {
    border-radius: 5px;
    font-size: 15px;
    transition: background-color .15s ease, color .15s ease;
}

.home-categories-disabled {
    position: relative;
    opacity: .38;
    filter: grayscale(.55);
    cursor: not-allowed;
    user-select: none;
}

.home-categories-disabled .landing-box,
.home-categories-disabled .landing-box a {
    pointer-events: none;
    cursor: not-allowed;
}

.home-region-required-message {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 11px 18px;
    border-top: 1px solid #eadfb9;
    background: #fff9e8;
    color: #5d4b18;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

.home-region-required-message i {
    flex: 0 0 auto;
    color: #c59125;
    font-size: 16px;
}

@media (max-width: 767px) {
    .home-location-menu {
        position: fixed;
        top: 82px;
        right: 12px;
        bottom: auto;
        left: 12px;
        width: auto;
        max-width: none;
        max-height: calc(100vh - 98px);
        overflow-y: auto;
        border-radius: 10px;
        z-index: 1100;
    }

    .home-location-menu-header {
        position: sticky;
        top: 0;
        z-index: 2;
        min-height: 58px;
        padding: 10px 14px;
    }

    .home-location-menu-header strong {
        font-size: 19px;
    }

    .home-location-menu .home-location-panel {
        display: grid;
        grid-template-columns: 1fr;
        max-height: none;
        overflow: visible;
    }

    .home-location-menu .home-location-column {
        max-height: min(31vh, 245px);
        overflow-y: auto;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
        padding: 12px 14px;
    }

    .home-location-menu .home-location-column:last-child {
        border-bottom: 0;
    }

    .home-location-menu .home-region-required-message {
        position: sticky;
        bottom: 0;
        z-index: 2;
    }
}
/* Homepage region selector: End */

/* Shared listing location picker theme: Start */
.themed-location-picker-menu {
    width: 550px;
    overflow: hidden;
    border: 1px solid #d8dde5;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.themed-location-picker-panel {
    max-height: 460px;
}

.themed-location-picker-panel .location-column {
    padding: 18px;
    overflow-y: auto;
    scrollbar-color: #c9b36c transparent;
    scrollbar-width: thin;
}

.themed-location-picker-panel .location-column::-webkit-scrollbar {
    width: 6px;
}

.themed-location-picker-panel .location-column::-webkit-scrollbar-track {
    background: transparent;
}

.themed-location-picker-panel .location-column::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #c9b36c;
}

.themed-location-picker-panel .location-column::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.themed-location-picker-panel .location-heading {
    position: sticky;
    top: -18px;
    z-index: 2;
    padding-top: 18px;
    background: #fff;
    color: #80620b;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.category-banner-location-picker-panel {
    grid-template-columns: 140px 230px 180px;
}

.category-banner-location-picker-panel .location-option {
    white-space: nowrap;
}

.category-banner-picker-menu {
    width: min(
        calc(var(--category-column-count) * 132px),
        calc(100vw - 30px)
    );
    max-width: calc(100vw - 30px);
}

.category-banner-grid {
    grid-template-columns: repeat(var(--category-column-count), 132px);
}

.category-banner-grid .category-tile:nth-child(3n) {
    border-right: 1px solid #e6e6e6;
}

.category-banner-grid .category-tile:nth-child(6n),
.category-banner-grid .category-tile:last-child {
    border-right: 0;
}

.themed-location-picker-panel .location-option {
    border-radius: 5px;
    font-size: 15px;
    transition: background-color .15s ease, color .15s ease;
}

.themed-location-picker-panel .location-option:hover,
.themed-location-picker-panel .location-option.active {
    background: #f1e5bd;
    color: #80620b;
}

.themed-location-picker-panel .location-helper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-top: 1px solid #eadfb9;
    background: #fff9e8;
    color: #5d4b18;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    white-space: nowrap;
}

.themed-location-picker-panel .location-helper i {
    flex: 0 0 auto;
    color: #c59125;
    font-size: 16px;
}

@media (max-width: 767px) {
    .themed-location-picker-menu {
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .themed-location-picker-panel {
        grid-template-columns: 1fr !important;
        max-height: min(68vh, 520px);
        overflow-y: auto;
    }

    .themed-location-picker-panel .location-column {
        max-height: 210px;
        padding: 12px 14px;
    }

    .themed-location-picker-panel .location-heading {
        top: -12px;
        padding-top: 12px;
    }

    .category-banner-picker-menu {
        overflow-x: auto;
    }

    .category-banner-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .category-banner-grid .category-tile:nth-child(2n) {
        border-right: 0;
    }

    .themed-location-picker-panel .location-helper {
        position: sticky;
        bottom: 0;
        z-index: 2;
        white-space: normal;
    }
}
/* Shared listing location picker theme: End */

.manage-verified-notice-content h2{
    color: #fff;
    font-weight: 700;
}

/* Google Translate language selector */
.js-current-language {
    float: none !important;
    font-size: inherit !important;
}

/* Favorite is neutral until saved; the removal action is highlighted. */
.favorite-toggle {
    color: #707070;
}

.favorite-toggle.active {
    color: #e34d4d;
}

/* Ad detail: latest matching ads from other advertisers. */
.recent-related-ads {
    background: #f5f5f2;
    border-bottom: 1px solid #e1dfd7;
    border-top: 1px solid #e1dfd7;
    margin-top: 38px;
    padding: 34px 0 38px;
}

.recent-related-ads h2 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 22px;
    text-align: left;
}

.recent-related-ads__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.recent-related-ads__item {
    aspect-ratio: 1 / 1;
    background: #e7e7e2;
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    display: block;
    overflow: hidden;
    position: relative;
    transition: box-shadow .2s ease, transform .2s ease;
}

.recent-related-ads__item:hover,
.recent-related-ads__item:focus-visible {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .22);
    outline: 2px solid #d3ac2b;
    outline-offset: 2px;
    transform: translateY(-2px);
}

.recent-related-ads__item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.recent-related-ads__verified {
    align-items: center;
    background: #168bea;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 9px;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 4px;
    width: 20px;
}

@media (max-width: 1199px) {
    .recent-related-ads__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .recent-related-ads {
        margin-top: 28px;
        padding: 28px 0 32px;
    }

    .recent-related-ads h2 {
        font-size: 20px;
    }

    .recent-related-ads__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 479px) {
    .recent-related-ads__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* Admin-managed category/location landing-page links. */
.ad-listing-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .35rem .55rem;
    line-height: 1.5;
}

.ad-listing-footer-links span {
    opacity: .55;
}

/* Directory ad/profile reporting flow. */
.directory-report-launch {
    margin: 1.5rem 0;
    text-align: center;
}

.directory-report-button {
    background: #e9e9e7;
    border: 1px solid #c8c8c4;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    color: #666;
    font-weight: 700;
    padding: .7rem 1.15rem;
}

.directory-report-button:hover,
.directory-report-button:focus {
    background: #dededb;
    border-color: #aaa;
    color: #333;
}

.directory-report-overlay {
    align-items: center;
    background: rgba(0, 0, 0, .72);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 10000;
}

.directory-report-modal {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
    max-height: 90vh;
    overflow: auto;
    position: relative;
    width: min(660px, 100%);
}

.directory-report-close {
    align-items: center !important;
    background: #000 !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 16px !important;
    height: 40px !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 10px !important;
    top: 8px !important;
    width: 40px !important;
    z-index: 10;
}

.directory-report-close:hover,
.directory-report-close:focus {
    background: #000 !important;
    color: #fff !important;
    opacity: .82;
}

.directory-report-close i {
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.directory-report-modal > header {
    align-items: center;
    display: flex;
    gap: 1rem;
    min-height: 58px;
    padding: 1.25rem 64px 1.25rem 1.5rem;
}

.directory-report-modal > header h3 {
    flex: 1;
    font-size: 1.2rem;
    margin: 0;
}

.directory-report-modal > header button {
    background: none;
    border: 0;
    font-size: 1.3rem;
}

.directory-report-reasons {
    display: grid;
    gap: .8rem;
    padding: 0 1.5rem 1.5rem;
}

.directory-report-reasons button {
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    display: flex;
    font-weight: 600;
    gap: 1rem;
    padding: 1.1rem;
    text-align: left;
}

.directory-report-reasons i {
    color: #aaa;
    width: 1.2rem;
}

.directory-report-gallery {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, 1fr);
    max-height: 440px;
    overflow: auto;
    padding: 0 1.5rem;
}

.directory-report-gallery button {
    aspect-ratio: 1;
    border: 3px solid transparent;
    padding: 0;
    position: relative;
}

.directory-report-gallery button.selected {
    border-color: #54b89a;
}

.directory-report-gallery img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.directory-report-gallery button > i {
    background: #54b89a;
    border-radius: 50%;
    color: #fff;
    display: none;
    padding: .35rem;
    position: absolute;
    right: .35rem;
    top: .35rem;
}

.directory-report-gallery button.selected > i {
    display: block;
}

.directory-report-form {
    display: grid;
    gap: 1rem;
    padding: 0 1.5rem;
}

.directory-report-form textarea {
    border: 1px solid #ddd;
    padding: 1rem;
    resize: vertical;
    width: 100%;
}

.directory-report-modal > footer {
    border-top: 1px solid #eee;
    margin-top: 1.25rem;
    padding: 1.25rem 1.5rem;
}

.directory-report-actions {
    display: grid;
    gap: .7rem;
}

.directory-report-modal .primary {
    background: #a87710;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: .85rem 1.25rem;
    width: 100%;
}

.directory-report-modal .primary:disabled {
    opacity: .45;
}

.directory-report-skip {
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-weight: 700;
    padding: .85rem 1.25rem;
    width: 100%;
}

.directory-report-skip:hover,
.directory-report-skip:focus {
    background: #e5e5e5;
    border-color: #aaa;
}

.directory-report-error {
    color: #b42318;
    margin: 0;
    padding: 0 1.5rem 1rem;
}

.directory-report-status {
    padding: 0 1.5rem;
}

.directory-report-thanks {
    padding: 3rem;
    text-align: center;
}

.directory-report-thanks > i {
    background: #54b89a;
    border-radius: 50%;
    color: #fff;
    font-size: 2.5rem;
    padding: 1rem;
}

.directory-report-thanks h3 {
    margin-top: 1.25rem;
}

.directory-report-thanks .primary {
    margin-top: 1rem;
    max-width: 190px;
}

@media (max-width: 575px) {
    .directory-report-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .directory-report-thanks {
        padding: 2rem 1.25rem;
    }
}
