/* Sticky Button Styles */
#ps-desktop-widget__container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#ps-desktop-widget__closed-body {
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    max-width: 300px;
}

#ps-desktop-widget__close-text {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    flex-grow: 1;
}

#ps-desktop-widget__close-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#ps-desktop-widget__close-widget svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

/* Popup Styles */
#ps-desktop-widget__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#ps-widget-custom-form__container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

#ps-desktop-widget__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

#ps-desktop-widget__close svg {
    width: 18px;
    height: 18px;
    fill: #333;
}

#ps-widget__header {
    text-align: center;
    padding: 30px 20px 20px;
}

#ps-widget-custom-form__logo-image {
    max-width: 120px;
    margin-bottom: 20px;
}

#ps-widget-custom-form__pre-headline {
    font-size: 16px;
    color: #555;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#ps-widget-custom-form__headline {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #333;
}

#ps-widget-custom-form__post-headline {
    font-size: 16px;
    color: #555;
    margin: 0;
}

#ps-widget-custom-form__form {
    padding: 0 20px 30px;
}

.ps-widget-custom-form__phone-question {
    margin-bottom: 20px;
}


.ps-widget-custom-form__phone-question .iti {
    width: 100%;
    margin-bottom: 10px;
}

.ps-widget-custom-form__text-question-input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 15px;
}

.ps-widget-custom-form__text-question-label {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

#ps-widget-custom-form__disclaimer-text {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
    line-height: 1.4;
}

#ps-widget-custom-form__disclaimer-text a {
    color: #337ab7;
    text-decoration: underline;
}

#ps-widget-custom-form__form-ctas-wrapper {
    display: flex;
    gap: 10px;
}

.ps-widget-custom-form__button-wrapper {
    flex: 1;
}

.ps-widget-custom-form__button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

#ps-widget-custom-form__submit-button {
    background-color: #333;
    color: #fff;
}

#ps-widget-custom-form__submit-button:hover {
    background-color: #555;
}

#ps-widget-custom-form__close-button {
    background-color: #f5f5f5;
    color: #333;
}

#ps-widget-custom-form__close-button:hover {
    background-color: #e5e5e5;
}

/* Animation */
.fade-in {
    animation: fadeIn 0.5s;
}
.intl-tel-input .selected-flag .flag {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    background-image: url("../vendor/intl-input-phone/img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}
.ps-widget-custom-form__phone-question {
    margin-bottom: 20px;
}

.ps-widget-custom-form__text-question-label {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ps-widget-custom-form__phone-question {
    margin-bottom: 20px;
}

.ps-widget-custom-form__text-question-label {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.phone-input-container {
    position: relative;
}

/* intlInputPhone styles */
