.fld-awps-wrap {
    width: 100%;
    max-width: 560px;
    position: relative;
}

.fld-awps-form {
    position: relative;
    width: 100%;
}

.fld-awps-input {
    width: 100%;
    min-height: 54px;
    padding: 14px 56px 14px 18px;
    border: 1px solid #d6d6d6;
    border-radius: 999px;
    background: #fff;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fld-awps-input::placeholder {
    color: #7a7a7a;
}

.fld-awps-input:focus {
    outline: none;
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.fld-awps-submit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.fld-awps-submit:hover,
.fld-awps-submit:focus {
    background: #000;
    outline: none;
}

.fld-awps-submit:active {
    transform: translateY(-50%) scale(0.98);
}

.fld-awps-submit svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.fld-awps-screen-reader {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
