/* Why Us Widget Specific Styles */
.widget_why_us {
    background: #fff;
}

.widget_why_us .section {
    padding: 0;
}

.widget_why_us #why-us {
    margin: 0;
}

/* Admin widget form styles */
.widget-content .image-preview-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.widget-content .upload-image-button,
.widget-content .remove-image-button {
    margin-right: 5px;
    margin-top: 5px;
}

.widget-content .description {
    font-style: italic;
    color: #666;
    margin-top: 5px;
}
