/**
 * Woodmart Elementor Base CSS
 * Base Elementor integration styles
 */

.elementor-editor {
    font-family: inherit;
}

.elementor-section {
    position: relative;
}

.elementor-container {
    max-width: 1140px;
    margin: 0 auto;
}

.elementor-widget {
    margin-bottom: 20px;
}

.elementor-button {
    display: inline-block;
    padding: 12px 24px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.elementor-button:hover {
    background: #0056b3;
    transform: translateY(-2px);
}