.sp-333ceb43-icon {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 24px;
    transition: opacity 0.3s;
}

.sp-333ceb43-icon:hover {
    opacity: 0.7;
}

.sp-333ceb43-icon svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

.sp-333ceb43-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sp-333ceb43-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.sp-333ceb43-close {
    position: absolute;
    top: 30px;
    right: 40px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 1;
}

.sp-333ceb43-content {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.sp-333ceb43-form {
    display: flex;
    width: 100%;
}

.sp-333ceb43-input {
    flex-grow: 1;
    padding: 15px 20px;
    font-size: 1.2rem;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.sp-333ceb43-submit {
    padding: 15px 30px;
    background: #0073aa;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: background 0.3s;
}

.sp-333ceb43-submit:hover {
    background: #005177;
}
