/*
Theme Name: Aransas Dental
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: Dentist & Dental Clinic WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aransaspassdental
*/

.sidebar .widget {
    border: 1px solid var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
	
}

.sidebar .widget h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}
.sidebar .widget ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.widget ul li {
    margin: 3px 0;
}
.sidebar .widget ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}
.sidebar .widget ul li:last-child {
    border-bottom: none;
}

.blog-thumb img {
    border-radius: 10px;
}