.fyh-wrapper-3d2e3c8f {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

.fyh-wrapper-3d2e3c8f * {
    box-sizing: border-box;
}

.fyh-container-3d2e3c8f {
    display: flex;
    align-items: center;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 4px;
    height: 64px;
}

.fyh-field-group-3d2e3c8f {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    padding: 0 15px;
    border-right: 1px solid #eaeaea;
}

.fyh-search-input-group-3d2e3c8f {
    flex: 2;
}

.fyh-field-group-3d2e3c8f:last-of-type {
    border-right: none;
}

.fyh-icon-search-3d2e3c8f {
    display: flex;
    align-items: center;
    color: #d6001c;
    margin-right: 12px;
}

.fyh-icon-search-3d2e3c8f svg {
    width: 18px;
    height: 18px;
}

.fyh-input-text-3d2e3c8f {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #333333;
    background: transparent;
}

.fyh-input-text-3d2e3c8f::placeholder {
    color: #a0a0a0;
}

.fyh-select-3d2e3c8f {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #444444;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23444444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    padding-right: 20px;
}

.fyh-btn-submit-3d2e3c8f {
    border: none;
    outline: none;
    background-color: #d6001c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 35px;
    height: calc(100% - 8px);
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.fyh-btn-submit-3d2e3c8f:hover {
    background-color: #b50017;
}

.fyh-btn-advanced-3d2e3c8f {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    height: 56px;
    padding: 0 24px;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.fyh-btn-advanced-3d2e3c8f:hover {
    border-color: #999999;
    background-color: #fcfcfc;
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .fyh-wrapper-3d2e3c8f {
        flex-direction: column;
        align-items: stretch;
    }
    .fyh-container-3d2e3c8f {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }
    .fyh-field-group-3d2e3c8f {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding: 12px 5px;
        width: 100%;
    }
    .fyh-field-group-3d2e3c8f:last-of-type {
        border-bottom: none;
    }
    .fyh-btn-submit-3d2e3c8f {
        width: 100%;
        height: 48px;
        margin-left: 0;
        margin-top: 10px;
    }
    .fyh-btn-advanced-3d2e3c8f {
        height: 48px;
    }
}
