/* Custom Elementor Styles for gabriellebrinsmead Theme */

/* Global Background */
.elementor-section {
    background-color: #f5f5f0;
}

/* Typography */
.elementor-widget-heading .elementor-heading-title {
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.elementor-widget-text-editor {
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a2a;
}

.elementor-widget-text-editor p {
    margin-bottom: 15px;
}

/* Button Styles */
.elementor-button {
    background-color: transparent;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.elementor-button:hover {
    background-color: #2a2a2a;
    color: #f5f5f0;
}

/* Image Styles */
.elementor-widget-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Section Spacing */
.elementor-section {
    margin-bottom: 0;
}

/* Link Styles */
.elementor-widget-text-editor a,
.elementor-widget-heading a {
    color: #2a2a2a;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.elementor-widget-text-editor a:hover,
.elementor-widget-heading a:hover {
    opacity: 0.7;
}

/* List Styles */
.elementor-widget-text-editor ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.elementor-widget-text-editor ul li {
    margin: 15px 0;
    padding-left: 0;
}

.elementor-widget-text-editor ul li a {
    font-size: 16px;
    color: #2a2a2a;
    text-decoration: none;
}

.elementor-widget-text-editor ul li a:hover {
    opacity: 0.7;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .elementor-widget-heading .elementor-heading-title {
        font-size: 20px;
    }
    
    .elementor-section {
        padding: 40px 20px !important;
    }
}
