.es-7d1be24a-container {
    padding: 15px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

.es-7d1be24a-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    align-items: end;
}

.es-7d1be24a-field {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fcfcfc;
    height: 42px;
}

.es-7d1be24a-btn {
    width: 100%;
    height: 42px;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    background-color: #0073aa;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.es-7d1be24a-btn:hover {
    background-color: #005177;
}
