/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 21:01:15 */
/* CONTENEDOR */
.aws-search-form.aws-show-clear .aws-wrapper {
    position: relative !important;
    background: #fff !important;
    border: 2px solid #009929 !important;
    border-radius: 50px !important;
    padding: 5px 18px !important;
    display: flex !important;
    align-items: center !important;
    transition: all .3s ease !important;
}

.aws-search-form.aws-show-clear .aws-wrapper:focus-within {
    border-color: #006414 !important;
    box-shadow: 0 0 10px rgba(0,153,41,0.25) !important;
}

/* INPUT */
.aws-search-form .aws-search-field {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    padding: 12px 60px 12px 10px !important; /* espacio para el botón */
    font-size: 16px !important;
    color: #000 !important;
    outline: none !important;
}

/* BOTÓN REDONDO DENTRO DEL INPUT */
.aws-search-form .aws-search-btn {
    position: absolute !important;
    right: 2px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    background: #009929 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    cursor: pointer !important;
    transition: all .3s ease !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: 0 3px 8px rgba(0,0,0,.12) !important;
}

/* Hover */
.aws-search-form .aws-search-btn:hover {
    background: #006414 !important;
    transform: translateY(-50%) scale(1.08) !important;
}

/* Icono */
.aws-search-form .aws-search-btn_icon svg path {
    fill: #fff !important;
}
