.waavo-elementor-widget {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.waavo-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.waavo-description {
    margin-bottom: 20px;
    color: #666;
}

.waavo-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.waavo-form .form-group {
    position: relative;
}

.waavo-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.waavo-search-button {
    background: #007bff;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.waavo-search-button:hover {
    background: #0056b3;
} 