* {
    box-sizing: border-box;
}

/* v6.12 final Add Property layout overrides. */
body.geoarea-add-property-page #gb-form #gb-location .gb-section-subtitle,
body.geoarea-add-property-page #gb-form #gb-price .gb-section-subtitle{display:none!important}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row{
    display:grid!important;
    grid-template-columns:minmax(240px,1.15fr) minmax(240px,1.15fr) minmax(150px,.58fr)!important;
    gap:18px!important;
    align-items:end!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row>.gb-field{
    display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-self:stretch!important;
    min-width:0!important;margin:0!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row .gb-select-wrap{
    width:100%!important;height:58px!important;min-height:58px!important;margin:0!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-auto-district{display:none!important}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row>.gb-field>label,
body.geoarea-add-property-page #gb-form #gb-price .gb-price-main>.gb-field>label{
    position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
    overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row input{
    width:100%!important;height:58px!important;min-height:58px!important;padding:0 18px!important;border:1px solid #d6dde8!important;
    border-radius:10px!important;background:#fff!important;color:#17243a!important;font-size:15px!important;box-shadow:none!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row input::placeholder,
body.geoarea-add-property-page #gb-form #gb-price .gb-money-input input::placeholder{color:#8e98a8!important;opacity:1!important}
body.geoarea-add-property-page #gb-form #gb-location .gb-city-wrap .gb-select-toggle{right:10px!important}

body.geoarea-add-property-page #gb-form #gb-price .gb-price-main{
    display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) 136px!important;gap:0!important;
    width:100%!important;max-width:none!important;overflow:hidden!important;border:1px solid #d6dde8!important;
    border-radius:12px!important;background:#fff!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-price-main>.gb-field{margin:0!important;min-width:0!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-money-input{
    display:block!important;min-height:72px!important;border:0!important;border-right:1px solid #e0e5ed!important;
    border-radius:0!important;background:#fff!important;box-shadow:none!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-money-input input{
    width:100%!important;min-height:72px!important;height:72px!important;padding:0 18px!important;border:0!important;
    border-radius:0!important;background:transparent!important;color:#17243a!important;font-size:15px!important;box-shadow:none!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-money-symbol{display:none!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-field{order:0!important;grid-column:auto!important;width:auto!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-toggle{
    display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;min-height:72px!important;height:72px!important;
    padding:9px!important;border:0!important;border-radius:0!important;background:#fff!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-btn{
    min-width:0!important;min-height:52px!important;padding:0!important;border:0!important;border-radius:999px!important;
    background:transparent!important;color:#13223a!important;box-shadow:none!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-btn span{display:none!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-btn strong{font-size:19px!important;line-height:1!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-btn.active{
    border-color:#c99422!important;background:#c99422!important;color:#fff!important;
}
body.geoarea-add-property-page #gb-form #gb-owner .gb-owner-fields{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;max-width:820px!important;
}
@media(max-width:760px){
    body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row{grid-template-columns:1fr!important;gap:12px!important}
    body.geoarea-add-property-page #gb-form #gb-price .gb-price-main{grid-template-columns:1fr!important}
    body.geoarea-add-property-page #gb-form #gb-price .gb-money-input{border-right:0!important;border-bottom:1px solid #e0e5ed!important}
    body.geoarea-add-property-page #gb-form #gb-price .gb-currency-toggle{min-height:64px!important;height:64px!important}
    body.geoarea-add-property-page #gb-form #gb-owner .gb-owner-fields{grid-template-columns:1fr!important}
}

body {
    background: #f7f8fa !important;
}

.gb-page {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 38px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 36px;
    font-family: Arial, sans-serif;
    color: #111827;
}

.gb-sidebar {
    position: sticky;
    top: 24px;
    height: fit-content;
}

.gb-steps,
.gb-preview,
.gb-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.gb-steps {
    padding: 26px 22px;
    margin-bottom: 22px;
}

.gb-step {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    color: #9ca3af;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.gb-step span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #6b7280;
    flex: 0 0 auto;
}

.gb-step.active {
    color: #111827;
}

.gb-step.active span,
.gb-step.done span {
    background: #22b573;
    border-color: #22b573;
    color: #fff;
}

.gb-preview {
    padding: 18px;
}

.gb-preview-img {
    height: 210px;
    border-radius: 14px;
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b7b7b7;
    font-size: 48px;
    margin-bottom: 16px;
}

.gb-preview-price {
    color: #18a75d;
    font-weight: 800;
    margin: 0 0 8px;
}

.gb-preview h4 {
    margin: 0 0 10px;
    font-size: 18px;
}

.gb-preview-location {
    color: #2563eb;
    margin: 0;
}

.gb-main {
    min-width: 0;
}

.gb-card {
    padding: 34px 38px;
    margin-bottom: 24px;
    scroll-margin-top: 30px;
}

.gb-card h2 {
    margin: 0 0 28px;
    font-size: 22px;
    font-weight: 900;
}

.gb-card h2 b,
.gb-field label b {
    color: #ef4444;
}

.gb-field {
    margin-bottom: 28px;
}

.gb-field label,
.gb-card > label {
    display: block;
    margin-bottom: 13px;
    font-weight: 900;
}

.gb-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gb-pills button,
.gb-tabs button {
    min-height: 45px;
    padding: 0 23px;
    border: 1px solid #d7d7d7;
    background: #fff;
    border-radius: 9px;
    cursor: pointer;
    font-size: 15px;
    transition: .15s;
}

.gb-pills button:hover,
.gb-pills button.active,
.gb-tabs button.active {
    border-color: #22b573;
    color: #18a75d;
    background: #f2fff8;
}

.gb-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
}

.gb-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gb-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

input,
select,
textarea {
    width: 100%;
    height: 56px;
    border: 1px solid #dcdfe5;
    border-radius: 10px;
    padding: 0 16px;
    background: #fff;
    font-size: 15px;
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #22b573;
    box-shadow: 0 0 0 3px rgba(34, 181, 115, .12);
}

textarea {
    height: 230px;
    padding: 18px;
    resize: vertical;
}

.gb-map {
    height: 190px;
    border-radius: 14px;
    background: #eef2f7;
    border: 1px dashed #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 700;
    margin-top: 18px;
}

.gb-check,
.gb-switch {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin: 14px 0;
    font-weight: 700;
}

.gb-check input {
    width: 22px;
    height: 22px;
    margin: 0;
}

.gb-switch input {
    display: none;
}

.gb-switch span {
    width: 46px;
    height: 26px;
    border-radius: 99px;
    background: #d1d5db;
    position: relative;
    display: inline-block;
}

.gb-switch span:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: .2s;
}

.gb-switch input:checked + span {
    background: #22b573;
}

.gb-switch input:checked + span:before {
    left: 23px;
}

.gb-price-row {
    display: grid;
    grid-template-columns: 1fr 1fr 110px;
    border: 1px solid #dcdfe5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
}

.gb-price-row input,
.gb-price-row select {
    border: 0;
    border-radius: 0;
    border-right: 1px solid #edf0f4;
}

.gb-price-row select {
    border-right: 0;
}

details {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
}

summary {
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 900;
    background: #f8fafc;
}

.gb-feature-grid {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gb-feature-grid label {
    border: 1px solid #dcdfe5;
    border-radius: 9px;
    padding: 12px 14px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
}

.gb-feature-grid input {
    width: 18px;
    height: 18px;
}

.gb-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.gb-tabs button {
    min-height: 36px;
    padding: 0 14px;
    background: #f3f4f6;
    border-color: transparent;
}

.gb-counter {
    text-align: right;
    color: #6b7280;
    margin-top: -34px;
    padding-right: 18px;
}

.gb-upload {
    height: 220px;
    border: 2px dashed #22b573;
    border-radius: 16px;
    background: #fbfffd;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.gb-upload input {
    display: none;
}

.gb-upload span {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #22b573;
    color: #fff;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gb-upload strong {
    font-size: 16px;
}

.gb-upload small {
    color: #6b7280;
}

.gb-vip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.gb-vip-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    cursor: pointer;
    background: #fff;
    min-height: 175px;
    transition: .15s;
}

.gb-vip-card:hover {
    border-color: #22b573;
    box-shadow: 0 12px 30px rgba(34,181,115,.08);
}

.gb-vip-card input {
    width: 18px;
    height: 18px;
    margin-bottom: 12px;
}

.gb-vip-card strong {
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
}

.gb-vip-card p {
    color: #6b7280;
    min-height: 45px;
}

.gb-vip-card b {
    color: #111827;
}

.gb-submit-row {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 28px;
}

.gb-draft,
.gb-submit {
    border: 0;
    border-radius: 10px;
    height: 54px;
    padding: 0 30px;
    font-weight: 900;
    cursor: pointer;
}

.gb-draft {
    background: #f3f4f6;
    color: #111827;
}

.gb-submit {
    background: #22b573;
    color: #fff;
}

.gb-submit:hover {
    background: #16a463;
}

@media (max-width: 1100px) {
    .gb-page {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .gb-sidebar {
        position: static;
    }

    .gb-grid-3,
    .gb-grid-4,
    .gb-price-row,
    .gb-vip-grid,
    .gb-feature-grid {
        grid-template-columns: 1fr;
    }
}
.gb-upload.dragging {
    background: #f0fff7;
    border-color: #16a463;
}

.gb-upload-preview {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.gb-upload-item {
    position: relative;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
}

.gb-upload-item img,
.gb-preview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-upload-item button {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.65);
    color: #fff;
    cursor: pointer;
}

.gb-upload-item small {
    position: absolute;
    left: 7px;
    bottom: 7px;
    background: #22b573;
    color: #fff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 11px;
}

@media (max-width: 1100px) {
    .gb-upload-preview {
        grid-template-columns: repeat(2, 1fr);
    }
}
.gb-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .12) !important;
}

.gb-error-message {
    color: #ef4444;
    font-size: 13px;
    font-weight: 700;
    margin: -8px 0 12px;
}
.gb-vip-card.active {
    border-color: #22b573;
    background: #f2fff8;
    box-shadow: 0 12px 30px rgba(34,181,115,.1);
}

.gb-vip-total {
    margin-top: 24px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gb-vip-total strong {
    font-size: 18px;
}

.gb-vip-total p {
    margin: 6px 0 0;
    color: #6b7280;
}

.gb-vip-total b {
    font-size: 24px;
    color: #16a463;
}
.gb-progress-box{

margin-bottom:25px;

}

.gb-progress-title{

display:flex;

justify-content:space-between;

font-weight:700;

margin-bottom:10px;

}

.gb-progress-bar{

height:8px;

background:#e5e7eb;

border-radius:30px;

overflow:hidden;

}

.gb-progress-fill{

height:100%;

width:0;

background:#22b573;

transition:.3s;

}
.gb-section-subtitle {
    margin: -18px 0 26px;
    color: #6b7280;
    font-weight: 600;
}

.gb-vip-section .gb-vip-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.gb-vip-card {
    position: relative;
    min-height: 330px;
    padding: 26px 22px;
    text-align: center;
    border-radius: 18px;
    overflow: hidden;
}

.gb-vip-card input {
    position: absolute;
    right: 18px;
    bottom: 18px;
}

.gb-vip-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.gb-vip-card strong {
    font-size: 22px;
}

.gb-vip-card p {
    min-height: auto;
    margin: 8px 0 18px;
}

.gb-vip-card ul {
    text-align: left;
    list-style: none;
    padding: 16px;
    margin: 0 0 24px;
    background: rgba(255,255,255,.65);
    border-radius: 12px;
}

.gb-vip-card li {
    margin-bottom: 10px;
    font-weight: 600;
    color: #374151;
}

.gb-vip-card li:before {
    content: "✓";
    color: #22b573;
    font-weight: 900;
    margin-right: 8px;
}

.gb-vip-standard {
    background: linear-gradient(180deg, #f0fff7, #ffffff);
    border-color: #22b573;
}

.gb-vip-standard .gb-vip-icon {
    background: #dcfce7;
    color: #16a463;
}

.gb-vip-blue {
    background: linear-gradient(180deg, #eff6ff, #ffffff);
    border-color: #bfdbfe;
}

.gb-vip-blue .gb-vip-icon {
    background: #dbeafe;
    color: #2563eb;
}

.gb-vip-gold {
    background: linear-gradient(180deg, #fffbeb, #ffffff);
    border-color: #facc15;
}

.gb-vip-gold .gb-vip-icon {
    background: #fef3c7;
    color: #d97706;
}

.gb-vip-purple {
    background: linear-gradient(180deg, #f5f3ff, #ffffff);
    border-color: #c4b5fd;
}

.gb-vip-purple .gb-vip-icon {
    background: #ede9fe;
    color: #7c3aed;
}

.gb-addon-title {
    margin-top: 34px;
}

.gb-addon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.gb-addon-card {
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 18px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.gb-addon-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.gb-addon-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.gb-addon-icon.facebook {
    background: #1877f2;
}

.gb-addon-icon.refresh {
    background: #2ea8ff;
}

.gb-addon-card p {
    margin: 5px 0;
    color: #6b7280;
}

.gb-addon-card b {
    color: #16a463;
}

.gb-addon-card input {
    width: 42px;
    height: 24px;
}

.gb-messenger-row {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.gb-messenger {
    display: flex !important;
    align-items: center;
    gap: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 18px;
    cursor: pointer;
    min-width: 170px;
    transition: .15s;
}

.gb-messenger input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.gb-messenger span {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.gb-messenger.whatsapp span {
    background: #25d366;
}

.gb-messenger.viber span {
    background: #7360f2;
}

.gb-messenger:has(input:checked) {
    border-color: #22b573;
    background: #f0fff7;
}

@media (max-width: 1100px) {
    .gb-vip-section .gb-vip-grid,
    .gb-addon-grid {
        grid-template-columns: 1fr;
    }

    .gb-messenger-row {
        flex-direction: column;
    }
}
.gb-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 170px 170px 170px 130px 110px;
    gap: 12px;
    margin-bottom: 18px;
    align-items: center;
}

.gb-toolbar-search {
    position: relative;
}

.gb-toolbar-search span {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 24px;
    z-index: 1;
}

.gb-toolbar-search input {
    padding-left: 48px;
}

.gb-toolbar select,
.gb-toolbar input,
.gb-toolbar button {
    height: 56px;
    border-radius: 9px;
    font-weight: 700;
}

.gb-toolbar-preview {
    background: #fff;
    color: #285f9f;
    border: 1px solid #285f9f;
    cursor: pointer;
}

.gb-toolbar-save {
    background: #fff;
    color: #9ca3af;
    border: 1px solid #dcdfe5;
    cursor: pointer;
}

.gb-toolbar-submit {
    background: #285f9f;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.gb-toolbar-preview:hover,
.gb-toolbar-save:hover {
    background: #f8fafc;
}

.gb-toolbar-submit:hover {
    background: #1f4f86;
}

@media (max-width: 1100px) {
    .gb-toolbar {
        grid-template-columns: 1fr;
    }
}
.gb-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.gb-modal.show {
    display: block;
}

.gb-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .55);
}

.gb-modal-content {
    position: relative;
    width: min(760px, calc(100% - 32px));
    margin: 60px auto;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.gb-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.gb-modal-image {
    height: 360px;
    background: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 58px;
}

.gb-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-modal-body {
    padding: 26px 30px 32px;
}

.gb-modal-price {
    color: #16a463;
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 8px;
}

.gb-modal-title {
    margin: 0 0 10px;
}

.gb-modal-location {
    color: #2563eb;
    font-weight: 700;
}

.gb-modal-info {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.gb-modal-info span {
    background: #f3f4f6;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 700;
}

.gb-modal-desc {
    color: #4b5563;
    line-height: 1.7;
}
.gb-toast-wrap {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gb-toast {
    min-width: 260px;
    background: #fff;
    border: 1px solid #dcfce7;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(15,23,42,.14);
    transform: translateX(120%);
    opacity: 0;
    transition: .25s;
}

.gb-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.gb-toast span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #22b573;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.gb-toast.error {
    border-color: #fecaca;
}

.gb-toast.error span {
    background: #ef4444;
}
/* =======================
BOTTOM ACTION BAR
======================= */

.gb-bottom-bar{

position:fixed;

left:0;

right:0;

bottom:0;

height:82px;

background:#ffffffee;

backdrop-filter:blur(14px);

border-top:1px solid #e5e7eb;

display:flex;

align-items:center;

justify-content:space-between;

padding:0 38px;

z-index:9999;

box-shadow:0 -8px 25px rgba(0,0,0,.05);

}

.gb-bottom-left{

display:flex;

align-items:center;

gap:18px;

}

.gb-bottom-progress{

display:flex;

flex-direction:column;

}

.gb-bottom-progress span{

font-size:13px;

color:#6b7280;

}

.gb-bottom-progress strong{

font-size:24px;

font-weight:900;

color:#22b573;

}

.gb-bottom-right{

display:flex;

gap:14px;

}

.gb-bottom-btn{

height:52px;

padding:0 28px;

border-radius:10px;

font-weight:800;

cursor:pointer;

transition:.2s;

font-size:15px;

}

.gb-bottom-btn.secondary{

background:#fff;

border:1px solid #d1d5db;

}

.gb-bottom-btn.secondary:hover{

background:#f9fafb;

}

.gb-bottom-btn.preview{

background:#285f9f;

border:0;

color:#fff;

}

.gb-bottom-btn.preview:hover{

background:#1d4d84;

}

.gb-bottom-btn.publish{

background:#22b573;

border:0;

color:#fff;

}

.gb-bottom-btn.publish:hover{

background:#16965d;

}

body{

padding-bottom:100px;

}

@media(max-width:900px){

.gb-bottom-bar{

flex-direction:column;

height:auto;

padding:15px;

gap:15px;

}

.gb-bottom-right{

width:100%;

}

.gb-bottom-btn{

flex:1;

}

}
.gb-preview-pro {
    overflow: hidden;
    padding: 0;
}

.gb-preview-pro .gb-preview-img {
    position: relative;
    height: 220px;
    margin: 0;
    border-radius: 18px 18px 0 0;
}

.gb-preview-pro .gb-preview-img em {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #111827;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
    padding: 6px 10px;
    border-radius: 999px;
}

.gb-preview-content {
    padding: 18px;
}

.gb-preview-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 16px 0;
}

.gb-preview-stats span {
    background: #f3f4f6;
    border-radius: 10px;
    padding: 9px;
    font-size: 13px;
    font-weight: 700;
}

.gb-preview-contact {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.gb-preview-contact span {
    flex: 1;
    text-align: center;
    border-radius: 9px;
    padding: 8px 6px;
    font-size: 12px;
    font-weight: 900;
    color: #9ca3af;
    background: #f3f4f6;
}

.gb-preview-contact span.active.whatsapp {
    background: #dcfce7;
    color: #16a34a;
}

.gb-preview-contact span.active.viber {
    background: #ede9fe;
    color: #6d28d9;
}

.gb-preview-id {
    display: block;
    color: #9ca3af;
    font-weight: 800;
}
.gb-upload-counter {
    margin: -6px 0 14px;
    color: #6b7280;
    font-weight: 800;
}

.gb-upload-preview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.gb-upload-item {
    position: relative;
    height: 155px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid #e5e7eb;
    background: #f3f4f6;
}

.gb-upload-item.main {
    border-color: #22b573;
}

.gb-upload-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-upload-actions {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    display: flex;
    gap: 5px;
    opacity: 0;
    transition: .15s;
}

.gb-upload-item:hover .gb-upload-actions {
    opacity: 1;
}

.gb-upload-actions button {
    border: 0;
    border-radius: 7px;
    background: rgba(17,24,39,.78);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 6px 7px;
    cursor: pointer;
}

.gb-upload-actions button[data-action="delete"] {
    margin-left: auto;
    background: rgba(239,68,68,.9);
}

.gb-upload-item small {
    position: absolute;
    left: 8px;
    bottom: 8px;
    background: #22b573;
    color: #fff;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .gb-upload-preview {
        grid-template-columns: repeat(2, 1fr);
    }
}
.gb-location-search {
    display: grid;
    grid-template-columns: 50px 1fr 130px;
    border: 1px solid #dcdfe5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
}

.gb-location-search span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 25px;
}

.gb-location-search input {
    border: 0;
    border-radius: 0;
}

.gb-location-search button {
    border: 0;
    background: #285f9f;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.gb-location-search button:hover {
    background: #1f4f86;
}

.gb-map-ui {
    margin-top: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.gb-map-top {
    height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gb-map-top button {
    height: 38px;
    border: 0;
    border-radius: 9px;
    padding: 0 14px;
    background: #f0fff7;
    color: #16a463;
    font-weight: 900;
    cursor: pointer;
}

.gb-map-canvas {
    height: 300px;
    background:
        linear-gradient(90deg, rgba(203,213,225,.55) 1px, transparent 1px),
        linear-gradient(rgba(203,213,225,.55) 1px, transparent 1px),
        #eef2f7;
    background-size: 42px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 900;
    position: relative;
}

.gb-map-pin {
    position: absolute;
    font-size: 42px;
    transform: translateY(-18px);
}

.gb-map-canvas span {
    margin-top: 70px;
}

.gb-map-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 16px;
    background: #f8fafc;
}

@media (max-width: 900px) {
    .gb-location-search,
    .gb-map-fields {
        grid-template-columns: 1fr;
    }

    .gb-location-search span {
        display: none;
    }
}
/* =======================
FINAL RESPONSIVE POLISH
======================= */

@media (max-width: 1200px) {
    .gb-page {
        grid-template-columns: 290px minmax(0, 1fr);
        gap: 24px;
        padding: 24px;
    }

    .gb-card {
        padding: 28px;
    }

    .gb-vip-section .gb-vip-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .gb-page {
        display: block;
        padding: 14px;
    }

    .gb-sidebar {
        position: static;
        margin-bottom: 18px;
    }

    .gb-steps {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
    }

    .gb-step {
        min-width: 180px;
        white-space: nowrap;
    }

    .gb-preview {
        display: none;
    }

    .gb-toolbar {
        grid-template-columns: 1fr;
        position: sticky;
        top: 0;
        z-index: 50;
        background: #f7f8fa;
        padding: 10px 0;
    }

    .gb-card {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .gb-card h2 {
        font-size: 20px;
    }

    .gb-pills button {
        width: 100%;
        justify-content: center;
    }

    .gb-grid,
    .gb-grid-3,
    .gb-grid-4,
    .gb-price-row,
    .gb-vip-grid,
    .gb-addon-grid,
    .gb-feature-grid {
        grid-template-columns: 1fr !important;
    }

    .gb-bottom-bar {
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-radius: 16px;
    }

    .gb-bottom-right {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }

    .gb-bottom-btn {
        padding: 0 10px;
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .gb-bottom-right {
        grid-template-columns: 1fr;
    }

    .gb-modal-content {
        margin: 20px auto;
    }

    .gb-modal-image {
        height: 240px;
    }
}

/* =======================
SUCCESS UI PRO
======================= */

.gb-success-page {
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #f7f8fa;
}

.gb-success-card {
    width: min(680px, 100%);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    padding: 46px 38px;
    text-align: center;
    box-shadow: 0 24px 70px rgba(15,23,42,.10);
}

.gb-success-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22b573, #16a463);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 900;
    margin: 0 auto 24px;
    box-shadow: 0 14px 35px rgba(34,181,115,.35);
}

.gb-success-card h1 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 900;
}

.gb-success-card p {
    color: #6b7280;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 24px;
}

.gb-success-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0fff7;
    color: #16a463;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    padding: 10px 20px;
    font-weight: 900;
    margin-bottom: 30px;
}

.gb-success-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gb-success-buttons a {
    height: 50px;
    padding: 0 20px;
    border-radius: 11px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    transition: .15s;
}

.gb-success-buttons a.primary {
    background: #285f9f;
    color: #fff;
}

.gb-success-buttons a.green {
    background: #22b573;
    color: #fff;
}

.gb-success-buttons a.gray {
    background: #f3f4f6;
    color: #111827;
}

.gb-success-buttons a:hover {
    transform: translateY(-1px);
    opacity: .92;
}

@media (max-width: 600px) {
    .gb-success-card {
        padding: 34px 22px;
    }

    .gb-success-buttons {
        flex-direction: column;
    }

    .gb-success-buttons a {
        width: 100%;
    }
}

.gb-existing-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.gb-existing-item {
  position: relative;
  height: 95px;
  border-radius: 14px;
  overflow: hidden;
  cursor: grab;
  border: 2px solid transparent;
  background: #f3f4f6;
}

.gb-existing-item.main {
  border-color: #2563eb;
}

.gb-existing-item.main::after {
  content: "მთავარი";
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 999px;
}

.gb-existing-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-remove-existing {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.gb-existing-item.dragging {
  opacity: .45;
}

#geoarea-map {
  width: 100%;
  height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: #eef2f7;
}

.gb-map-canvas {
  min-height: 360px;
}

.gb-location-search {
  position: relative;
}

#gb-address-results {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
  overflow: hidden;
  z-index: 9999;
}

#gb-address-results.active {
  display: block;
}

.gb-address-result {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
}

.gb-address-result:hover {
  background: #f8fafc;
}

.gb-address-empty {
  padding: 14px;
  color: #64748b;
}

#gb-address-results {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(15,23,42,.15);
  overflow: hidden;
  z-index: 99999;
}

#gb-address-results.active {
  display: block;
}

.gb-address-result {
  display: block;
  width: 100%;
  padding: 12px 14px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  cursor: pointer;
}

.gb-address-result:hover {
  background: #f3f4f6;
}

.gb-address-empty {
  padding: 14px;
  color: #64748b;
}

.gb-location-search {
  position: relative !important;
  overflow: visible !important;
  z-index: 99999 !important;
}

#gb-address-results {
  display: none;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background: #fff !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.18) !important;
  z-index: 999999 !important;
  max-height: 320px !important;
  overflow-y: auto !important;
}

#gb-address-results.active {
  display: block !important;
}

.gb-address-result {
  display: block !important;
  width: 100% !important;
  padding: 13px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  background: #fff !important;
  color: #111827 !important;
  text-align: left !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.gb-address-result:hover {
  background: #f1f5f9 !important;
}

.gb-address-empty {
  padding: 14px !important;
  color: #64748b !important;
}

.gb-card,
.gb-main,
.gb-page,
#gb-location {
  overflow: visible !important;
}

.gb-select-wrap {
  position: relative;
}

.gb-select-wrap input {
  width: 100%;
  padding-right: 45px;
}

.gb-select-toggle {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
}

.gb-select-results {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,.16);
  max-height: 330px;
  overflow-y: auto;
  z-index: 999999;
}

.gb-select-results.active {
  display: block;
}

.gb-select-option {
  display: block;
  width: 100%;
  padding: 14px 18px;
  border: 0;
  background: #fff;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
}

.gb-select-option:hover {
  background: #f1f5f9;
}

.gb-street-option strong {
  display: block;
  font-weight: 800;
  color: #111827;
}

.gb-street-option small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
}

.gb-select-wrap {
  position: relative !important;
}

.gb-select-wrap .gb-select-toggle {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 16px !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

#gb-city-results,
#gb-street-results {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999999 !important;
  background: #fff !important;
}
/* GeoArea submit cleanup */
.gb-toolbar,.gb-bottom-bar{display:none!important}.gb-submit-top-actions{display:flex;justify-content:flex-end;gap:14px;margin:0 0 24px}.ga-btn{height:54px;padding:0 28px;border:0;border-radius:14px;font-weight:950;cursor:pointer}.ga-btn-light{background:#fff;border:1px solid #dbe3ef;color:#0f172a}.ga-btn-blue{background:#2563eb;color:#fff}.ga-btn-green{background:#16a34a;color:#fff}.gb-location-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.gb-map-clean{margin-top:22px}.gb-map-canvas,#geoarea-map{width:100%!important;height:420px!important;border-radius:22px!important;overflow:hidden!important}.gb-cadastre-row{margin-top:22px}.leaflet-container{width:100%!important;height:100%!important}.gb-page{padding-top:24px!important}@media(max-width:1100px){.gb-location-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:650px){.gb-location-grid-4{grid-template-columns:1fr!important}.gb-submit-top-actions{flex-direction:column}.ga-btn{width:100%}}


/* GeoArea submit refinements */
.gb-toolbar,.gb-bottom-bar{display:none!important;}
.gb-location-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.gb-map-clean{margin-top:22px!important;}
.gb-map-canvas,#geoarea-map{width:100%!important;height:430px!important;min-height:430px!important;border-radius:22px!important;overflow:hidden!important;background:#eef2f7!important;}
.leaflet-container{width:100%!important;height:100%!important;}
.gb-cadastre-row{margin-top:18px!important;}
.gb-submit-row{display:flex!important;justify-content:flex-end!important;gap:14px!important;align-items:center!important;}
.gb-clear-form{height:54px!important;padding:0 24px!important;border:0!important;border-radius:14px!important;background:#f1f5f9!important;color:#0f172a!important;font-weight:950!important;cursor:pointer!important;}
.gb-resume-modal{display:none;position:fixed;inset:0;z-index:100000;background:rgba(15,23,42,.62);backdrop-filter:blur(8px);align-items:center;justify-content:center;padding:20px;}
.gb-resume-modal.is-open{display:flex!important;}
.gb-resume-box{width:min(560px,100%);background:#fff;border-radius:24px;box-shadow:0 28px 90px rgba(0,0,0,.28);overflow:hidden;padding:34px;}
.gb-resume-box h2{margin:0 0 12px;color:#0f172a;font-size:26px;font-weight:950;}
.gb-resume-box p{margin:0 0 26px;color:#64748b;font-weight:750;line-height:1.7;}
.gb-resume-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.gb-resume-actions button{height:58px;border:0;border-radius:16px;font-weight:950;cursor:pointer;}
.gb-resume-new{background:#f1f5f9;color:#0f172a;}
.gb-resume-continue{background:#2563eb;color:#fff;}
@media(max-width:1100px){.gb-location-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:650px){.gb-location-grid-4{grid-template-columns:1fr!important}.gb-resume-actions{grid-template-columns:1fr}.gb-submit-row{flex-direction:column}.gb-clear-form,.gb-submit-row button{width:100%!important}}


/* GeoArea submit location/map fixes */
.gb-toolbar{display:none!important;}
.gb-bottom-bar{display:none!important;}
.gb-location-grid-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;}
.gb-map-clean{margin-top:18px!important;}
.gb-map-canvas,#geoarea-map{height:430px!important;min-height:430px!important;width:100%!important;border-radius:22px!important;overflow:hidden!important;background:#e5e7eb!important;}
.gb-cadastre-row{margin-top:18px!important;}
.leaflet-container{font-family:inherit!important;}
@media(max-width:980px){.gb-location-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gb-map-canvas,#geoarea-map{height:340px!important}}
@media(max-width:560px){.gb-location-grid-4{grid-template-columns:1fr!important}}


/* GeoArea submit video upload */
.gb-video-upload{display:flex;align-items:center;gap:14px;border:2px dashed #cbd5e1;border-radius:18px;padding:18px;background:#f8fafc;cursor:pointer;margin-top:14px;}
.gb-video-upload input{display:none!important;}
.gb-video-upload span{width:46px;height:46px;border-radius:14px;background:#eef6ff;display:flex;align-items:center;justify-content:center;font-size:22px;}
.gb-video-upload strong{display:block;color:#0f172a;font-size:16px;font-weight:950;}
.gb-video-upload small{display:block;color:#64748b;font-weight:700;margin-top:3px;}
.gb-existing-video{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:12px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;font-weight:800;}
.gb-existing-video a{color:#2563eb;text-decoration:none;font-weight:950;}
.gb-existing-video label{margin-left:auto;color:#dc2626;font-weight:800;}

/* =========================================================
   GEOAREA ADD PROPERTY — FINAL UI OVERRIDES
   Location / Price / Features / Owner
========================================================= */

/* ---------------------------------------------------------
   1. GLOBAL FORM LAYOUT
--------------------------------------------------------- */

#gb-form {
    --gb-navy: #0f172a;
    --gb-blue: #2563eb;
    --gb-green: #16a34a;
    --gb-red: #dc2626;
    --gb-text: #334155;
    --gb-muted: #64748b;
    --gb-light-muted: #94a3b8;
    --gb-border: #dfe5ee;
    --gb-soft-border: #edf1f6;
    --gb-background: #f5f7fb;
    --gb-soft: #f8fafc;
    --gb-white: #ffffff;
    --gb-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);

    color: var(--gb-text);
}

#gb-form *,
#gb-form *::before,
#gb-form *::after {
    box-sizing: border-box;
}

#gb-form input,
#gb-form select,
#gb-form textarea,
#gb-form button {
    font: inherit;
}

/* ზედა ღილაკები დამცავი წესითაც დაიმალოს */

#gb-form .gb-submit-top-actions,
#gb-form .gb-top-actions,
#gb-form .gb-header-actions {
    display: none !important;
}

/* საერთო ბარათები */

#gb-form .gb-card {
    margin-bottom: 24px;
    padding: 30px;
    border: 1px solid var(--gb-border);
    border-radius: 24px;
    background: var(--gb-white);
    box-shadow: var(--gb-shadow);
}

#gb-form .gb-card-heading {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

#gb-form .gb-card-heading h2 {
    margin: 0;
    color: var(--gb-navy);
    font-size: 23px;
    font-weight: 950;
    line-height: 1.3;
}

#gb-form .gb-card-heading h2 b {
    color: var(--gb-red);
    font-weight: 950;
}

#gb-form .gb-section-subtitle {
    max-width: 760px;
    margin: 7px 0 0;
    color: var(--gb-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.65;
}

/* საერთო ველები */

#gb-form .gb-field {
    min-width: 0;
}

#gb-form .gb-field > label,
#gb-form .gb-price-fields label > span {
    display: block;
    margin-bottom: 8px;
    color: var(--gb-text);
    font-size: 13px;
    font-weight: 850;
}

#gb-form .gb-field label b {
    color: var(--gb-red);
}

#gb-form .gb-field input,
#gb-form .gb-field select,
#gb-form .gb-field textarea,
#gb-form .gb-price-input-wrap input {
    width: 100%;
    border: 1px solid var(--gb-border);
    border-radius: 14px;
    background: var(--gb-white);
    color: var(--gb-navy);
    outline: none;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}

#gb-form .gb-field input,
#gb-form .gb-field select,
#gb-form .gb-price-input-wrap input {
    height: 54px;
    padding: 0 16px;
}

#gb-form .gb-field textarea {
    min-height: 120px;
    padding: 15px 16px;
    resize: vertical;
    line-height: 1.6;
}

#gb-form .gb-field input::placeholder,
#gb-form .gb-field textarea::placeholder,
#gb-form .gb-price-input-wrap input::placeholder {
    color: #a8b1bf;
}

#gb-form .gb-field input:focus,
#gb-form .gb-field select:focus,
#gb-form .gb-field textarea:focus,
#gb-form .gb-price-input-wrap input:focus {
    border-color: var(--gb-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

#gb-form .gb-field-wide {
    grid-column: span 2;
}


/* ---------------------------------------------------------
   2. LOCATION
--------------------------------------------------------- */

#gb-form .gb-location-card {
    overflow: visible;
}

#gb-form .gb-location-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.45fr 0.55fr;
    gap: 18px;
    align-items: end;
}

#gb-form .gb-location-main-grid .gb-field-wide {
    grid-column: auto;
}

/* Custom searchable input wrapper */

#gb-form .gb-select-wrap {
    position: relative;
}

#gb-form .gb-select-wrap > input {
    padding-right: 50px;
}

#gb-form .gb-select-toggle {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: #f1f5f9;
    color: var(--gb-muted);
    font-size: 17px;
    font-weight: 950;
    cursor: pointer;
    transform: translateY(-50%);
}

#gb-form .gb-select-toggle:hover {
    background: #e8edf4;
    color: var(--gb-navy);
}

#gb-form .gb-select-results {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 500;
    max-height: 280px;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid var(--gb-border);
    border-radius: 15px;
    background: var(--gb-white);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.15);
}

#gb-form .gb-select-results.is-open,
#gb-form .gb-select-wrap.is-open .gb-select-results {
    display: block;
}

#gb-form .gb-select-option,
#gb-form .gb-address-result {
    width: 100%;
    min-height: 43px;
    padding: 9px 12px;
    border: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: transparent;
    color: var(--gb-text);
    text-align: left;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

#gb-form .gb-select-option:hover,
#gb-form .gb-address-result:hover {
    background: #eff6ff;
    color: var(--gb-blue);
}

/* რუკა თავიდან დამალული */

#gb-form .gb-map-reveal {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
        max-height 0.4s ease,
        margin-top 0.3s ease,
        opacity 0.25s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
}

#gb-form .gb-map-reveal.is-visible {
    max-height: 700px;
    margin-top: 24px;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#gb-form .gb-map-ui {
    overflow: hidden;
    border: 1px solid var(--gb-border);
    border-radius: 20px;
    background: var(--gb-white);
}

#gb-form .gb-map-top {
    min-height: 72px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--gb-soft-border);
    background: var(--gb-soft);
}

#gb-form .gb-map-top strong {
    display: block;
    color: var(--gb-navy);
    font-size: 14px;
    font-weight: 950;
}

#gb-form .gb-map-top small {
    display: block;
    margin-top: 4px;
    color: var(--gb-muted);
    font-size: 11px;
    font-weight: 650;
}

#gb-form #gb-use-current-location {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #cbd5e1;
    border-radius: 11px;
    background: var(--gb-white);
    color: var(--gb-navy);
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    white-space: nowrap;
}

#gb-form #gb-use-current-location:hover {
    border-color: var(--gb-blue);
    color: var(--gb-blue);
}

#gb-form .gb-map-canvas,
#gb-form #geoarea-map {
    width: 100%;
    height: 390px;
    min-height: 390px;
    background: #e8edf4;
}

#gb-form .gb-location-bottom-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

/* Switch */

#gb-form .gb-switch {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--gb-text);
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
    user-select: none;
}

#gb-form .gb-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

#gb-form .gb-switch > span {
    position: relative;
    width: 46px;
    height: 26px;
    flex: 0 0 46px;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background 0.2s ease;
}

#gb-form .gb-switch > span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gb-white);
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.22);
    transition: transform 0.2s ease;
}

#gb-form .gb-switch input:checked + span {
    background: var(--gb-green);
}

#gb-form .gb-switch input:checked + span::after {
    transform: translateX(20px);
}

#gb-form .gb-location-hide-switch {
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid var(--gb-soft-border);
    border-radius: 14px;
    background: var(--gb-soft);
}


/* ---------------------------------------------------------
   3. PRICE
--------------------------------------------------------- */

#gb-form .gb-price-currency-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

#gb-form .gb-price-currency-box {
    overflow: hidden;
    border: 1px solid var(--gb-border);
    border-radius: 20px;
    background: var(--gb-white);
}

#gb-form .gb-price-currency-head {
    min-height: 55px;
    padding: 0 18px;
    border-bottom: 1px solid var(--gb-soft-border);
    display: flex;
    align-items: center;
    background: var(--gb-soft);
}

#gb-form .gb-price-currency-head strong {
    color: var(--gb-navy);
    font-size: 15px;
    font-weight: 950;
}

#gb-form .gb-price-fields {
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

#gb-form .gb-price-fields label {
    min-width: 0;
}

#gb-form .gb-price-input-wrap {
    position: relative;
}

#gb-form .gb-price-input-wrap input {
    padding-right: 67px;
    font-size: 16px;
    font-weight: 850;
}

#gb-form .gb-price-input-wrap b {
    position: absolute;
    top: 50%;
    right: 9px;
    min-width: 46px;
    min-height: 36px;
    padding: 0 8px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff3f8;
    color: var(--gb-muted);
    font-size: 11px;
    font-weight: 950;
    transform: translateY(-50%);
    pointer-events: none;
}

#gb-form .gb-price-options {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
}

/* აქტიური ვალუტის მსუბუქი ვიზუალური ხაზგასმა */

#gb-form .gb-price-currency-box:focus-within {
    border-color: var(--gb-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}


/* ---------------------------------------------------------
   4. FEATURES MASTER ACCORDION
--------------------------------------------------------- */



#gb-form .gb-features-master {
    width: 100%;
}

#gb-form .gb-features-master > summary {
    min-height: 94px;
    padding: 23px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    cursor: pointer;
    list-style: none;
    background: var(--gb-white);
    transition: background 0.2s ease;
}

#gb-form .gb-features-master > summary::-webkit-details-marker {
    display: none;
}

#gb-form .gb-features-master > summary:hover {
    background: #fbfcfe;
}

#gb-form .gb-features-master > summary strong {
    display: block;
    color: var(--gb-navy);
    font-size: 20px;
    font-weight: 950;
}

#gb-form .gb-features-master > summary small {
    display: block;
    max-width: 760px;
    margin-top: 6px;
    color: var(--gb-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
}

#gb-form .gb-features-arrow {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: #eef2f7;
    color: var(--gb-navy);
    font-size: 18px;
    font-weight: 950;
    transition:
        transform 0.25s ease,
        background 0.2s ease;
}

#gb-form .gb-features-master[open] > summary,
#gb-form .gb-features-master.is-open > summary {
    border-bottom: 1px solid var(--gb-soft-border);
    background: #f8fbff;
}

#gb-form .gb-features-master[open] .gb-features-arrow,
#gb-form .gb-features-master.is-open .gb-features-arrow {
    background: #dbeafe;
    color: var(--gb-blue);
    transform: rotate(180deg);
}

#gb-form .gb-features-master-content {
    padding: 10px 28px 30px;
    background: var(--gb-white);
}

#gb-form .gb-feature-group {
    padding: 26px 0;
    border-bottom: 1px solid var(--gb-soft-border);
}

#gb-form .gb-feature-group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

#gb-form .gb-feature-group h3 {
    margin: 0 0 17px;
    color: var(--gb-navy);
    font-size: 16px;
    font-weight: 950;
}

#gb-form .gb-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

#gb-form .gb-feature-grid label {
    position: relative;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--gb-border);
    border-radius: 13px;
    display: flex;
    align-items: center;
    gap: 9px;
    background: var(--gb-white);
    color: var(--gb-text);
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        color 0.18s ease;
}

#gb-form .gb-feature-grid label:hover {
    border-color: #93b4ff;
    background: #f6f9ff;
}

#gb-form .gb-feature-grid label:has(input:checked) {
    border-color: #60a5fa;
    background: #eff6ff;
    color: #1d4ed8;
}

#gb-form .gb-feature-grid input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
    accent-color: var(--gb-blue);
    cursor: pointer;
}

/* :has მხარდაჭერის არმქონე ბრაუზერზეც checkbox ჩანს და მუშაობს */


/* ---------------------------------------------------------
   5. OWNER INFORMATION
--------------------------------------------------------- */

#gb-form .gb-owner-card {
    border-color: #dbe4ef;
    background:
        linear-gradient(
            135deg,
            rgba(248, 250, 252, 0.92),
            rgba(255, 255, 255, 1)
        );
}

#gb-form .gb-private-badge {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #fde68a;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: #fffbeb;
    color: #92400e;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

#gb-form .gb-grid-3 {
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

#gb-form .gb-owner-card textarea {
    min-height: 115px;
}


/* ---------------------------------------------------------
   6. BOTTOM ACTIONS
--------------------------------------------------------- */

#gb-form .gb-bottom-actions,
#gb-form .gb-submit-bottom-actions,
#gb-form .gb-form-actions {
    position: sticky;
    bottom: 14px;
    z-index: 100;
    margin-top: 26px;
    padding: 14px;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(14px);
}

#gb-form .gb-bottom-actions button,
#gb-form .gb-submit-bottom-actions button,
#gb-form .gb-form-actions button {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 900;
}


/* ---------------------------------------------------------
   7. LEAFLET MAP FIXES
--------------------------------------------------------- */

#gb-form .leaflet-container {
    z-index: 1;
    font-family: inherit;
}

#gb-form .leaflet-control-zoom a {
    color: var(--gb-navy);
}

#gb-form .leaflet-control-attribution {
    font-size: 9px;
}


/* ---------------------------------------------------------
   8. TABLET
--------------------------------------------------------- */

@media (max-width: 1150px) {
    #gb-form .gb-location-main-grid {
        grid-template-columns: 1fr 1fr;
    }

    #gb-form .gb-location-main-grid .gb-field-wide {
        grid-column: auto;
    }

    #gb-form .gb-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #gb-form .gb-grid-3 {
        grid-template-columns: 1fr 1fr;
    }
}


/* ---------------------------------------------------------
   9. SMALL TABLET
--------------------------------------------------------- */

@media (max-width: 850px) {
    #gb-form .gb-card {
        padding: 24px;
        border-radius: 20px;
    }

    #gb-form .gb-price-currency-grid,
    #gb-form .gb-location-bottom-grid {
        grid-template-columns: 1fr;
    }

    #gb-form .gb-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #gb-form .gb-grid-3 {
        grid-template-columns: 1fr;
    }

    #gb-form .gb-card-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    #gb-form .gb-private-badge {
        align-self: flex-start;
    }
}


/* ---------------------------------------------------------
   10. MOBILE
--------------------------------------------------------- */

@media (max-width: 620px) {
    #gb-form .gb-card {
        margin-bottom: 16px;
        padding: 19px 15px;
        border-radius: 17px;
    }

    #gb-form .gb-card-heading {
        margin-bottom: 20px;
    }

    #gb-form .gb-card-heading h2 {
        font-size: 20px;
    }

    #gb-form .gb-location-main-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    #gb-form .gb-location-main-grid .gb-field-wide {
        grid-column: auto;
    }

    #gb-form .gb-map-top {
        align-items: flex-start;
        flex-direction: column;
    }

    #gb-form #gb-use-current-location {
        width: 100%;
    }

    #gb-form .gb-map-canvas,
    #gb-form #geoarea-map {
        height: 310px;
        min-height: 310px;
    }

    #gb-form .gb-price-fields {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    #gb-form .gb-price-currency-head {
        min-height: 50px;
    }

    #gb-form .gb-price-options {
        align-items: flex-start;
        flex-direction: column;
    }

    #gb-form .gb-features-master > summary {
        min-height: 88px;
        padding: 19px 16px;
    }

    #gb-form .gb-features-master > summary strong {
        font-size: 18px;
    }

    #gb-form .gb-features-master-content {
        padding: 4px 15px 22px;
    }

    #gb-form .gb-feature-group {
        padding: 22px 0;
    }

    #gb-form .gb-feature-grid {
        grid-template-columns: 1fr;
    }

    #gb-form .gb-feature-grid label {
        min-height: 46px;
    }

    #gb-form .gb-bottom-actions,
    #gb-form .gb-submit-bottom-actions,
    #gb-form .gb-form-actions {
        bottom: 8px;
        padding: 10px;
        border-radius: 15px;
        display: grid;
        grid-template-columns: 1fr;
    }

    #gb-form .gb-bottom-actions button,
    #gb-form .gb-submit-bottom-actions button,
    #gb-form .gb-form-actions button {
        width: 100%;
    }
}

/* v6.11 final overrides — intentionally last so legacy builder rules cannot win. */
body.geoarea-add-property-page .gb-studio-brand {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

body.geoarea-add-property-page .gb-studio-brand img {
    display: block !important;
    width: 54px !important;
    height: 54px !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.geoarea-add-property-page #gb-form .gb-price-main {
    display: grid !important;
    grid-template-columns: 190px minmax(190px, 240px) minmax(190px, 240px) !important;
    align-items: end !important;
    justify-content: start !important;
    gap: 12px !important;
    max-width: 694px !important;
}

body.geoarea-add-property-page #gb-form .gb-currency-field {
    order: -1 !important;
}

body.geoarea-add-property-page #gb-form .gb-money-input {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel[hidden] {
    display: none !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-group {
    width: 100% !important;
    padding: 20px 8px !important;
    border-bottom: 1px solid rgba(23, 76, 145, .16) !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-group:last-child {
    border-bottom: 0 !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-grid label {
    flex: 0 0 auto !important;
    min-width: 0 !important;
}

@media (max-width: 900px) {
    body.geoarea-add-property-page #gb-form .gb-price-main {
        grid-template-columns: 190px minmax(190px, 240px) !important;
        max-width: 442px !important;
    }

    body.geoarea-add-property-page #gb-form .gb-currency-field {
        grid-column: 1 / -1 !important;
        width: 190px !important;
    }
}

@media (max-width: 620px) {
    body.geoarea-add-property-page #gb-form .gb-price-main {
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 100% !important;
    }

    body.geoarea-add-property-page #gb-form .gb-currency-field {
        grid-column: auto !important;
        width: 100% !important;
    }
}

/* v6.10 — use the supplied compact GeoArea mark in the listing studio. */
body.geoarea-add-property-page .gb-studio-brand {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.geoarea-add-property-page .gb-studio-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* v6.10 — currency first, then two genuinely compact price fields. */
body.geoarea-add-property-page #gb-form .gb-price-main {
    grid-template-columns: 190px minmax(190px, 240px) minmax(190px, 240px);
    max-width: 694px;
}

body.geoarea-add-property-page #gb-form .gb-currency-field {
    order: -1;
}

body.geoarea-add-property-page #gb-form .gb-money-input {
    grid-template-columns: minmax(0, 1fr) 50px;
}

body.geoarea-add-property-page #gb-form .gb-money-symbol {
    padding-inline: 5px !important;
}

/* v6.10 — feature categories now read from top to bottom, one section at a time. */
body.geoarea-add-property-page #gb-form .gb-all-features-panel {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-group {
    width: 100%;
    padding: 20px 8px !important;
    border-bottom: 1px solid rgba(23, 76, 145, .16);
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-group:last-child {
    border-bottom: 0;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-group h3 {
    margin: 0 0 12px;
    color: #123d78;
    font-size: 14px;
    font-weight: 900;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-grid {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-grid label {
    flex: 0 0 auto;
    min-width: 0;
}

@media (max-width: 900px) {
    body.geoarea-add-property-page #gb-form .gb-price-main {
        grid-template-columns: 190px minmax(190px, 240px);
        max-width: 442px;
    }

    body.geoarea-add-property-page #gb-form .gb-currency-field {
        grid-column: 1 / -1;
        width: 190px;
    }
}

@media (max-width: 620px) {
    body.geoarea-add-property-page #gb-form .gb-price-main {
        grid-template-columns: minmax(0, 1fr);
        max-width: 100%;
    }

    body.geoarea-add-property-page #gb-form .gb-currency-field {
        grid-column: auto;
        width: 100%;
    }
}

/* v6.11 authoritative overrides — keep this block at the end of the file. */
body.geoarea-add-property-page .gb-studio-brand {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
}
body.geoarea-add-property-page .gb-studio-brand img {
    display: block !important;
    width: 54px !important;
    height: 54px !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}
body.geoarea-add-property-page #gb-form .gb-price-main {
    display: grid !important;
    grid-template-columns: 190px minmax(190px, 240px) minmax(190px, 240px) !important;
    align-items: end !important;
    justify-content: start !important;
    gap: 12px !important;
    max-width: 694px !important;
}
body.geoarea-add-property-page #gb-form .gb-currency-field {order:-1 !important}
body.geoarea-add-property-page #gb-form .gb-money-input {display:grid !important;grid-template-columns:minmax(0,1fr) 50px !important}
body.geoarea-add-property-page #gb-form .gb-all-features-panel {display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:0 !important}
body.geoarea-add-property-page #gb-form .gb-all-features-panel[hidden] {display:none !important}
body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-group {width:100% !important;padding:20px 8px !important;border-bottom:1px solid rgba(23,76,145,.16) !important}
body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-group:last-child {border-bottom:0 !important}
body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-grid {display:flex !important;grid-template-columns:none !important;flex-wrap:wrap !important;align-items:center !important;gap:8px !important}
body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-grid label {flex:0 0 auto !important;min-width:0 !important}
@media (max-width:900px){
    body.geoarea-add-property-page #gb-form .gb-price-main {grid-template-columns:190px minmax(190px,240px) !important;max-width:442px !important}
    body.geoarea-add-property-page #gb-form .gb-currency-field {grid-column:1/-1 !important;width:190px !important}
}
@media (max-width:620px){
    body.geoarea-add-property-page #gb-form .gb-price-main {grid-template-columns:minmax(0,1fr) !important;max-width:100% !important}
    body.geoarea-add-property-page #gb-form .gb-currency-field {grid-column:auto !important;width:100% !important}
}

/* =========================================================
   ADD PROPERTY — LOCATION, PRICE, FEATURES FIX
========================================================= */

#gb-form {
    --gb-primary: #2563eb;
    --gb-primary-soft: #eff6ff;
    --gb-green: #16a34a;
    --gb-green-soft: #ecfdf5;
    --gb-dark: #0f172a;
    --gb-text: #334155;
    --gb-muted: #64748b;
    --gb-border: #dbe3ee;
    --gb-soft: #f8fafc;
    --gb-white: #ffffff;
}

/* LOCATION */

#gb-form .gb-location-card {
    overflow: visible !important;
}

#gb-form .gb-location-fields {
    display: grid;
    grid-template-columns:
        minmax(170px, 0.85fr)
        minmax(190px, 1fr)
        minmax(230px, 1.35fr)
        minmax(130px, 0.55fr);
    gap: 16px;
    align-items: end;
}

#gb-form .gb-select-wrap {
    position: relative;
}

#gb-form .gb-select-wrap > input {
    padding-right: 48px;
}

#gb-form .gb-select-toggle {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #f1f5f9;
    color: var(--gb-muted);
    cursor: pointer;
    transform: translateY(-50%);
}

#gb-form .gb-select-toggle span {
    display: block;
    transition: transform 0.2s ease;
}

#gb-form .gb-select-toggle[aria-expanded="true"] span {
    transform: rotate(180deg);
}

#gb-form .gb-select-results {
    display: none !important;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 9999;
    max-height: 280px;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid var(--gb-border);
    border-radius: 15px;
    background: var(--gb-white);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.16);
}

#gb-form .gb-select-results.active {
    display: block !important;
}

#gb-form .gb-select-option {
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 0;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    color: var(--gb-text);
    text-align: left;
    cursor: pointer;
}

#gb-form .gb-select-option:hover {
    background: var(--gb-primary-soft);
    color: var(--gb-primary);
}

#gb-form .gb-select-option strong {
    color: inherit;
    font-size: 13px;
    font-weight: 850;
}

#gb-form .gb-select-option small {
    margin-top: 3px;
    color: var(--gb-muted);
    font-size: 10px;
}

#gb-form .gb-select-empty {
    padding: 15px;
    color: var(--gb-muted);
    text-align: center;
    font-size: 12px;
}

#gb-form .gb-field-loader {
    display: none;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 17px;
    height: 17px;
    margin-top: -8px;
    border: 2px solid #dbe3ee;
    border-top-color: var(--gb-primary);
    border-radius: 50%;
    animation: gbSpin 0.75s linear infinite;
}

#gb-form .gb-field-loader.active {
    display: block;
}

@keyframes gbSpin {
    to {
        transform: rotate(360deg);
    }
}

#gb-form .gb-selected-address {
    margin-top: 20px;
    padding: 14px 17px;
    border: 1px solid #bbf7d0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: var(--gb-green-soft);
}

#gb-form .gb-selected-address[hidden] {
    display: none !important;
}

#gb-form .gb-selected-address-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--gb-white);
    color: var(--gb-green);
    font-size: 19px;
}

#gb-form .gb-selected-address small,
#gb-form .gb-selected-address strong {
    display: block;
}

#gb-form .gb-selected-address small {
    color: var(--gb-muted);
    font-size: 10px;
}

#gb-form .gb-selected-address strong {
    margin-top: 3px;
    color: var(--gb-dark);
    font-size: 13px;
}

#gb-form .gb-map-ui {
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid var(--gb-border);
    border-radius: 20px;
    background: var(--gb-white);
}

#gb-form .gb-map-ui[hidden] {
    display: none !important;
}

#gb-form .gb-map-top {
    padding: 15px 18px;
    border-bottom: 1px solid #edf1f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: var(--gb-soft);
}

#gb-form .gb-map-top strong,
#gb-form .gb-map-top small {
    display: block;
}

#gb-form .gb-map-top strong {
    color: var(--gb-dark);
    font-size: 13px;
}

#gb-form .gb-map-top small {
    margin-top: 4px;
    color: var(--gb-muted);
    font-size: 10px;
}

#gb-form #gb-use-current-location {
    min-height: 39px;
    padding: 0 14px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: var(--gb-white);
    color: var(--gb-dark);
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
    white-space: nowrap;
}

#gb-form #geoarea-map {
    width: 100% !important;
    height: 390px !important;
    min-height: 390px !important;
}

#gb-form .gb-cadastre-block {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #bbf7d0;
    border-radius: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.8fr);
    gap: 20px;
    align-items: end;
    background:
        linear-gradient(
            135deg,
            #f0fdf4,
            #ffffff
        );
}

#gb-form .gb-cadastre-block label span {
    color: var(--gb-muted);
    font-weight: 500;
}

#gb-form .gb-cadastre-note {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
}

#gb-form .gb-cadastre-note > span {
    font-size: 26px;
}

#gb-form .gb-cadastre-note p {
    margin: 0;
    color: var(--gb-muted);
    font-size: 12px;
    line-height: 1.55;
}

#gb-form .gb-private-location {
    margin-top: 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#gb-form .gb-private-location input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--gb-primary);
}

/* PRICE */

#gb-form .gb-price-main {
    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(0, 1.2fr)
        minmax(210px, 0.75fr);
    gap: 16px;
    align-items: end;
}

#gb-form .gb-money-input {
    position: relative;
}

#gb-form .gb-money-input input {
    padding-right: 75px !important;
    font-size: 18px;
    font-weight: 850;
}

#gb-form .gb-money-symbol {
    position: absolute;
    top: 50%;
    right: 8px;
    min-width: 43px;
    height: 38px;
    padding: 0 9px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2f7;
    color: var(--gb-muted);
    font-size: 13px;
    font-weight: 900;
    transform: translateY(-50%);
    pointer-events: none;
}

#gb-form .gb-money-symbol-wide {
    min-width: 58px;
    font-size: 11px;
}

#gb-form .gb-currency-toggle {
    height: 54px;
    padding: 4px;
    border: 1px solid var(--gb-border);
    border-radius: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    background: var(--gb-soft);
}

#gb-form .gb-currency-btn {
    min-width: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: transparent;
    color: var(--gb-muted);
    cursor: pointer;
}

#gb-form .gb-currency-btn strong {
    font-size: 17px;
}

#gb-form .gb-currency-btn span {
    font-size: 11px;
    font-weight: 800;
}

#gb-form .gb-currency-btn.active {
    background: var(--gb-white);
    color: var(--gb-primary);
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.1);
}

/* FEATURES */

#gb-form .gb-features-card {
    padding: 0 !important;
    overflow: hidden;
}

#gb-form .gb-master-features {
    border: 0;
}

#gb-form .gb-master-features > summary {
    min-height: 100px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    list-style: none;
    cursor: pointer;
    background: var(--gb-white);
}

#gb-form .gb-master-features > summary::-webkit-details-marker {
    display: none;
}

#gb-form .gb-master-features > summary:hover {
    background: #fbfcff;
}

#gb-form .gb-master-features > summary h2 {
    margin: 0;
    color: var(--gb-dark);
    font-size: 22px;
}

#gb-form .gb-master-features > summary p {
    margin: 7px 0 0;
    color: var(--gb-muted);
    font-size: 12px;
    line-height: 1.55;
}

#gb-form .gb-accordion-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #eef2f7;
    color: var(--gb-dark);
    font-size: 20px;
    font-weight: 900;
    transition:
        transform 0.25s ease,
        background 0.2s ease,
        color 0.2s ease;
}

#gb-form .gb-master-features[open] > summary {
    border-bottom: 1px solid #dbeee5;
    background:
        linear-gradient(
            135deg,
            #f0fdf4,
            #ffffff
        );
}

#gb-form .gb-master-features[open] .gb-accordion-icon {
    background: #dcfce7;
    color: var(--gb-green);
    transform: rotate(180deg);
}

#gb-form .gb-master-features-body {
    padding: 8px 28px 32px;
    background:
        radial-gradient(
            circle at 75% 8%,
            rgba(34, 197, 94, 0.08),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #f5fffa,
            #ffffff
        );
}

#gb-form .gb-extra-grid {
    padding: 25px 0;
    border-bottom: 1px solid #dcebe3;
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 15px;
}

#gb-form .gb-extra-grid label span {
    display: block;
    margin-bottom: 7px;
    color: var(--gb-text);
    font-size: 12px;
    font-weight: 800;
}

#gb-form .gb-feature-group {
    padding-top: 27px;
}

#gb-form .gb-feature-group + .gb-feature-group {
    margin-top: 26px;
    border-top: 1px solid #dcebe3;
}

#gb-form .gb-feature-group h3 {
    margin: 0 0 15px;
    color: var(--gb-dark);
    font-size: 14px;
    font-weight: 900;
}

#gb-form .gb-feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

#gb-form .gb-feature-grid label {
    position: relative;
    min-height: 42px;
    margin: 0 !important;
    padding: 9px 13px;
    border: 1px solid #d8e0e8;
    border-radius: 11px;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: var(--gb-white);
    color: var(--gb-text);
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

#gb-form .gb-feature-grid label:hover {
    border-color: #86efac;
    background: #f0fdf4;
    transform: translateY(-1px);
}

#gb-form .gb-feature-grid input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0;
    accent-color: var(--gb-green);
}

#gb-form .gb-feature-grid label:has(input:checked) {
    border-color: #22c55e;
    background: #dcfce7;
    color: #15803d;
}

/* RESPONSIVE */

@media (max-width: 1050px) {
    #gb-form .gb-location-fields {
        grid-template-columns: 1fr 1fr;
    }

    #gb-form .gb-price-main {
        grid-template-columns: 1fr 1fr;
    }

    #gb-form .gb-currency-field {
        grid-column: span 2;
    }
}

@media (max-width: 720px) {
    #gb-form .gb-location-fields,
    #gb-form .gb-price-main,
    #gb-form .gb-cadastre-block,
    #gb-form .gb-extra-grid {
        grid-template-columns: 1fr;
    }

    #gb-form .gb-currency-field {
        grid-column: auto;
    }

    #gb-form .gb-map-top {
        align-items: flex-start;
        flex-direction: column;
    }

    #gb-form #gb-use-current-location {
        width: 100%;
    }

    #gb-form #geoarea-map {
        height: 310px !important;
        min-height: 310px !important;
    }

    #gb-form .gb-master-features > summary {
        min-height: 88px;
        padding: 19px 17px;
    }

    #gb-form .gb-master-features > summary h2 {
        font-size: 18px;
    }

    #gb-form .gb-master-features-body {
        padding: 5px 17px 24px;
    }
}

/* Add Property final layout hardening */
body.geoarea-add-property-page { background:#f4f7fb !important; }
body.geoarea-add-property-page .gb-page { padding-top:32px; padding-bottom:64px; }
body.geoarea-add-property-page .gb-main { min-width:0; }
body.geoarea-add-property-page .gb-card { margin-bottom:24px; overflow:visible; }
body.geoarea-add-property-page .gb-card h2 { margin:0; font-size:24px !important; line-height:1.35; color:#0f172a; }
body.geoarea-add-property-page .gb-card h3 { font-size:18px !important; }
.gb-contact-card { border-top:4px solid #2563eb; }
.gb-owner-card { border-top:4px solid #0f766e; }
.gb-vip-section { border-top:4px solid #d4a017; }
.gb-public-badge,.gb-private-badge { display:inline-flex; align-items:center; white-space:nowrap; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; }
.gb-public-badge { background:#e8f0ff; color:#1d4ed8; }
.gb-private-badge { background:#e7f7f3; color:#0f766e; }
.gb-final-actions { background:#fff; border:1px solid #dbe3ee; border-radius:18px; padding:22px; box-shadow:0 10px 30px rgba(15,23,42,.06); }
.gb-final-actions .gb-submit-row { margin:0; }
.gb-final-note { margin:12px 0 0; text-align:right; color:#64748b; font-size:13px; }
@media (max-width: 1100px) {
  .gb-page { grid-template-columns:1fr; padding:20px; }
  .gb-sidebar { position:static; }
  .gb-preview { display:none; }
  .gb-steps { display:flex; overflow:auto; gap:12px; padding:14px; }
  .gb-step { min-width:max-content; }
}
@media (max-width: 700px) {
  .gb-page { padding:12px; }
  .gb-card { padding:18px !important; border-radius:14px; }
  .gb-grid,.gb-grid-2,.gb-grid-3,.gb-grid-4 { grid-template-columns:1fr !important; }
  .gb-card-heading { align-items:flex-start; gap:12px; flex-direction:column; }
  .gb-submit-row { flex-direction:column; }
  .gb-submit-row button { width:100%; }
  .gb-final-note { text-align:left; }
}


/* Core-managed VIP integration */
.gb-vip-core-notice{display:flex;gap:18px;align-items:flex-start;padding:22px;border:1px solid #d9e2f0;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#fffaf0)}
.gb-vip-core-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:14px;background:#10264f;color:#f3b62f;font-size:22px}
.gb-vip-core-notice strong{display:block;color:#10264f;font-size:18px;margin-bottom:7px}
.gb-vip-core-notice p{margin:0 0 12px;color:#58677e;line-height:1.65}
.gb-vip-core-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:11px;background:#16a34a;color:#fff!important;font-weight:700;text-decoration:none!important}
.gb-vip-core-link:hover{background:#15803d}

/* GeoArea AI tools */
.ga-ai-tools{margin-top:18px;padding:14px;border:1px solid #dce5f0;border-radius:12px;background:#f8fbff}
.ga-ai-tools__row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.ga-ai-tools__row label{font-weight:700;color:#17345c}
.ga-ai-tools select,.ga-ai-button{min-height:40px;border-radius:9px}
.ga-ai-button{border:1px solid #17345c;background:#fff;color:#17345c;padding:0 14px;font-weight:700;cursor:pointer}
.ga-ai-button:hover{background:#17345c;color:#fff}
.ga-ai-button:disabled,.ga-ai-tools select:disabled{opacity:.55;cursor:wait}
.ga-ai-status{margin:10px 0 0;color:#245b43;font-size:13px;font-weight:600}
.ga-ai-status.is-error{color:#b42318}
@media(max-width:700px){.ga-ai-tools__row>*{width:100%}.ga-ai-button{justify-content:center}}

/* ---------------------------------------------------------
   ADD PROPERTY / QUICK FEATURES V2
--------------------------------------------------------- */

#gb-form .gb-features-card-v2 {
    padding: 28px !important;
    overflow: visible;
    background: #fff;
}

#gb-form .gb-features-card-v2 .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#gb-form .gb-features-quick-panel {
    width: 100%;
    padding: 24px 26px 20px;
    border: 1px solid #d6aa46;
    border-radius: 11px;
    box-sizing: border-box;
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.92) 0 30px, rgba(255, 255, 255, 0) 115px),
        radial-gradient(circle at 70% 58%, rgba(255, 232, 149, 0.38) 0 24px, rgba(255, 232, 149, 0) 125px),
        linear-gradient(135deg, #fffef9 0%, #fff7dc 100%);
}

#gb-form .gb-features-quick-heading {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 18px;
    color: #0f172a;
}

#gb-form .gb-features-quick-heading strong {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
}

#gb-form .gb-features-quick-heading span {
    font-size: 11px;
    font-weight: 650;
    color: #334155;
}

#gb-form .gb-quick-field {
    width: min(100%, 440px);
    margin-top: 20px;
}

#gb-form .gb-quick-field > label:first-child {
    display: block;
    margin: 0 0 8px !important;
    color: #1f2937;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

#gb-form .gb-bathroom-options {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

#gb-form .gb-bathroom-options button {
    min-width: 38px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #d6dde6;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.92);
    color: #1f2937;
    font: inherit;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

#gb-form .gb-bathroom-options button:hover,
#gb-form .gb-bathroom-options button:focus-visible {
    border-color: #b78414;
    outline: none;
    box-shadow: 0 0 0 3px rgba(183, 132, 20, 0.13);
}

#gb-form .gb-bathroom-options button.is-active {
    border-color: #b78414;
    background: #ffedaa;
    color: #765200;
}

#gb-form .gb-quick-fields-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 9px;
}

#gb-form .gb-quick-fields-row > input,
#gb-form .gb-unit-input input {
    width: 100%;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0 13px;
    border: 1px solid #d7dde5;
    border-radius: 7px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.94);
    color: #111827;
    font-size: 11px;
    font-weight: 600;
    outline: none;
}

#gb-form .gb-quick-fields-row > input:focus,
#gb-form .gb-unit-input:focus-within {
    border-color: #b78414;
    box-shadow: 0 0 0 3px rgba(183, 132, 20, 0.11);
}

#gb-form .gb-unit-input {
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    border: 1px solid #d7dde5;
    border-radius: 7px;
    display: flex !important;
    align-items: stretch;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.94);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

#gb-form .gb-unit-input input {
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#gb-form .gb-unit-input > span:last-child {
    width: 39px;
    min-height: 42px;
    border-left: 1px solid #e2e7ed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    font-size: 11px;
    font-weight: 750;
    background: rgba(248, 250, 252, 0.75);
}

#gb-form .gb-unit-input-single {
    width: min(100%, 200px);
}

#gb-form .gb-all-features-toggle {
    min-height: 38px;
    margin: 24px auto 0;
    padding: 0 15px;
    border: 0;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    background: #30343b;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.16);
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

#gb-form .gb-all-features-toggle:hover,
#gb-form .gb-all-features-toggle:focus-visible {
    background: #171a1f;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 7px 16px rgba(15, 23, 42, 0.2);
}

#gb-form .gb-all-features-toggle span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

#gb-form .gb-all-features-toggle strong {
    font-size: 11px;
    font-weight: 850;
}

#gb-form .gb-all-features-panel {
    margin-top: 22px;
    padding: 18px 0 0;
    border: 0;
    border-top: 1px solid rgba(183, 132, 20, 0.28);
    border-radius: 0;
    background: transparent;
}

#gb-form .gb-all-features-panel[hidden] {
    display: none !important;
}

#gb-form .gb-all-features-panel .gb-feature-group {
    min-width: 0;
    margin: 0;
    padding: 18px 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

#gb-form .gb-all-features-panel .gb-feature-group + .gb-feature-group {
    margin: 0;
    border: 0;
}

#gb-form .gb-all-features-panel .gb-feature-grid label:hover {
    border-color: #d1a13a;
    background: #fff6d6;
}

#gb-form .gb-all-features-panel .gb-feature-grid input {
    accent-color: #b78414;
}

#gb-form .gb-all-features-panel .gb-feature-grid label:has(input:checked) {
    border-color: #c18c18;
    background: #ffedaa;
    color: #765200;
}

@media (max-width: 900px) {
    #gb-form .gb-all-features-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    #gb-form .gb-features-card-v2 {
        padding: 14px !important;
    }

    #gb-form .gb-features-quick-panel {
        padding: 20px 16px 18px;
    }

    #gb-form .gb-quick-field {
        width: 100%;
    }

    #gb-form .gb-quick-fields-row {
        grid-template-columns: 1fr;
    }

    #gb-form .gb-unit-input-single {
        width: 100%;
    }

    #gb-form .gb-all-features-panel .gb-feature-group {
        padding: 16px;
    }
}

/* =========================================================
   GEOAREA LISTING STUDIO — V6.1
   Premium one-page Add / Edit Property workspace
========================================================= */

body.geoarea-add-property-page {
    --ga-studio-navy: #102a52;
    --ga-studio-navy-dark: #0a1d3b;
    --ga-studio-gold: #b88724;
    --ga-studio-gold-dark: #8a6416;
    --ga-studio-gold-soft: #fff9e9;
    --ga-studio-bg: #f3f6fb;
    --ga-studio-card: #ffffff;
    --ga-studio-text: #172033;
    --ga-studio-muted: #69758a;
    --ga-studio-border: #dde4ef;
    --ga-studio-soft: #f7f9fc;
    --ga-studio-danger: #d92d20;
    background: var(--ga-studio-bg) !important;
}

body.geoarea-add-property-page .gb-studio-shell {
    width: min(1760px, calc(100% - 48px));
    margin: 28px auto 72px;
    color: var(--ga-studio-text);
}

body.geoarea-add-property-page .gb-studio-toolbar {
    min-height: 82px;
    padding: 15px 18px;
    border: 1px solid var(--ga-studio-border);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 34px rgba(16, 42, 82, .07);
}

body.geoarea-add-property-page .gb-studio-heading,
body.geoarea-add-property-page .gb-studio-toolbar-actions,
body.geoarea-add-property-page .gb-studio-save-state {
    display: flex;
    align-items: center;
}

body.geoarea-add-property-page .gb-studio-heading {
    min-width: 0;
    gap: 13px;
}

body.geoarea-add-property-page .gb-studio-brand {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f4c65c;
    background: linear-gradient(145deg, var(--ga-studio-navy), #1c4d91);
    box-shadow: 0 9px 20px rgba(16, 42, 82, .2);
    font-size: 22px;
    font-weight: 900;
}

body.geoarea-add-property-page .gb-studio-heading h1 {
    margin: 0;
    color: var(--ga-studio-navy-dark);
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.2;
    font-weight: 900;
}

body.geoarea-add-property-page .gb-studio-heading p {
    margin: 3px 0 0;
    color: var(--ga-studio-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
}

body.geoarea-add-property-page .gb-studio-save-state {
    gap: 7px;
    margin-left: 10px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #527061;
    background: #f0f8f3;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}

body.geoarea-add-property-page .gb-studio-save-state.is-saving {
    color: var(--ga-studio-gold-dark);
    background: var(--ga-studio-gold-soft);
}

body.geoarea-add-property-page .gb-studio-save-state i {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #4f8b68;
    font-size: 11px;
    font-style: normal;
}

body.geoarea-add-property-page .gb-studio-toolbar-actions {
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

body.geoarea-add-property-page .gb-studio-progress-label {
    min-height: 42px;
    padding: 0 13px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--ga-studio-muted);
    background: var(--ga-studio-soft);
    font-size: 12px;
    font-weight: 750;
    white-space: nowrap;
}

body.geoarea-add-property-page .gb-studio-progress-label b {
    color: var(--ga-studio-navy);
    font-size: 14px;
}

body.geoarea-add-property-page .gb-studio-action {
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid var(--ga-studio-border);
    border-radius: 12px;
    color: var(--ga-studio-navy);
    background: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.geoarea-add-property-page .gb-studio-action:hover {
    border-color: #bdc8d8;
    transform: translateY(-1px);
    box-shadow: 0 7px 18px rgba(16, 42, 82, .09);
}

body.geoarea-add-property-page .gb-studio-action-primary {
    border-color: var(--ga-studio-navy);
    color: #fff;
    background: var(--ga-studio-navy);
}

body.geoarea-add-property-page .gb-studio-progress {
    height: 5px;
    margin: 8px 14px 22px;
    border-radius: 999px;
    overflow: hidden;
    background: #dfe6f0;
}

body.geoarea-add-property-page .gb-studio-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ga-studio-navy), var(--ga-studio-gold));
    transition: width .25s ease;
}

body.geoarea-add-property-page .gb-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 310px;
    gap: 22px;
    align-items: start;
    overflow: visible !important;
    font-family: inherit;
}

body.geoarea-add-property-page .gb-sidebar {
    position: sticky;
    top: 118px;
    height: fit-content;
    z-index: 20;
}

body.geoarea-add-property-page .gb-steps {
    margin: 0;
    padding: 13px;
    border: 1px solid var(--ga-studio-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 32px rgba(16, 42, 82, .06);
}

body.geoarea-add-property-page .gb-progress-box {
    display: none;
}

body.geoarea-add-property-page .gb-progress-title {
    color: var(--ga-studio-navy);
    font-size: 11px;
    font-weight: 850;
}

body.geoarea-add-property-page .gb-progress-bar {
    margin-top: 7px;
    background: #eadfbe;
}

body.geoarea-add-property-page .gb-progress-fill {
    background: var(--ga-studio-gold);
}

body.geoarea-add-property-page .gb-step {
    min-height: 44px;
    padding: 5px 8px;
    border-radius: 11px;
    gap: 10px;
    color: #7c879a;
    font-size: 12px;
    font-weight: 750;
    transition: color .18s ease, background .18s ease;
}

body.geoarea-add-property-page .gb-step:hover {
    color: var(--ga-studio-navy);
    background: var(--ga-studio-soft);
}

body.geoarea-add-property-page .gb-step span {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border-color: #d7deea;
    color: #7c879a;
    font-size: 11px;
    font-weight: 850;
}

body.geoarea-add-property-page .gb-step.active {
    color: var(--ga-studio-navy-dark);
    background: var(--ga-studio-gold-soft);
}

body.geoarea-add-property-page .gb-step.active span,
body.geoarea-add-property-page .gb-step.done span {
    border-color: var(--ga-studio-gold);
    color: #fff;
    background: var(--ga-studio-gold);
}

body.geoarea-add-property-page .gb-main,
body.geoarea-add-property-page #gb-form {
    min-width: 0;
    width: 100%;
}

body.geoarea-add-property-page #gb-form {
    display: grid;
    gap: 18px;
}

body.geoarea-add-property-page #gb-form .gb-card {
    margin: 0;
    padding: 27px;
    border: 1px solid var(--ga-studio-border);
    border-radius: 18px;
    background: var(--ga-studio-card);
    box-shadow: 0 12px 32px rgba(16, 42, 82, .055);
    scroll-margin-top: 126px;
}

body.geoarea-add-property-page #gb-form .gb-card-heading,
body.geoarea-add-property-page #gb-form .gb-features-quick-heading {
    margin-bottom: 21px;
}

body.geoarea-add-property-page #gb-form .gb-card h2,
body.geoarea-add-property-page #gb-form .gb-card-heading h2,
body.geoarea-add-property-page #gb-form #gb-dynamic-title {
    margin: 0 0 22px;
    color: var(--ga-studio-navy-dark);
    font-size: 20px !important;
    line-height: 1.35;
    font-weight: 900;
}

body.geoarea-add-property-page #gb-form .gb-card-heading h2 {
    margin-bottom: 0;
}

body.geoarea-add-property-page #gb-form .gb-card h3 {
    margin: 21px 0 12px;
    color: var(--ga-studio-navy);
    font-size: 14px !important;
    font-weight: 850;
}

body.geoarea-add-property-page #gb-form .gb-section-subtitle {
    margin-top: 5px;
    color: var(--ga-studio-muted);
    font-size: 12px;
    line-height: 1.6;
    font-weight: 650;
}

body.geoarea-add-property-page #gb-form .gb-field {
    margin-bottom: 20px;
}

body.geoarea-add-property-page #gb-form .gb-field:last-child {
    margin-bottom: 0;
}

body.geoarea-add-property-page #gb-form .gb-field > label,
body.geoarea-add-property-page #gb-form .gb-card > label:not(.gb-upload):not(.gb-video-upload),
body.geoarea-add-property-page #gb-form .gb-price-field > label {
    margin: 0 0 8px;
    color: var(--ga-studio-text);
    font-size: 12px;
    font-weight: 800;
}

body.geoarea-add-property-page #gb-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
body.geoarea-add-property-page #gb-form select,
body.geoarea-add-property-page #gb-form textarea {
    width: 100%;
    min-height: 49px;
    border: 1px solid #d8e0eb;
    border-radius: 11px;
    color: var(--ga-studio-text);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body.geoarea-add-property-page #gb-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
body.geoarea-add-property-page #gb-form select {
    height: 49px;
    padding: 0 13px;
}

body.geoarea-add-property-page #gb-form textarea {
    min-height: 148px;
    padding: 13px;
    resize: vertical;
}

body.geoarea-add-property-page #gb-form input:focus,
body.geoarea-add-property-page #gb-form select:focus,
body.geoarea-add-property-page #gb-form textarea:focus {
    border-color: var(--ga-studio-gold);
    box-shadow: 0 0 0 3px rgba(184, 135, 36, .13);
}

body.geoarea-add-property-page #gb-form .gb-pills {
    gap: 8px;
}

body.geoarea-add-property-page #gb-form .gb-pills button,
body.geoarea-add-property-page #gb-form .gb-tabs button {
    min-height: 39px;
    padding: 0 13px;
    border: 1px solid #d8e0eb;
    border-radius: 9px;
    color: #354158;
    background: #fff;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
    transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.geoarea-add-property-page #gb-form .gb-pills button:hover,
body.geoarea-add-property-page #gb-form .gb-tabs button:hover {
    border-color: #c1a35d;
    background: #fffcf4;
}

body.geoarea-add-property-page #gb-form .gb-pills button.active,
body.geoarea-add-property-page #gb-form .gb-tabs button.active {
    border-color: var(--ga-studio-gold);
    color: #fff;
    background: var(--ga-studio-gold);
    box-shadow: 0 5px 13px rgba(184, 135, 36, .17);
}

body.geoarea-add-property-page #gb-form .gb-grid,
body.geoarea-add-property-page #gb-form .gb-grid-2,
body.geoarea-add-property-page #gb-form .gb-grid-3,
body.geoarea-add-property-page #gb-form .gb-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 11px;
}

body.geoarea-add-property-page #gb-form .gb-location-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.geoarea-add-property-page #gb-form .gb-price-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 210px;
    gap: 12px;
}

body.geoarea-add-property-page #gb-form .gb-money-input,
body.geoarea-add-property-page #gb-form .gb-unit-input {
    border-radius: 11px;
    border-color: #d8e0eb;
}

body.geoarea-add-property-page #gb-form .gb-money-input input,
body.geoarea-add-property-page #gb-form .gb-unit-input input {
    height: 47px;
    min-height: 47px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.geoarea-add-property-page #gb-form .gb-money-symbol,
body.geoarea-add-property-page #gb-form .gb-unit-input > span:last-child {
    background: var(--ga-studio-soft);
}

body.geoarea-add-property-page #gb-form .gb-currency-toggle {
    min-height: 49px;
    border-color: #d8e0eb;
    border-radius: 11px;
}

body.geoarea-add-property-page #gb-form .gb-currency-btn.active {
    color: #fff;
    background: var(--ga-studio-navy);
}

body.geoarea-add-property-page #gb-form #geoarea-map {
    height: 360px !important;
    min-height: 360px !important;
    border-radius: 14px !important;
}

body.geoarea-add-property-page #gb-form .gb-map-ui,
body.geoarea-add-property-page #gb-form .gb-cadastre-block,
body.geoarea-add-property-page #gb-form .gb-selected-address {
    border-radius: 13px;
}

body.geoarea-add-property-page #gb-form .gb-features-card-v2 {
    padding: 0;
    border-color: #e0c06c;
    overflow: hidden !important;
    background: var(--ga-studio-gold-soft);
}

body.geoarea-add-property-page #gb-form .gb-features-quick-panel {
    padding: 26px;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 87% 12%, rgba(255, 255, 255, .94) 0 35px, transparent 125px),
        radial-gradient(circle at 72% 62%, rgba(242, 206, 119, .28) 0 28px, transparent 145px),
        linear-gradient(135deg, #fffef9 0%, #fff6d8 100%);
}

body.geoarea-add-property-page #gb-form .gb-features-quick-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.geoarea-add-property-page #gb-form .gb-features-quick-heading > div {
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-wrap: wrap;
}

body.geoarea-add-property-page #gb-form .gb-features-quick-heading strong {
    color: var(--ga-studio-navy-dark);
    font-size: 16px;
    font-weight: 900;
}

body.geoarea-add-property-page #gb-form .gb-studio-feature-count {
    padding: 7px 10px;
    border: 1px solid #dcc078;
    border-radius: 999px;
    color: var(--ga-studio-gold-dark);
    background: rgba(255, 255, 255, .75);
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

body.geoarea-add-property-page #gb-form .gb-quick-field {
    width: min(100%, 560px);
}

body.geoarea-add-property-page #gb-form .gb-all-features-toggle {
    background: var(--ga-studio-navy);
}

body.geoarea-add-property-page #gb-form .gb-all-features-toggle:hover {
    background: var(--ga-studio-navy-dark);
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 24px;
    padding-top: 18px;
    border-top-color: rgba(138, 100, 22, .25);
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel[hidden] {
    display: none !important;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel .gb-feature-group {
    padding: 16px 12px;
}

body.geoarea-add-property-page #gb-form .gb-feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 7px;
}

body.geoarea-add-property-page #gb-form .gb-feature-grid label {
    min-height: 37px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 650;
}

body.geoarea-add-property-page #gb-form .gb-feature-grid label:has(input:checked) {
    border-color: var(--ga-studio-gold);
    color: #6f500b;
    background: #ffebac;
}

body.geoarea-add-property-page #gb-description .gb-tabs {
    margin-bottom: 12px;
}

body.geoarea-add-property-page #gb-description .ga-ai-tools {
    margin-top: 14px;
    border-color: #e1d4b2;
    background: #fffdf7;
}

body.geoarea-add-property-page #gb-description .ga-ai-button {
    border-color: var(--ga-studio-navy);
    color: var(--ga-studio-navy);
}

body.geoarea-add-property-page #gb-description .ga-ai-button:hover {
    color: #fff;
    background: var(--ga-studio-navy);
}

body.geoarea-add-property-page #gb-form .gb-upload,
body.geoarea-add-property-page #gb-form .gb-video-upload {
    border-color: #cfd8e5;
    border-radius: 14px;
    background: var(--ga-studio-soft);
}

body.geoarea-add-property-page #gb-form .gb-upload:hover,
body.geoarea-add-property-page #gb-form .gb-video-upload:hover {
    border-color: var(--ga-studio-gold);
    background: #fffdf7;
}

body.geoarea-add-property-page #gb-form .gb-existing-gallery,
body.geoarea-add-property-page #gb-form .gb-upload-preview {
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
}

body.geoarea-add-property-page #gb-form .gb-contact-card {
    border-top: 3px solid var(--ga-studio-navy);
}

body.geoarea-add-property-page #gb-form .gb-owner-card {
    border-top: 3px solid #7b8799;
}

body.geoarea-add-property-page #gb-form .gb-vip-section {
    border-top: 3px solid var(--ga-studio-gold);
}

body.geoarea-add-property-page #gb-form .gb-vip-grid {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 11px;
}

body.geoarea-add-property-page #gb-form .gb-vip-card,
body.geoarea-add-property-page #gb-form .gb-addon-card {
    border-radius: 13px;
}

body.geoarea-add-property-page .gb-preview-rail {
    position: sticky;
    top: 118px;
    display: grid;
    gap: 14px;
    min-width: 0;
}

body.geoarea-add-property-page .gb-preview-panel,
body.geoarea-add-property-page .gb-studio-quality {
    border: 1px solid var(--ga-studio-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 32px rgba(16, 42, 82, .06);
    overflow: hidden;
}

body.geoarea-add-property-page .gb-preview-panel-heading,
body.geoarea-add-property-page .gb-studio-quality-head {
    padding: 15px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

body.geoarea-add-property-page .gb-preview-panel-heading {
    border-bottom: 1px solid #e8edf4;
}

body.geoarea-add-property-page .gb-preview-panel-heading span,
body.geoarea-add-property-page .gb-studio-quality-head strong {
    display: block;
    color: var(--ga-studio-navy-dark);
    font-size: 13px;
    font-weight: 900;
}

body.geoarea-add-property-page .gb-preview-panel-heading small,
body.geoarea-add-property-page .gb-studio-quality-head small {
    display: block;
    margin-top: 3px;
    color: var(--ga-studio-muted);
    font-size: 10px;
    line-height: 1.45;
    font-weight: 650;
}

body.geoarea-add-property-page .gb-preview-panel-heading b {
    padding: 5px 7px;
    border-radius: 999px;
    color: #fff;
    background: var(--ga-studio-gold);
    font-size: 9px;
    letter-spacing: .08em;
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview {
    display: block !important;
    margin: 0;
    padding: 13px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview-img {
    height: 178px;
    margin-bottom: 13px;
    border-radius: 13px;
    overflow: hidden;
    background:
        radial-gradient(circle at 77% 22%, rgba(244, 198, 92, .28), transparent 32%),
        linear-gradient(145deg, #e8edf4, #f6f1e4);
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview-img em {
    color: #fff;
    background: var(--ga-studio-gold);
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview-price {
    color: var(--ga-studio-gold-dark);
    font-size: 18px;
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview h4 {
    color: var(--ga-studio-navy-dark);
    font-size: 14px;
    line-height: 1.45;
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview-location {
    color: var(--ga-studio-muted);
    font-size: 11px;
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

body.geoarea-add-property-page .gb-preview-panel .gb-preview-stats span {
    border-radius: 8px;
    color: #4f5c70;
    background: var(--ga-studio-soft);
    font-size: 10px;
}

body.geoarea-add-property-page .gb-studio-quality {
    padding-bottom: 8px;
}

body.geoarea-add-property-page .gb-studio-quality-head span {
    padding: 6px 8px;
    border-radius: 999px;
    color: var(--ga-studio-gold-dark);
    background: var(--ga-studio-gold-soft);
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

body.geoarea-add-property-page .gb-studio-checklist {
    margin: 0;
    padding: 0 16px 8px;
    display: grid;
    gap: 4px;
    list-style: none;
}

body.geoarea-add-property-page .gb-studio-checklist li {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #7a8698;
    font-size: 11px;
    font-weight: 700;
}

body.geoarea-add-property-page .gb-studio-checklist i {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9aa5b5;
    background: #edf1f6;
    font-size: 10px;
    font-style: normal;
}

body.geoarea-add-property-page .gb-studio-checklist li.is-complete {
    color: #355a46;
}

body.geoarea-add-property-page .gb-studio-checklist li.is-complete i {
    color: #fff;
    background: #4f8b68;
}

body.geoarea-add-property-page #gb-form .gb-final-actions {
    position: sticky;
    bottom: 14px;
    z-index: 40;
    margin: 0;
    padding: 15px 17px;
    border: 1px solid #d4dce8;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 40px rgba(16, 42, 82, .12);
    backdrop-filter: blur(12px);
}

body.geoarea-add-property-page #gb-form .gb-final-copy {
    min-width: 180px;
}

body.geoarea-add-property-page #gb-form .gb-final-copy strong {
    display: block;
    color: var(--ga-studio-navy-dark);
    font-size: 12px;
    font-weight: 900;
}

body.geoarea-add-property-page #gb-form .gb-final-note {
    margin: 3px 0 0;
    color: var(--ga-studio-muted);
    text-align: left;
    font-size: 10px;
    line-height: 1.45;
}

body.geoarea-add-property-page #gb-form .gb-submit-row {
    margin: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    flex-wrap: wrap;
}

body.geoarea-add-property-page #gb-form .gb-clear-form,
body.geoarea-add-property-page #gb-form .gb-studio-bottom-action,
body.geoarea-add-property-page #gb-form .gb-submit {
    width: auto !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 13px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    cursor: pointer;
}

body.geoarea-add-property-page #gb-form .gb-clear-form {
    border: 0 !important;
    color: #7c8798 !important;
    background: transparent !important;
}

body.geoarea-add-property-page #gb-form .gb-studio-bottom-action {
    border: 1px solid #d3dbe7;
    color: var(--ga-studio-navy);
    background: #fff;
}

body.geoarea-add-property-page #gb-form .gb-submit {
    min-width: 132px;
    border: 1px solid var(--ga-studio-navy) !important;
    color: #fff;
    background: var(--ga-studio-navy) !important;
    box-shadow: 0 8px 18px rgba(16, 42, 82, .19);
}

body.geoarea-add-property-page #gb-form .gb-submit:hover {
    background: var(--ga-studio-navy-dark) !important;
}

@media (max-width: 1380px) {
    body.geoarea-add-property-page .gb-studio-shell {
        width: min(1320px, calc(100% - 34px));
    }

    body.geoarea-add-property-page .gb-page {
        grid-template-columns: 190px minmax(0, 1fr) 285px;
        gap: 16px;
    }

    body.geoarea-add-property-page #gb-form .gb-card {
        padding: 23px;
    }
}

@media (max-width: 1120px) {
    body.geoarea-add-property-page .gb-page {
        grid-template-columns: 178px minmax(0, 1fr);
    }

    body.geoarea-add-property-page .gb-preview-rail {
        position: static;
        grid-column: 2;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    body.geoarea-add-property-page .gb-preview-panel .gb-preview {
        display: grid !important;
        grid-template-columns: 170px minmax(0, 1fr);
        gap: 13px;
    }

    body.geoarea-add-property-page .gb-preview-panel .gb-preview-img {
        height: 145px;
        margin: 0;
    }

    body.geoarea-add-property-page #gb-form .gb-price-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.geoarea-add-property-page #gb-form .gb-currency-field {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    body.geoarea-add-property-page .gb-studio-shell {
        width: min(100% - 22px, 780px);
        margin-top: 14px;
    }

    body.geoarea-add-property-page .gb-studio-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    body.geoarea-add-property-page .gb-studio-toolbar-actions {
        width: 100%;
        justify-content: flex-start;
    }

    body.geoarea-add-property-page .gb-page {
        grid-template-columns: 1fr;
    }

    body.geoarea-add-property-page .gb-sidebar {
        position: sticky;
        top: 8px;
        z-index: 80;
    }

    body.geoarea-add-property-page .gb-steps {
        padding: 9px;
        display: flex;
        gap: 6px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    body.geoarea-add-property-page .gb-step {
        min-width: max-content;
        padding-right: 10px;
    }

    body.geoarea-add-property-page .gb-preview-rail {
        grid-column: 1;
        grid-template-columns: 1fr;
    }

    body.geoarea-add-property-page .gb-preview-panel .gb-preview {
        display: grid !important;
    }

    body.geoarea-add-property-page #gb-form .gb-all-features-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body.geoarea-add-property-page .gb-studio-save-state {
        width: 100%;
        margin: 4px 0 0 61px;
    }

    body.geoarea-add-property-page .gb-studio-toolbar-actions .gb-toolbar-save {
        display: none;
    }

    body.geoarea-add-property-page .gb-studio-progress-label {
        margin-right: auto;
    }

    body.geoarea-add-property-page #gb-form .gb-card {
        padding: 18px;
        border-radius: 15px;
    }

    body.geoarea-add-property-page #gb-form .gb-location-fields,
    body.geoarea-add-property-page #gb-form .gb-price-main,
    body.geoarea-add-property-page #gb-form .gb-grid,
    body.geoarea-add-property-page #gb-form .gb-grid-2,
    body.geoarea-add-property-page #gb-form .gb-grid-3,
    body.geoarea-add-property-page #gb-form .gb-grid-4 {
        grid-template-columns: 1fr;
    }

    body.geoarea-add-property-page #gb-form .gb-currency-field {
        grid-column: auto;
    }

    body.geoarea-add-property-page #gb-form #geoarea-map {
        height: 285px !important;
        min-height: 285px !important;
    }

    body.geoarea-add-property-page .gb-preview-panel .gb-preview {
        grid-template-columns: 1fr;
    }

    body.geoarea-add-property-page .gb-preview-panel .gb-preview-img {
        height: 190px;
    }

    body.geoarea-add-property-page #gb-form .gb-final-actions {
        position: static;
        align-items: stretch;
        flex-direction: column;
    }

    body.geoarea-add-property-page #gb-form .gb-submit-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    body.geoarea-add-property-page #gb-form .gb-clear-form,
    body.geoarea-add-property-page #gb-form .gb-studio-bottom-action,
    body.geoarea-add-property-page #gb-form .gb-submit {
        width: 100% !important;
    }

    body.geoarea-add-property-page #gb-form .gb-submit {
        grid-column: 1 / -1;
    }
}

/* V6.1.1 final color and action-position overrides. */
body.geoarea-add-property-page .gb-studio-action {
    border-color: #d8bc76;
    color: var(--ga-studio-gold-dark);
    background: #fffaf0;
}

body.geoarea-add-property-page .gb-studio-action:hover {
    border-color: var(--ga-studio-gold);
    box-shadow: 0 7px 18px rgba(184, 135, 36, .16);
}

body.geoarea-add-property-page .gb-studio-action-primary {
    border-color: var(--ga-studio-gold);
    color: #fff;
    background: linear-gradient(135deg, #c99b3c, var(--ga-studio-gold-dark));
}

body.geoarea-add-property-page #gb-form .gb-currency-btn.active {
    background: var(--ga-studio-gold);
}

body.geoarea-add-property-page #gb-form .gb-features-card-v2 {
    border-color: #7ea7df;
    background: #dfeeff;
}

body.geoarea-add-property-page #gb-form .gb-features-quick-panel {
    background:
        radial-gradient(circle at 87% 12%, rgba(255, 255, 255, .94) 0 35px, transparent 125px),
        radial-gradient(circle at 72% 62%, rgba(96, 165, 250, .19) 0 28px, transparent 145px),
        linear-gradient(135deg, #edf5ff 0%, #d8e9ff 100%);
}

body.geoarea-add-property-page #gb-form .gb-studio-feature-count {
    border-color: #a9c7ef;
    color: #174c91;
    background: rgba(255, 255, 255, .82);
}

body.geoarea-add-property-page #gb-form .gb-all-features-toggle,
body.geoarea-add-property-page #gb-form .gb-all-features-toggle:hover,
body.geoarea-add-property-page #gb-form .gb-all-features-toggle:focus-visible {
    background: #174c91;
}

body.geoarea-add-property-page #gb-form .gb-all-features-panel {
    border-top-color: rgba(37, 99, 235, .2);
}

body.geoarea-add-property-page #gb-form .gb-feature-grid label:has(input:checked) {
    border-color: #2563eb;
    color: #174c91;
    background: #dbeafe;
}

body.geoarea-add-property-page #gb-description .ga-ai-tools {
    border-color: #e1c98e;
    background: #fffaf0;
}

body.geoarea-add-property-page #gb-description .ga-ai-button {
    border-color: var(--ga-studio-gold);
    color: var(--ga-studio-gold-dark);
    background: #fff;
}

body.geoarea-add-property-page #gb-description .ga-ai-button:hover {
    border-color: var(--ga-studio-gold-dark);
    color: #fff;
    background: var(--ga-studio-gold);
}

body.geoarea-add-property-page #gb-form .gb-final-actions {
    position: static;
    bottom: auto;
    z-index: auto;
    background: #fff;
    backdrop-filter: none;
}

body.geoarea-add-property-page #gb-form .gb-studio-bottom-action {
    border-color: #d8bc76;
    color: var(--ga-studio-gold-dark);
    background: #fffaf0;
}

body.geoarea-add-property-page #gb-form .gb-studio-bottom-action:hover {
    border-color: var(--ga-studio-gold);
    background: var(--ga-studio-gold-soft);
}

body.geoarea-add-property-page #gb-form .gb-submit {
    border-color: var(--ga-studio-gold) !important;
    background: linear-gradient(135deg, #c99b3c, var(--ga-studio-gold-dark)) !important;
    box-shadow: 0 8px 18px rgba(184, 135, 36, .24);
}

body.geoarea-add-property-page #gb-form .gb-submit:hover {
    background: var(--ga-studio-gold-dark) !important;
}

.gb-resume-continue {
    background: #b88724;
}

/* v6.9 — submission success is always presented as an unmistakable dialog. */
.gb-success-page.gb-success-modal {
    position: fixed;
    inset: 0;
    z-index: 100005;
    min-height: 100vh;
    padding: 24px;
    background: rgba(5, 18, 40, .68);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.gb-success-page.gb-success-modal .gb-success-card {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    margin: auto;
}

/* v6.9 — compact price controls with currency kept inside its own suffix cell. */
body.geoarea-add-property-page #gb-form .gb-price-main {
    display: grid;
    grid-template-columns: minmax(210px, 300px) minmax(210px, 300px) 190px;
    align-items: end;
    justify-content: start;
    gap: 12px;
    max-width: 840px;
}

body.geoarea-add-property-page #gb-form .gb-money-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    overflow: hidden;
    border: 1px solid #d8e0eb;
    border-radius: 11px;
    background: #fff;
}

body.geoarea-add-property-page #gb-form .gb-money-input input {
    width: 100% !important;
    height: 47px !important;
    min-height: 47px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
}

body.geoarea-add-property-page #gb-form .gb-money-symbol {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 0 !important;
    height: 47px !important;
    padding: 0 7px !important;
    border: 0 !important;
    border-left: 1px solid #e0e6ee !important;
    border-radius: 0 !important;
    transform: none !important;
    background: #f1f5f9 !important;
    color: #174c91 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    white-space: nowrap;
}

body.geoarea-add-property-page #gb-form .gb-money-symbol-wide {
    font-size: 11px !important;
}

body.geoarea-add-property-page #gb-form .gb-currency-toggle {
    min-height: 49px !important;
    height: 49px !important;
}

@media (max-width: 900px) {
    body.geoarea-add-property-page #gb-form .gb-price-main {
        grid-template-columns: repeat(2, minmax(0, 280px));
        max-width: 100%;
    }

    body.geoarea-add-property-page #gb-form .gb-currency-field {
        grid-column: 1 / -1;
        width: 190px;
    }
}

@media (max-width: 620px) {
    body.geoarea-add-property-page #gb-form .gb-price-main {
        grid-template-columns: minmax(0, 1fr);
    }

    body.geoarea-add-property-page #gb-form .gb-currency-field {
        grid-column: auto;
        width: 100%;
    }
}

/* v6.12 final cascade: requested Add Property composition. */
body.geoarea-add-property-page #gb-form #gb-location .gb-section-subtitle,
body.geoarea-add-property-page #gb-form #gb-price .gb-section-subtitle{display:none!important}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row{
    display:grid!important;grid-template-columns:minmax(240px,1.15fr) minmax(240px,1.15fr) minmax(150px,.58fr)!important;
    gap:18px!important;align-items:end!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row>.gb-field{
    display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-self:stretch!important;
    min-width:0!important;margin:0!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row .gb-select-wrap{
    width:100%!important;height:58px!important;min-height:58px!important;margin:0!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-auto-district{display:none!important}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row>.gb-field>label,
body.geoarea-add-property-page #gb-form #gb-price .gb-price-main>.gb-field>label{
    position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
    overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row input{
    width:100%!important;height:58px!important;min-height:58px!important;padding:0 18px!important;border:1px solid #d6dde8!important;
    border-radius:10px!important;background:#fff!important;color:#17243a!important;font-size:15px!important;box-shadow:none!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row input::placeholder,
body.geoarea-add-property-page #gb-form #gb-price .gb-money-input input::placeholder{color:#8e98a8!important;opacity:1!important}
body.geoarea-add-property-page #gb-form #gb-location .gb-city-wrap .gb-select-toggle{right:10px!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-price-main{
    display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) 136px!important;gap:0!important;
    width:100%!important;max-width:none!important;overflow:hidden!important;border:1px solid #d6dde8!important;
    border-radius:12px!important;background:#fff!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-price-main>.gb-field{margin:0!important;min-width:0!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-money-input{
    display:block!important;min-height:72px!important;border:0!important;border-right:1px solid #e0e5ed!important;
    border-radius:0!important;background:#fff!important;box-shadow:none!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-money-input input{
    width:100%!important;min-height:72px!important;height:72px!important;padding:0 18px!important;border:0!important;
    border-radius:0!important;background:transparent!important;color:#17243a!important;font-size:15px!important;box-shadow:none!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-money-symbol{display:none!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-field{order:0!important;grid-column:auto!important;width:auto!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-toggle{
    display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;min-height:72px!important;height:72px!important;
    padding:9px!important;border:0!important;border-radius:0!important;background:#fff!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-btn{
    min-width:0!important;min-height:52px!important;padding:0!important;border:0!important;border-radius:999px!important;
    background:transparent!important;color:#13223a!important;box-shadow:none!important;
}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-btn span{display:none!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-btn strong{font-size:19px!important;line-height:1!important}
body.geoarea-add-property-page #gb-form #gb-price .gb-currency-btn.active{border-color:#c99422!important;background:#c99422!important;color:#fff!important}
body.geoarea-add-property-page #gb-form #gb-owner .gb-owner-fields{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;max-width:820px!important;
}
@media(max-width:760px){
    body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row{grid-template-columns:1fr!important;gap:12px!important}
    body.geoarea-add-property-page #gb-form #gb-price .gb-price-main{grid-template-columns:1fr!important}
    body.geoarea-add-property-page #gb-form #gb-price .gb-money-input{border-right:0!important;border-bottom:1px solid #e0e5ed!important}
    body.geoarea-add-property-page #gb-form #gb-price .gb-currency-toggle{min-height:64px!important;height:64px!important}
    body.geoarea-add-property-page #gb-form #gb-owner .gb-owner-fields{grid-template-columns:1fr!important}
}


/* GeoArea 6.27 — canonical location UI, success dialog and two-button publish bar. */
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.35fr) minmax(170px, .68fr) !important;
  gap: 18px !important;
  align-items: end !important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row > .gb-field { display: block !important; min-width: 0 !important; }
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row > .gb-field > label {
  position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important;
  overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row input { min-height: 58px !important; border-radius: 12px !important; }
body.geoarea-add-property-page #gb-form #gb-location .gb-address-facts {
  display: flex !important; flex-wrap: wrap !important; align-items: center !important; gap: 22px 30px !important;
  margin: 18px 0 14px !important; padding: 0 !important; border: 0 !important; background: transparent !important;
}
body.geoarea-add-property-page #gb-form #gb-location .gb-address-facts[hidden] { display: none !important; }
body.geoarea-add-property-page #gb-form #gb-location .gb-address-fact { display: inline-flex !important; align-items: center !important; gap: 9px !important; color: #667085 !important; font-size: 15px !important; }
body.geoarea-add-property-page #gb-form #gb-location .gb-address-fact strong { color: #15233c !important; font-weight: 900 !important; }
body.geoarea-add-property-page #gb-form #gb-location .gb-address-fact__icon { color: #19b96f !important; font-size: 24px !important; line-height: 1 !important; }
body.geoarea-add-property-page #gb-form #gb-location .gb-map-top { display: none !important; }
body.geoarea-add-property-page #gb-form #gb-location .gb-map-ui { margin-top: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
body.geoarea-add-property-page #gb-form #gb-location #geoarea-map { height: 300px !important; min-height: 300px !important; border-radius: 16px !important; border: 1px solid #d9e1ea !important; }
body.geoarea-add-property-page #gb-form .gb-submit-row--two { display: grid !important; grid-template-columns: minmax(150px, .55fr) minmax(190px, 1fr) !important; gap: 14px !important; width: min(520px, 100%) !important; }
body.geoarea-add-property-page #gb-form .gb-submit-row--two > button { width: 100% !important; min-height: 54px !important; }
.gb-success-page.gb-success-modal .gb-success-card > p { display: none !important; }
.gb-success-page.gb-success-modal .gb-success-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
@media (max-width: 760px) {
  body.geoarea-add-property-page #gb-form #gb-location .gb-location-search-row { grid-template-columns: 1fr !important; gap: 12px !important; }
  body.geoarea-add-property-page #gb-form #gb-location .gb-address-facts { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; }
  body.geoarea-add-property-page #gb-form .gb-submit-row--two { grid-template-columns: 1fr !important; width: 100% !important; }
  .gb-success-page.gb-success-modal .gb-success-buttons { grid-template-columns: 1fr !important; }
}


/* GeoArea 6.28 — exact VIP day pricing and simplified publication actions. */
body.geoarea-add-property-page #gb-form .gb-vip-duration{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,190px) auto;align-items:center;gap:18px;
  margin:8px 0 22px;padding:18px 20px;border:1px solid #dbe3ee;border-radius:16px;background:#f8fbff;
}
body.geoarea-add-property-page #gb-form .gb-vip-duration__copy{display:flex;align-items:center;gap:13px;min-width:0}
body.geoarea-add-property-page #gb-form .gb-vip-duration__copy>div{display:grid;gap:4px}
body.geoarea-add-property-page #gb-form .gb-vip-duration__copy strong{color:#10213d;font-size:15px;font-weight:900}
body.geoarea-add-property-page #gb-form .gb-vip-duration__copy small{color:#667085;font-size:12px;line-height:1.45}
body.geoarea-add-property-page #gb-form .gb-vip-duration__icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#174a98;color:#fff;font-size:20px}
body.geoarea-add-property-page #gb-form .gb-vip-duration__select{display:grid;gap:5px;color:#667085;font-size:11px;font-weight:800}
body.geoarea-add-property-page #gb-form .gb-vip-duration__select select{width:100%;min-height:48px;padding:0 38px 0 13px;border:1px solid #cfd9e7;border-radius:11px;background:#fff;color:#10213d;font:inherit;font-size:14px;font-weight:900}
body.geoarea-add-property-page #gb-form .gb-vip-duration__total{min-width:76px;color:#10213d;text-align:right;font-size:22px;font-weight:950}
body.geoarea-add-property-page #gb-form .gb-vip-duration.is-disabled{opacity:.66}
body.geoarea-add-property-page #gb-form .gb-vip-duration.is-disabled .gb-vip-duration__select{pointer-events:none}
body.geoarea-add-property-page #gb-form .gb-final-actions--buttons-only{justify-content:flex-end!important}
body.geoarea-add-property-page #gb-form .gb-final-actions--buttons-only .gb-submit-row{margin-left:auto!important}
.gb-success-page.gb-success-modal .gb-success-buttons{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:min(620px,100%)!important;margin-inline:auto!important}
@media(max-width:760px){
  body.geoarea-add-property-page #gb-form .gb-vip-duration{grid-template-columns:1fr;gap:13px}
  body.geoarea-add-property-page #gb-form .gb-vip-duration__total{text-align:left}
  .gb-success-page.gb-success-modal .gb-success-buttons{grid-template-columns:1fr!important}
}
