/* About Widget Styles */
.about-me-widget {
    font-size: 14px;
    line-height: 1.6;
}

.about-logo {
    margin-bottom: 20px;
    text-align: center;
}

.about-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 100px;
    width: auto;
}

.about-description {
    margin-bottom: 20px;
    color: #666;
}

.about-social {
    margin-top: 20px;
    text-align: center;
}

.about-social .social-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    transition: all 0.3s ease;
    text-decoration: none;
}

.about-social .social-icon:hover {
    background: #0073aa;
    color: #fff;
    transform: translateY(-2px);
}

/* Admin Styles */
.widget-content .media-uploader {
    margin-bottom: 15px;
}

.widget-content .image-preview {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 3px;
    max-width: 200px;
}

.widget-content .image-preview img {
    max-width: 100%;
    height: auto;
    display: block;
}
