/* ---------------------------------------------------------
   SweetMeet Add Listing — Page Header
--------------------------------------------------------- */
/* Remove PremiumPress heading lines inside the profile editor */
.ppt-forms .sm-page-heading h1::before,
.ppt-forms .sm-page-heading h1::after {
    content: none !important;
    display: none !important;
}




.sm-addlisting-card {
	margin: 10px 15px 10px 15px;
}

.sm-heading-divider {
    position: relative;
    width: 390px;
    height: 5px;
    margin: 8px 0 7px;
}

.sm-heading-divider::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 390px;
    height: 1px;
    background: #c8a96a;
}

.sm-heading-divider span {
    position: absolute;
    top: 0;
    left: 195px;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #c8a96a;
}

.sm-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.sm-page-heading {
    flex: 1;
    min-width: 0;
}

.sm-page-heading h1 {
    position: relative;
    display: inline-block;

    margin: 0;
    padding: 0 0 4px;

    font-family: inherit;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
}

/* Profile-style gold divider */
.sm-page-heading h1::after {
    content: "";
    display: block;

    width: 180px;
    height: 1px;

    margin-top: 10px;
    background: #c8a96a;
}

/* Small centre dot on the divider */
.sm-page-heading h1::before {
    content: "";
    position: absolute;

    left: 88px;
    bottom: 13px;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #c8a96a;
}

.sm-page-heading p {
    margin: 2px 0 0;

    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #353535;
}

/* View Profile button */
.sm-addlisting-view-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 10px 20px;

    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;

    color: #000 !important;
    background: #fff;

    border: 1px solid #c8a96a;
    border-radius: 3px;

    text-decoration: none !important;
    white-space: nowrap;
}

.custom-file-label::after {
    content: "Select" !important;
    background: #d4af6a !important;
    color: #fff !important;
    border-left: 1px solid #d4af6a !important;
    font-weight: 600 !important;
}

.sm-addlisting-view-profile:hover,
.sm-addlisting-view-profile:focus {
    color: #000 !important;
    background: #f8f5ee;
    border-color: #c8a96a;

    text-decoration: none !important;
}

.steps-box {
    max-width: 1090px;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Location card row */
.sm-addlisting-about
#default_map_data + label + .row.mt-2 {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Country */
.sm-addlisting-about
#default_map_data + label + .row.mt-2
.data-map-country-wrap {
    order: 1 !important;
}

/* City */
.sm-addlisting-about
#default_map_data + label + .row.mt-2
.data-map-city-wrap {
    order: 2 !important;
}

/* Area / Suburb */
.sm-addlisting-about
#default_map_data + label + .row.mt-2
.data-map-state-wrap {
    order: 3 !important;
}

/* Change */
.sm-addlisting-about
#default_map_data + label + .row.mt-2
.map-blankbox {
    order: 4 !important;
}

.sm-location-save-note {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #777;
}

/* Remove old PremiumPress title styling */
.sm-page-header ._title,
.sm-page-heading ._title {
    border: 0;
}

.sm-page-header ._title::before,
.sm-page-header ._title::after,
.sm-page-heading ._title::before,
.sm-page-heading ._title::after {
    display: none;
    content: none;
}


.sm-profile-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sm-profile-intro {
    overflow-wrap: anywhere;
    word-break: normal;
}

.sm-profile-aboutme {
    overflow-wrap: anywhere;
    word-break: normal;
}

.sm-profile-aboutyou {
    overflow-wrap: anywhere;
    word-break: normal;
}

#sm-looking-for-options.sm-field-error {
    padding: 12px;
    border: 1px solid #dc3545;
    border-radius: 6px;
}

/* ---------------------------------------------------------
   Add Listing Footer Actions
--------------------------------------------------------- */

.sm-addlisting-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    margin-top: 24px;
    padding-top: 18px;

    border-top: 1px solid #ececec;
}

.sm-addlisting-footer-left,
.sm-addlisting-footer-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sm-addlisting-footer-right {
    margin-left: auto;
}

/* Shared button styling */
.sm-addlisting-footer button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 46px;
    padding: 11px 24px;

    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;

    border-radius: 3px;
    white-space: nowrap;
}

/* Back/Next */
.sm-addlisting-footer .btn-back,
.sm-addlisting-footer .btn-forward {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #c8a96a !important;
}

/* Save */
.sm-addlisting-footer .btn-save {
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #000 !important;
}

/* Hover states */
.sm-addlisting-footer .btn-back:hover,
.sm-addlisting-footer .btn-forward:hover {
    color: #000 !important;
    background: #fffdf8 !important;
    border-color: #c8a96a !important;
}

.sm-addlisting-footer .btn-save:hover {
    color: #fff !important;
    background: #222 !important;
    border-color: #222 !important;
}

/* Remove any forced block width from PremiumPress */
.sm-addlisting-footer .btn-save,
.sm-addlisting-footer .btn-back,
.sm-addlisting-footer .btn-forward {
    width: auto !important;
    min-width: 0;
}

/* ---------------------------------------------------------
   Mobile
--------------------------------------------------------- */

@media (max-width: 992px) {

    .sm-addlisting-footer {
        display: flex;
        justify-content: center;
        padding-top: 14px;
    }

    .sm-addlisting-footer-left,
    .sm-addlisting-footer .btn-forward {
        display: none !important;
    }

    .sm-addlisting-footer-right {
        display: block;
        width: 100%;
        margin: 0;
    }

    .sm-addlisting-footer .btn-save {
        display: flex;
        width: 100% !important;
        min-height: 48px;
    }
}

@media (min-width: 992px) {
    .sm-addlisting-appearance .col-md-6,
	.sm-addlisting-body .col-md-6 {
        flex: 0 0 95%;
        max-width: 95%;
    }
}

/* Selected option */
.sm-addlisting-body .usertry.checked {
    background: #fffdf8 !important;
    border-color: #c8a96a !important;
    box-shadow: none !important;
}

/* Hover */
.sm-addlisting-body .usertry:hover {
    background: #fffdf8;
    border-color: #c8a96a;
    transition: all .18s ease;
}

/* Optional - soften the text weight */
.sm-addlisting-body .usertry {
    margin-bottom: 4px;
	font-weight: 400;
}

#ppt-add-listing-save .alert {
    background: #fffaf3;
    border: 1px solid #c8a96a;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

#ppt-add-listing-save .alert strong {
    color: #000;
    font-weight: 600;
}

#ppt-add-listing-save .alert i {
    color: #c8a96a;
}

/* Step navigation circles */
.steps-box .number.bg-secondary {
    background: #fff !important;
    color: #c8a96a !important;
    border: 1px solid #c8a96a;
}

.steps-box .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;

    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
	margin-right: 5px !important;
	line-height: 23px !important;
}


/* Active/current step */
.steps-box .active .number.bg-secondary {
    background: #c8a96a !important;
    color: #fff !important;
    border-color: #c8a96a;
}


/* Desktop */
@media (min-width: 992px) {
	
	/* Will Travel */
	#reg_field_tax_travelmeet {
		width: 380px;
	}

	
	/* Height */
	#reg_field_tax_height {
		width: 220px;
	}

	/* Weight */
	#reg_field_tax_weight {
		width: 220px;
	}

	/* Tattoos */
	#reg_field_tax_tattoos {
		width: 300px;
	}

	/* Piercings */
	#reg_field_tax_piercings {
		width: 300px;
	}

	/* Realtionship */
	#reg_field_tax_relationshipsta {
		width: 300px;
	}
	
	/* Star Sign */
	#reg_field_tax_starsign_cbo {
		width: 300px;
	}
	
	/* Occupation */
	#reg_field_tax_occupation {
		width: 340px;
	}

	/* Education */
	#reg_field_tax_education {
		width: 340px;
	}

	/* Have Child */
	#reg_field_tax_havechildren {
		width: 340px;
	}

	/* Want Child */
	#fkeyda_wantchildren {
		width: 340px;
	}
	
	/* Religion */
	#reg_field_tax_religion {
		width: 340px;
	}
}
	


@media (min-width: 992px) {

    .sm-addlisting-interests .field_wrapper {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 14px;
        row-gap: 10px;
    }

    .sm-addlisting-interests .form-check {
        margin: 0;
    }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

    .sm-addlisting-interests .field_wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

/* Mobile */
@media (max-width: 767px) {

    .sm-addlisting-interests .field_wrapper {
        grid-template-columns: 1fr;
    }

}

.sm-addlisting-interests label.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sm-addlisting-interests label.checkbox input[type="checkbox"] {
    margin: 0 !important;
    flex: 0 0 auto;
}

.sm-addlisting-interests input[type="checkbox"] {
    accent-color: #c8a96a;
	margin-right: 14px;
}

.sm-addlisting-interests .checkbox {
    display: flex;
    align-items: center;
    padding: 4px 16px;
    margin: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s ease;
	font-weight: 500 !important;
}

.sm-addlisting-interests .checkbox:hover {
    border-color: #c8a96a;
    background: #fffdf9;
}

.sm-addlisting-interests .checkbox:has(input:checked) {

    border-color: #c8a96a;
    background: #fffaf3;

}

.sm-addlisting-interests label {
    display: block;
    font-size: 1.55rem;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 10px;
}

.sm-addlisting-interests .field_wrapper {
    margin-bottom: 18px;
}

/* ---------------------------------------------------------
   Languages — SweetMeet option cards
--------------------------------------------------------- */

#fkeyda_languages .field_wrapper {
    display: grid;
    gap: 12px 28px;
}

@media (min-width: 992px) {
    #fkeyda_languages .field_wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    #fkeyda_languages .field_wrapper {
        grid-template-columns: 1fr;
    }
}

#fkeyda_languages .form-check {
    margin: 0;
    padding: 0;
}

#fkeyda_languages label.checkbox {
    display: flex !important;
    align-items: center;
    gap: 12px;

    min-height: 44px;
    margin: 0 !important;
    padding: 2px 14px;

    font-family: inherit;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.35;

    color: #000;
    background: #fff;

    border: 1px solid #e5e5e5;
    border-radius: 3px;

    cursor: pointer;

    transition:
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease;
}

#fkeyda_languages label.checkbox:hover {
    border-color: #c8a96a;
    background: #fffdf8;
    box-shadow: 0 2px 8px rgba(200, 169, 106, .08);
}

#fkeyda_languages label.checkbox:has(input:checked) {
    border-color: #c8a96a;
    background: #fffdf8;
}

#fkeyda_languages label.checkbox input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

/* Hide the PremiumPress hidden storage input from the grid */
#fkeyda_languages .field_wrapper > input[type="hidden"] {
    display: none;
}

/* ---------------------------------------------------------
   Character counters
--------------------------------------------------------- */

.sm-character-counter {
    margin-top: 6px;
	padding-right: 4px;
    font-size: 12px;
    line-height: .1;
    font-weight: 400;
    text-align: right;
    color: #999;
}

.sm-character-counter-warning {
    color: #9a742d;
}

.sm-character-counter-limit {
    color: #b42318;
    font-weight: 500;
}


/* ---------------------------------------------------------
   Mobile
--------------------------------------------------------- */

@media (max-width: 767px) {

    .sm-page-header {
        display: block;
    }

    .sm-page-heading h1 {
        font-size: 26px;
    }

    .sm-page-heading h1::after {
        width: 150px;
    }

    .sm-page-heading h1::before {
        left: 73px;
    }

    .sm-page-heading p {
        margin-top: 4px;
        font-size: 14px;
    }

    .sm-addlisting-view-profile {
        display: none;
    }
}


.sm-dob-fields {
    display: grid;
    grid-template-columns:
        minmax(80px, 0.8fr)
        minmax(180px, 1.4fr)
        minmax(100px, 1fr);
    gap: 12px;
    max-width: 450px;
}

.sm-dob-field {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}



@media (max-width: 767px) {
    .sm-dob-fields {
        grid-template-columns: 1fr 1.6fr 1fr;
        max-width: none;
    }
}

/* Stop PremiumPress enlarging fields on desktop */
@media (min-width: 991.98px) {

    #ppt-add-listing-form .form-control.big {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    #ppt-add-listing #form-post-title {
        height: 44px !important;
        min-height: 44px !important;
        font-size: 18px !important;
    }

    #ppt-add-listing-form .form-control {
        min-height: 38px !important;
        font-size: 16px !important;
    }
	
	#form_post_title {
        height: 44px !important;
    }
	
    #ppt-add-listing-form .add-block-wrap {
        width: 98%;
		margin-left: 1px;
    }	

	.cardbox {
        padding: 20px !important;
    }
}


/* Looking For section */
.sm-addlisting-body .block-header.mt-4 {
    margin-top: 6px !important;
    margin-bottom: 2px !important;
}

.sm-addlisting-body .block-header__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

/* ===========================
   SweetMeet Form Spacing
   =========================== */

.sm-addlisting-body .mb-2 {
    margin-bottom: .4rem !important;
}

.sm-addlisting-body .mb-3 {
    margin-bottom: .45rem !important;
}

.sm-addlisting-body .mt-4 {
    margin-top: .75rem !important;
}

.sm-addlisting-body .form-group {
    margin-bottom: .75rem;
}


/* Remove PremiumPress heading line */
.sm-addlisting-body .block-header__title::before,
.sm-addlisting-body .block-header__title::after {
    content: none !important;
    display: none !important;
}

.block-header__title+.block-header__divider {
    content: none !important;
    display: none !important;
}

/* Checkbox spacing */
.sm-addlisting-body .custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.sm-addlisting-body .custom-checkbox label {
    margin: 0 !important;
    line-height: 1.4;
    font-weight: 400;
}

.sm-addlisting-body .custom-control.custom-checkbox {
    min-height: 44px;
    padding: 10px 14px 10px 38px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
}

.sm-addlisting-body .custom-control.custom-checkbox:hover {
    border-color: #c8a96a;
    background: #fffdf8;
	transition: all .2s ease;
}

.sm-addlisting-body .custom-checkbox,
.sm-addlisting-body .custom-checkbox .custom-control-label {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4;
}

.sm-addlisting-body .custom-control.custom-checkbox:has(input:checked) {
    border-color: #c8a96a;
    background: #fffdf8;
}

.custom-checkbox input:checked + .custom-control-label {
    border-color: #c8a96a;
    background: #fffdf8;
}


@media (min-width: 768px) {
    .sm-addlisting-body .col-md-4.mb-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .sm-addlisting-body .col-md-4.mb-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#ppt-add-listing-form .description {
	margin-top: -5px !important;
	color: #1e1e1e !important;
	opacity: 0.95 !important;
}

@media (max-width: 767px) {

    #ppt-add-listing-form .description {
		margin-top: 5px !important;
    }

}

.text-muted {
    color: #1e1e1e !important;
}

#ppt-add-listing .form-group {
    margin-bottom: 10px !important;
}

/* Labels */
#ppt-add-listing-form label {
    margin-bottom: 4px !important;
}

/* PremiumPress adds too much spacing */
.sm-addlisting-body .form-group.mt-4 {
    margin-top: 8px !important;
	margin-bottom: 8px !important;
}

/* Textarea help text */
.sm-addlisting-body small,
.sm-addlisting-body .form-text {
    margin-top: 4px;
}

/* About Me wrapper */
.form-group.form-main-description {
    margin-bottom: 10px !important;
}

/* ---------------------------------------------------------
   SweetMeet photo manager
--------------------------------------------------------- */

.sm-photo-grid {
    position: relative;
}

.sm-photo-sort-item {
    margin-bottom: 1.5rem;
}

.sm-photo-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}

.sm-photo-image-wrap {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

.sm-photo-image-wrap figure {
    margin: 0;
}

.sm-photo-thumb {
    position: relative;
    height: 190px;
    overflow: hidden;
	margin: 5px;
	border-radius: 5px;
}

.sm-photo-thumb .bg-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sm-photo-primary-badge {
    position: absolute;
    z-index: 5;
    left: 10px;
    top: 10px;
    padding: 5px 9px;
    border-radius: 3px;
    background: #d6b36a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.sm-photo-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.sm-photo-action {
    padding: 9px 10px;
    border: 0;
    background: #fff;
    color: #222;
    cursor: pointer;
}

.sm-photo-action + .sm-photo-action {
    border-left: 1px solid #ddd;
}

.sm-photo-action i {
    margin-right: 6px;
}

.sm-photo-action:hover {
    background: #f6f6f6;
}

.sm-photo-delete:hover {
    color: #a51e2a;
}

.sm-photo-setting {
    padding: 2px 12px 12px 12px;
}

.sm-photo-setting label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.sm-photo-visibility {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #fff;
}

.sm-photo-save-status {
    min-height: 18px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.sm-photo-profile-status {
    width: calc(100% - 24px);
    margin: 0 12px 12px;
    padding: 9px 12px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.sm-photo-profile-status.is-visible {
    background: #d6b36a;
    border-color: #d6b36a;
    color: #fff;
}

.sm-photo-profile-status.is-hidden {
    background: #555;
}


.sm-photo-drag-handle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, .78);
    color: #fff;
    cursor: grab;
    line-height: 1;
    box-sizing: border-box;
}

.sm-photo-drag-handle:active {
    cursor: grabbing;
}

.sm-photo-drag-handle i {
    margin: 0;
    line-height: 1;
}


/* Photo visibility and status controls */
.sm-photo-controls-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 5px;
}

.sm-photo-controls-row > button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 10px;

    border: 1px solid #d6b36a;
    border-radius: 4px;

    background: #fff;
    color: #222;

    font-size: 13px;
    font-weight: 500;
    line-height: 1;

    box-sizing: border-box;
    cursor: pointer;
}

.sm-photo-controls-row > button:hover {
    background: #f8f3e8;
	color: #222;
}

.sm-photo-controls-row > button.is-selected {
    background: #d6b36a;
    border-color: #d6b36a;
    color: #fff;
}

.sm-photo-controls-row > button.is-hidden {
    background: #fff;
    border-color: #d6b36a;
    color: #222;
}


.sm-photo-controls-row > button i {
    margin: 0;
    line-height: 1;
}


/* Photo visibility and status controls end */


.sm-photo-sort-placeholder {
    min-height: 350px;
    margin-bottom: 1.5rem;
    border: 2px dashed #d6b36a;
    border-radius: 5px;
    background: rgba(214, 179, 106, .08);
}

.sm-photo-sort-item.ui-sortable-helper {
    opacity: .9;
    transform: rotate(1deg);
}

@media (max-width: 767px) {
    .sm-photo-thumb {
        height: 220px;
    }

    .sm-photo-action span {
        display: inline;
    }
}

.sm-photo-profile-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;
    min-height: 44px;
    padding: 8px 12px;

    background: #fff;
    border: 1px solid #111;
    border-radius: 4px;

    color: #111;
    font: inherit;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
}

.sm-photo-profile-button.is-selected {
    background: #ddb866;
    border-color: #ddb866;
    color: #fff;
    cursor: default;
}

.sm-photo-profile-button:disabled {
    opacity: 1;
}

.sm-photo-profile-button:not(:disabled):hover {
    background: #f7f1e4;
}

.sm-photo-order-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
}

.sm-photo-move-button {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 8px;

    background: #fff;
    border: 1px solid #ddb866;
    border-radius: 4px;

    color: #111;
    cursor: pointer;
}

.sm-photo-move-button:hover {
    background: #f7f1e4;
}

.sm-photo-move-button:disabled {
    opacity: 0.35;
    cursor: default;
}

/* ---------------------------------------------------------
   PremiumPress custom fields
--------------------------------------------------------- */

.sm-addlisting-body .customfield {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 991.98px) {

    .sm-addlisting-body .customfield.col-12,
    .sm-addlisting-body .customfield[class*="col-"] {
        margin-bottom: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

/* Interests checkboxes */
.sm-addlisting-interests label.checkbox {
    display: flex !important;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    padding: 0 14px;
}

.sm-addlisting-interests .form-check {
    margin-bottom: 8px;
}

/* Checkbox itself */
.sm-addlisting-interests input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0 4px 0 0 !important;
    flex-shrink: 0;
}

/* When customfield and row are on the same element */
.sm-addlisting-body .customfield.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove Bootstrap gutters from columns within custom fields */
.sm-addlisting-body .customfield.row > [class*="col-"],
.sm-addlisting-body .customfield > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	
	
/* Remove Bootstrap row offsets inside rendered custom fields */
.sm-addlisting-body .customfield > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove column padding inside those rows */
.sm-addlisting-body .customfield > .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.sm-addlisting-lifestyle .sm-subheading {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-top: 20px !important;
	margin-bottom: 0px !important;
}




@media (max-width: 991.98px) {

    .sm-addlisting-view-profile {
        display: none !important;
    }

}

@media (min-width: 768px) {
    .col-md-6 {
        max-width: 100% !important;
    }
}

@media (min-width: 991px) {
    #form_post_title#form_post_title {
        height: 44px !important;
        min-height: 44px !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
}