.elementor-846 .elementor-element.elementor-element-f568e8e{--display:flex;}/* Start custom CSS for directorist_add_listing, class: .elementor-element-0bd08ff *//* General Styles */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f9eee1;
    color: #5f2a5d;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

#Content {
    padding: 48px 0;
}

.content_wrapper {
    max-width: 900px;
    margin: auto;
    background: #fff;
    box-shadow: 0 8px 32px rgba(95,42,93,0.08);
    border-radius: 18px;
    padding: 40px;
    transition: box-shadow 0.2s;
}

.content_wrapper:hover {
    box-shadow: 0 12px 40px rgba(95,42,93,0.12);
}

/* Form Styles */
.directorist-add-listing-wrapper {
    background: #f9eee1;
    border-radius: 14px;
    padding: 40px 32px;
    box-shadow: 0 4px 16px rgba(95,42,93,0.06);
}

.directorist-form-group {
    margin-bottom: 28px;
}

.directorist-form-label {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #5f2a5d;
    letter-spacing: 0.02em;
}

.directorist-form-required {
    color: #fecc90;
    font-size: 1em;
    margin-left: 4px;
}

.directorist-form-element {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #fecc90;
    border-radius: 8px;
    font-size: 1.05em;
    background: #f9eee1;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 2px rgba(95,42,93,0.03);
    color: #5f2a5d;
}

.directorist-form-element:focus {
    border-color: #5f2a5d;
    outline: none;
    box-shadow: 0 0 0 2px #5f2a5d22;
}

.directorist-form-description {
    font-size: 0.97em;
    color: #5f2a5d;
    margin-top: 7px;
}

/* Checkbox & Radio */
.directorist-checkbox,
.directorist-radio {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 8px;
}

.directorist-checkbox input[type="checkbox"],
.directorist-radio input[type="radio"] {
    accent-color: #5f2a5d;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.directorist-checkbox__label,
.directorist-radio__label {
    font-size: 1em;
    color: #5f2a5d;
    cursor: pointer;
    transition: color 0.2s;
}

.directorist-checkbox__label:hover,
.directorist-radio__label:hover {
    color: #fecc90;
}

/* Buttons */
.directorist-btn,
.btn {
    display: inline-block;
    background: #5f2a5d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 28px;
    font-size: 1.07em;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    margin-right: 10px;
    box-shadow: 0 2px 8px rgba(95,42,93,0.08);
}

.directorist-btn:hover,
.btn:hover {
    background: #fecc90;
    color: #5f2a5d;
    box-shadow: 0 4px 16px rgba(95,42,93,0.12);
}

.directorist-btn-danger,
.btn-danger {
    background: #fecc90;
    color: #5f2a5d;
}

.directorist-btn-danger:hover,
.btn-danger:hover {
    background: #5f2a5d;
    color: #fff;
}

.directorist-btn-block {
    width: 100%;
}

.directorist-btn-primary {
    background: #fecc90;
    color: #5f2a5d;
}

.directorist-btn-primary:hover {
    background: #5f2a5d;
    color: #fff;
}

/* Multistep Wizard */
.multistep-wizard__nav {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    justify-content: center;
}

.multistep-wizard__nav__btn {
    background: #f9eee1;
    color: #5f2a5d;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 1px 4px rgba(95,42,93,0.04);
}

.multistep-wizard__nav__btn--finish {
    background: #fecc90;
    color: #5f2a5d;
}

.multistep-wizard__nav__btn:hover {
    background: #fecc90;
    color: #5f2a5d;
}

.multistep-wizard__content {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(95,42,93,0.05);
}

.multistep-wizard__progressbar {
    height: 8px;
    background: #f9eee1;
    border-radius: 4px;
    margin: 32px 0;
    position: relative;
    overflow: hidden;
}

.multistep-wizard__progressbar__width {
    display: block;
    height: 100%;
    background: #5f2a5d;
    border-radius: 4px;
    width: 50%; /* Example, update with JS */
    transition: width 0.3s;
}

.multistep-wizard__bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
    justify-content: flex-end;
}

.multistep-wizard__btn--prev {
    background: #f9eee1;
    color: #5f2a5d;
}

.multistep-wizard__btn--next {
    background: #5f2a5d;
    color: #fff;
}

.multistep-wizard__count {
    font-size: 1.05em;
    color: #5f2a5d;
    margin: 0 18px;
}

/* Image Uploads */
.listing-prv-img-container,
.listing-img-container {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.listing-prv-img-container img,
.listing-img-container img {
    border-radius: 10px;
    border: 1.5px solid #fecc90;
    background: #f9eee1;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(95,42,93,0.07);
    width: 80px;
    height: 80px;
}

.remove_prev_img {
    color: #fecc90;
    margin-left: 10px;
    text-decoration: none;
    font-size: 1.3em;
    transition: color 0.2s;
}

.remove_prev_img:hover {
    color: #5f2a5d;
}

/* Pricing */
.directorist-form-pricing-field__options {
    display: flex;
    gap: 22px;
    margin-bottom: 16px;
}

.directory_pricing_field {
    margin-bottom: 16px;
}

/* Modal Styles */
.directorist-modal-container {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(95,42,93,0.18);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.directorist-modal-wrap {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 48px rgba(95,42,93,0.16);
    padding: 40px 32px;
    min-width: 340px;
    max-width: 420px;
    transition: box-shadow 0.2s;
}

.directorist-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.directorist-modal-title {
    font-size: 1.4em;
    font-weight: 800;
    color: #5f2a5d;
    letter-spacing: 0.01em;
}

.directorist-modal-actions-area a {
    color: #fecc90;
    font-size: 1.3em;
    text-decoration: none;
    transition: color 0.2s;
}

.directorist-modal-actions-area a:hover {
    color: #5f2a5d;
}

.directorist-modal-body {
    margin-bottom: 22px;
}

.directorist-form-actions {
    margin-top: 22px;
}

/* Responsive */
@media (max-width: 600px) {
    .content_wrapper, .directorist-add-listing-wrapper, .directorist-modal-wrap {
        padding: 14px;
        border-radius: 8px;
    }
    .multistep-wizard__content {
        padding: 14px;
        border-radius: 8px;
    }
    .listing-prv-img-container img,
    .listing-img-container img {
        width: 56px;
        height: 56px;
    }
    .multistep-wizard__nav {
        gap: 10px;
        flex-wrap: wrap;
    }
    .multistep-wizard__bottom {
        gap: 10px;
    }
}/* End custom CSS */