.aestim-expertise-form {
    max-width: 1280px;
    width: 100%;
    margin: 60px auto 60px;
    padding: 0 16px 40px;
    font-family: 'Poppins', sans-serif;
    color: #1b1b4b;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
}

.aestim-expertise-form * {
    box-sizing: border-box;
}

.aestim-wizard,
.aestim-account-form {
    background: linear-gradient(180deg, #fff 0%, #fdfdff 100%);
    border: 1px solid #e4e4ec;
    border-radius: 22px;
    box-shadow: 0 16px 44px rgba(27, 27, 75, 0.08);
    padding: clamp(20px, 3vw, 36px);
    position: relative;
}

.aestim-step {
    display: none;
}

.aestim-step.is-active {
    display: block;
}

.aestim-step-kicker {
    color: #f51b37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.aestim-step-desc {
    color: #6b6b80;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    margin: -8px 0 22px;
    max-width: 760px;
}

.aestim-expertise-form h3 {
    color: #1b1b4b;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 20px;
}

.aestim-resume-text {
    color: #6b6b80;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-width: 640px;
}

.aestim-thankyou {
    background: linear-gradient(180deg, #fff 0%, #fdfdff 100%);
    border: 1px solid #e4e4ec;
    border-radius: 22px;
    box-shadow: 0 16px 44px rgba(27, 27, 75, 0.08);
    padding: clamp(20px, 3vw, 36px);
}

.aestim-thankyou-intro {
    color: #6b6b80;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 720px;
}

.aestim-thankyou-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.aestim-thankyou-step {
    display: grid;
    gap: 16px;
    grid-template-columns: 40px 1fr;
    padding-bottom: 24px;
    position: relative;
}

.aestim-thankyou-step:last-child {
    padding-bottom: 0;
}

.aestim-thankyou-step:not(:last-child)::after {
    background: #e4e4ec;
    bottom: 0;
    content: '';
    left: 19px;
    position: absolute;
    top: 44px;
    width: 2px;
}

.aestim-thankyou-step-number {
    align-items: center;
    background: linear-gradient(135deg, #f51b37 0%, #d80f2a 100%);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(245, 27, 55, 0.25);
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
    z-index: 1;
}

.aestim-thankyou-step-content strong {
    color: #1b1b4b;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.35;
    margin-bottom: 6px;
}

.aestim-thankyou-step-content p {
    color: #6b6b80;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.aestim-progress {
    display: flex;
    gap: 8px;
    margin: 0 0 20px;
}

.aestim-progress-dot {
    background: #e4e4ec;
    border-radius: 99px;
    display: block;
    flex: 1;
    height: 6px;
    overflow: hidden;
    transition: background-color .2s ease, transform .2s ease;
}

.aestim-progress-dot.is-active,
.aestim-progress-dot.is-complete {
    background: #f51b37;
}

.aestim-progress-dot.is-active {
    transform: scaleY(1.15);
}

.aestim-address-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 22px;
    margin-bottom: 28px;
}

.aestim-account-form .aestim-account-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aestim-account-password-grid {
    margin-top: 28px;
}

.aestim-field-legend {
    color: #1b1b4b;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-radio-option {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e4ec;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(27, 27, 75, 0.03);
    color: #1b1b4b;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Poppins', sans-serif;
    gap: 10px;
    justify-content: center;
    margin: 0;
    min-height: 46px;
    min-width: 112px;
    padding: 0 22px;
    position: relative;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .16s ease;
    user-select: none;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-radio-option-text {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-radio-option input[type="radio"] {
    flex-shrink: 0;
    height: 18px;
    margin: 0;
    width: 18px;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-radio-option:hover {
    border-color: #cfcfdb;
    box-shadow: 0 8px 20px rgba(27, 27, 75, 0.06);
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-radio-option.is-selected {
    background: rgba(245, 27, 55, 0.04);
    border-color: #f51b37;
    box-shadow: 0 8px 20px rgba(245, 27, 55, 0.10);
    color: #1b1b4b;
}

.aestim-account-professional-fields {
    margin-top: 0;
}

.aestim-account-professional-fields[hidden],
.aestim-account-fonction-field[hidden],
.aestim-account-billing-choice[hidden] {
    display: none !important;
}

.aestim-account-billing-choice {
    margin-top: 28px;
}

.aestim-terms-field {
    margin-top: 18px;
}

.aestim-terms-label {
    display: flex!important;

    align-items: center;
    color: #6b6b80;
    cursor: pointer;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    gap: 12px;
    line-height: 1.55;
    margin: 0;
}

.aestim-terms-label input[type="checkbox"] {
    flex-shrink: 0;
    height: 18px;
    margin-top: 2px;
    width: 18px;
}

.aestim-terms-label-text a {
    color: #f51b37;
    font-weight: 600;
    text-decoration: underline;
}

.aestim-terms-label-text a:hover {
    color: #d80f2a;
}

.aestim-invoice-fields {
    margin-top: 28px;
}

.aestim-invoice-title {
    color: #1b1b4b;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
}

.aestim-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aestim-field-full {
    grid-column: 1 / -1;
}

.aestim-field label {
    color: #1b1b4b;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.aestim-required {
    color: #f51b37;
    font-weight: 700;
}

.aestim-field input::placeholder {
    color: #a8a8b8;
}

.aestim-field-search {
    position: relative;
}

.aestim-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.aestim-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e4e4ec;
    border-radius: 16px;
    color: #1b1b4b;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    gap: 6px;
    min-height: auto;
    padding: 16px 18px;
    position: relative;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
    width: 100%;
}

.aestim-card:hover,
.aestim-card.is-selected {
    background: rgba(245, 27, 55, 0.04);
    border-color: #f51b37;
    box-shadow: 0 10px 24px rgba(245, 27, 55, 0.10);
    transform: translateY(-2px);
}

.aestim-card:active {
    transform: translateY(0) scale(0.99);
}

.aestim-card-title {
    color: #1b1b4b;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.aestim-card-desc {
    color: #6b6b80;
    font-size: 12px;
    font-style: normal;
    line-height: 1.45;
}

.aestim-card-desc:empty {
    display: none;
}

.aestim-card-impact {
    color: #f51b37;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-top: auto;
    padding-top: 2px;
}

.aestim-checkbox-card {
    padding-bottom: 16px;
    padding-right: 52px;
    position: relative;
}

.aestim-checkbox-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aestim-checkbox-card::after {
    background: #fff;
    border: 2px solid #d4d4e0;
    border-radius: 7px;
    bottom: 14px;
    box-shadow: 0 2px 6px rgba(27, 27, 75, 0.06);
    content: '';
    height: 22px;
    position: absolute;
    right: 14px;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
    width: 22px;
}

.aestim-checkbox-card::before {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    bottom: 23px;
    content: '';
    height: 7px;
    position: absolute;
    right: 20px;
    transform: rotate(-45deg);
    transition: border-color .18s ease, opacity .18s ease;
    width: 12px;
    z-index: 1;
}

.aestim-checkbox-card.is-selected {
    background: rgba(245, 27, 55, 0.025);
    border-color: #f5a3b0;
    box-shadow: 0 8px 20px rgba(245, 27, 55, 0.07);
}

.aestim-checkbox-card.is-selected::after {
    background: linear-gradient(135deg, #f51b37 0%, #d80f2a 100%);
    border-color: #f51b37;
    box-shadow: 0 4px 10px rgba(245, 27, 55, 0.22);
}

.aestim-checkbox-card.is-selected::before {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.aestim-checkbox-card.is-locked {
    cursor: default;
}

.aestim-checkbox-card.is-locked:hover::after {
    border-color: #f51b37;
}

.aestim-checkbox-card:hover::after {
    border-color: #f895a6;
}

.aestim-extras-list,
.aestim-valorisation-list {
    display: grid;
    margin-top: 0;
}

.aestim-valorisation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aestim-button,
.aestim-secondary-button,
.aestim-back-button {
    align-items: center;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    min-height: 46px;
    padding: 11px 28px;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .16s ease, box-shadow .18s ease;
}

.aestim-button {
    background: linear-gradient(135deg, #f51b37 0%, #d80f2a 100%);
    box-shadow: 0 8px 20px rgba(245, 27, 55, 0.22);
    color: #fff;
}

.aestim-button:hover {
    background: linear-gradient(135deg, #ff314b 0%, #c90c25 100%);
    box-shadow: 0 12px 26px rgba(245, 27, 55, 0.28);
    color: #fff;
    transform: translateY(-1px);
}

.aestim-button:active,
.aestim-secondary-button:active,
.aestim-back-button:active {
    transform: translateY(0) scale(0.98);
}

.aestim-button:disabled,
.aestim-secondary-button:disabled,
.aestim-back-button:disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .6;
    transform: none;
}

.aestim-secondary-button {
    background: #fff;
    border: 1px solid #e4e4ec;
    box-shadow: 0 4px 14px rgba(27, 27, 75, 0.04);
    color: #1b1b4b;
    /* margin-bottom: 12px; */
}

.aestim-secondary-button:hover {
    background: rgba(245, 27, 55, 0.04);
    border-color: #f51b37;
    box-shadow: 0 8px 20px rgba(245, 27, 55, 0.08);
    color: #f51b37;
    transform: translateY(-1px);
}

.aestim-back-button {
    background: #f8f8fb;
    border: 1px solid #e4e4ec;
    color: #6b6b80;
}

.aestim-back-button:hover {
    background: #fff;
    border-color: #cfcfdb;
    box-shadow: 0 6px 18px rgba(27, 27, 75, 0.06);
    color: #1b1b4b;
    transform: translateY(-1px);
}

.aestim-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 20px;
}

.aestim-message {
    color: #1b1b4b;
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
}

.aestim-message.is-error {
    color: #d80f2a;
}

.aestim-message.is-success {
    color: #18864b;
}

.aestim-summary {
    background: #f8f8fb;
    border: 1px solid #e4e4ec;
    border-radius: 16px;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    padding: 18px;
}

.aestim-summary-row {
    display: flex;
    font-size: 14px;
    gap: 12px;
    justify-content: space-between;
}

.aestim-summary-row span:first-child {
    color: #6b6b80;
}

.aestim-summary-row span:last-child {
    color: #1b1b4b;
    font-weight: 700;
    text-align: right;
}

.aestim-expertise-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.aestim-expertise-main {
    min-width: 0;
}

.aestim-price-sidebar {
    position: sticky;
    top: 24px;
}

.aestim-price-sidebar-inner {
    background: linear-gradient(180deg, #fff 0%, #fdfdff 100%);
    border: 1px solid #e4e4ec;
    border-radius: 22px;
    box-shadow: 0 16px 44px rgba(27, 27, 75, 0.08);
    overflow: hidden;
}

.aestim-price-sidebar-header {
    border-bottom: 1px dashed #e4e4ec;
    padding: 20px 22px 16px;
}

.aestim-price-sidebar-kicker {
    color: #f51b37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.aestim-price-sidebar-title {
    color: #1b1b4b;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 6px;
}

.aestim-price-sidebar-intro {
    color: #6b6b80;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.aestim-price-receipt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: calc(100vh - 320px);
    overflow-y: auto;
    padding: 16px 22px;
}

.aestim-price-receipt-empty {
    color: #6b6b80;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
    text-align: center;
}

.aestim-price-receipt-line {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.aestim-price-receipt-line + .aestim-price-receipt-line {
    border-top: 1px dashed #ececf3;
    padding-top: 10px;
}

.aestim-price-receipt-label {
    color: #6b6b80;
    flex: 1;
    font-size: 13px;
    line-height: 1.45;
}

.aestim-price-receipt-value {
    color: #1b1b4b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
    white-space: nowrap;
}

.aestim-price-receipt-line.is-base .aestim-price-receipt-label,
.aestim-price-receipt-line.is-base .aestim-price-receipt-value {
    color: #1b1b4b;
    font-weight: 700;
}

.aestim-price-receipt-line.is-modifier .aestim-price-receipt-value {
    color: #f51b37;
}

.aestim-price-receipt-line.is-custom .aestim-price-receipt-value {
    color: #6b4fbb;
}

.aestim-price-sidebar-total {
    align-items: baseline;
    background: #f8f8fc;
    border-top: 1px solid #e4e4ec;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 18px 22px;
}

.aestim-price-sidebar-total-label {
    align-items: center;
    color: #1b1b4b;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
}

.aestim-price-sidebar-total strong {
    color: #f51b37;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.aestim-price-sidebar-total strong.is-placeholder {
    color: #6b6b80;
    font-size: 15px;
    font-weight: 600;
}

.aestim-price-vat {
    color: #6b6b80;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.aestim-price-sidebar.price-updated .aestim-price-sidebar-total strong {
    animation: aestim-price-pulse .4s ease;
}

@keyframes aestim-price-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width: 992px) {
    .aestim-expertise-layout {
        grid-template-columns: 1fr;
    }

    .aestim-price-sidebar {
        position: static;
    }

    .aestim-price-receipt {
        max-height: none;
    }

    .aestim-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    .aestim-expertise-form {
        margin-top: 40px;
        padding: 0 12px 40px;
    }

    .aestim-wizard,
    .aestim-account-form,
    .aestim-thankyou {
        padding: 20px 16px;
    }

    .aestim-thankyou-step {
        gap: 14px;
        grid-template-columns: 36px 1fr;
    }

    .aestim-thankyou-step-number {
        font-size: 14px;
        height: 36px;
        width: 36px;
    }

    .aestim-thankyou-step:not(:last-child)::after {
        left: 17px;
        top: 40px;
    }

    .aestim-address-grid,
    .aestim-account-form .aestim-account-grid,
    .aestim-card-grid,
    .aestim-valorisation-list {
        grid-template-columns: 1fr;
    }

    .aestim-field-full {
        grid-column: auto;
    }

    .aestim-button,
    .aestim-secondary-button,
    .aestim-back-button {
        width: 100%;
    }

    .aestim-actions {
        flex-direction: column-reverse;
        width: 100%;
    }

    #aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-radio-group {
        flex-direction: column;
        width: 100%;
    }

    #aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-radio-option {
        min-width: 0;
        width: 100%;
    }
}

/* Overrides BeTheme — sélecteurs spécifiques */
#aestim-expertise-form .aestim-wizard .aestim-address-grid .aestim-field label,
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field > label {
    color: #1b1b4b !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice .aestim-field-legend {
    color: #1b1b4b !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 0 12px !important;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice label.aestim-radio-option {
    background: #fff !important;
    border: 1px solid #e4e4ec !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 14px rgba(27, 27, 75, 0.03) !important;
    color: #1b1b4b !important;
    display: inline-flex !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 46px !important;
    padding: 0 22px !important;
    width: auto !important;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice label.aestim-radio-option.is-selected {
    background: rgba(245, 27, 55, 0.04) !important;
    border-color: #f51b37 !important;
    box-shadow: 0 8px 20px rgba(245, 27, 55, 0.10) !important;
    color: #1b1b4b !important;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice label.aestim-radio-option span.aestim-radio-option-text {
    color: inherit !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

#aestim-expertise-form #aestim-expertise-account .aestim-radio-choice label.aestim-radio-option input[type="radio"] {
    appearance: auto !important;
    accent-color: #f51b37 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    height: 18px !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 18px !important;
}

#aestim-expertise-form .aestim-wizard .aestim-address-grid .aestim-field input[type="text"],
#aestim-expertise-form .aestim-wizard .aestim-address-grid .aestim-field input[type="number"],
#aestim-expertise-form .aestim-wizard .aestim-address-grid .aestim-field input[type="email"],
#aestim-expertise-form .aestim-wizard .aestim-address-grid .aestim-field input[type="tel"],
#aestim-expertise-form .aestim-wizard .aestim-address-grid .aestim-field input[type="password"],
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input[type="text"],
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input[type="number"],
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input[type="email"],
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input[type="tel"],
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input[type="password"] {
    appearance: none !important;
    background-color: #fff !important;
    border: 1px solid #e4e4ec !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 14px rgba(27, 27, 75, 0.03) !important;
    color: #1b1b4b !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 44px !important;
    padding: 11px 14px !important;
    transition: border-color .18s ease, box-shadow .18s ease !important;
    width: 100% !important;
}

#aestim-expertise-form input#aestim_address_search.aestim-address-search-input {
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23f51b37' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") !important;
    background-position: 15px center !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    border-color: #d8d8e6 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    min-height: 48px !important;
    padding: 12px 14px 12px 48px !important;
}

#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input#aestim_billing_street.aestim-address-search-input,
#aestim-expertise-form #aestim-invoice-fields .aestim-field input#aestim_invoice_street.aestim-address-search-input {
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23f51b37' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") !important;
    background-position: 14px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    border: 1px solid #e4e4ec !important;
    box-shadow: 0 4px 14px rgba(27, 27, 75, 0.03) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    min-height: 44px !important;
    padding: 11px 14px 11px 40px !important;
}

#aestim-expertise-form .aestim-wizard .aestim-address-grid .aestim-field input:focus,
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input:focus {
    border-color: #f51b37 !important;
    box-shadow: 0 0 0 3px rgba(245, 27, 55, 0.10) !important;
    outline: none !important;
}

#aestim-expertise-form input#aestim_address_search.aestim-address-search-input:focus {
    border-color: #f51b37 !important;
    box-shadow: 0 0 0 3px rgba(245, 27, 55, 0.10), 0 8px 22px rgba(27, 27, 75, 0.06) !important;
    outline: none !important;
}

#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input#aestim_billing_street.aestim-address-search-input:focus,
#aestim-expertise-form #aestim-invoice-fields .aestim-field input#aestim_invoice_street.aestim-address-search-input:focus {
    border-color: #f51b37 !important;
    box-shadow: 0 0 0 3px rgba(245, 27, 55, 0.10) !important;
    outline: none !important;
}

#aestim-expertise-form .aestim-wizard .aestim-address-grid .aestim-field input::placeholder,
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input::placeholder,
#aestim-expertise-form input#aestim_address_search.aestim-address-search-input::placeholder,
#aestim-expertise-form .aestim-account-form .aestim-address-grid .aestim-field input#aestim_billing_street.aestim-address-search-input::placeholder,
#aestim-expertise-form #aestim-invoice-fields .aestim-field input#aestim_invoice_street.aestim-address-search-input::placeholder {
    color: #a8a8b8 !important;
    opacity: 1 !important;
}

/* Overrides BeTheme — boutons */
#aestim-expertise-form .aestim-button,
#aestim-expertise-form button.aestim-button {
    background: linear-gradient(135deg, #f51b37 0%, #d80f2a 100%) !important;
    border: none !important;
    color: #fff !important;
}

#aestim-expertise-form .aestim-button:hover,
#aestim-expertise-form .aestim-button:focus,
#aestim-expertise-form button.aestim-button:hover,
#aestim-expertise-form button.aestim-button:focus {
    background: linear-gradient(135deg, #ff314b 0%, #c90c25 100%) !important;
    border: none !important;
    color: #fff !important;
}

#aestim-expertise-form .aestim-button:active,
#aestim-expertise-form button.aestim-button:active {
    background: linear-gradient(135deg, #d80f2a 0%, #b80c22 100%) !important;
    color: #fff !important;
}

#aestim-expertise-form .aestim-secondary-button:hover,
#aestim-expertise-form .aestim-secondary-button:focus,
#aestim-expertise-form button.aestim-secondary-button:hover,
#aestim-expertise-form button.aestim-secondary-button:focus {
    background: rgba(245, 27, 55, 0.04) !important;
    border-color: #f51b37 !important;
    color: #f51b37 !important;
}

#aestim-expertise-form .aestim-back-button:hover,
#aestim-expertise-form .aestim-back-button:focus,
#aestim-expertise-form button.aestim-back-button:hover,
#aestim-expertise-form button.aestim-back-button:focus {
    background: #fff !important;
    border-color: #cfcfdb !important;
    color: #1b1b4b !important;
}
