/**
 * Widget Styling for MSK Nutraceuticals Theme
 */

/* General Widget Styling */
.widget-title {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

/* Sidebar Widget Styling */
.widget-sidebar {
    margin-bottom: 30px;
}

.sidebar-widget {
    background: #f9f9f9;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.sidebar-widget .widget-title {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-widget ul {
    padding-left: 0;
    list-style: none;
}

.sidebar-widget ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.sidebar-widget ul li:last-child {
    border-bottom: none;
}

/* Shop Sidebar Styling */
.shop-widget-sidebar .sidebar-widget {
    background: #f5f5f5;
}

/* Footer Widget Styling */
.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #8cbba0;
}

.single-footer-widget h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #4caf50;
}

.single-footer-widget .social-icon {
    display: flex;
    padding: 0;
    margin-top: 20px;
}

.single-footer-widget .social-icon li {
    margin-right: 15px;
}

.single-footer-widget .social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #1b3d4e;
    color: #8cbba0;
    transition: all 0.3s ease;
}

.single-footer-widget .social-icon li a:hover {
    background: #4caf50;
    color: #fff;
}

.footer-area a:hover {
    color: #8cbba0;
    text-decoration: none;
}

.single-footer-widget ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.single-footer-widget ul li {
    margin-bottom: 12px;
}

.single-footer-widget ul li:last-child {
    margin-bottom: 0;
}

/* Homepage Widget Areas */
.homepage-top-widgets,
.homepage-bottom-widgets {
    padding: 50px 0;
}

.homepage-top-widgets {
    background: #f9f9f9;
}

.homepage-bottom-widgets {
    background: #f5f5f5;
}

.homepage-widget {
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.homepage-widget .widget-title {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.homepage-widget .widget-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4caf50;
    margin: 15px auto 0;
}

/* Responsive Styling */
@media only screen and (max-width: 767px) {
    .single-footer-widget {
        margin-bottom: 40px;
    }
    
    .homepage-widget {
        margin-bottom: 30px;
    }
}
