.eeat-author-profile-container {
    margin: 20px 0;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.eeat-profile-header {
    background: linear-gradient(135deg, #f15b27 0%, #e14915 100%);
    color: #fff;
    padding: 20px 25px;
    border-radius: 6px 6px 0 0;
}

.eeat-plugin-branding {
    display: flex;
    align-items: center;
    gap: 15px;
}

.eeat-plugin-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
    background: url('../images/author-box-for-eeat-optimization-white-trim.png');
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: center;
}

.eeat-header-text h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.eeat-description {
    margin: 5px 0 0 0;
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
}

.eeat-profile-sections {
    padding: 0;
}

.eeat-profile-section {
    border-bottom: 1px solid #e0e0e0;
}

.eeat-profile-section:last-child {
    border-bottom: none;
}

.eeat-section-header {
    background: #f8f9fa;
    padding: 20px 25px 15px;
    border-bottom: 1px solid #e9ecef;
}

.eeat-section-header h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eeat-section-header h3 svg {
    color: #f15b27;
    font-size: 20px;
}

.eeat-section-description {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
}

.eeat-section-content {
    padding: 20px 25px;
}

.eeat-section-content .form-table {
    margin: 0;
}

.eeat-section-content .form-table th {
    width: 200px;
    padding: 15px 20px 15px 0;
    font-weight: 600;
    color: #2c3e50;
}

.eeat-section-content .form-table td {
    padding: 15px 0;
}

/* Avatar Upload Styles */
.eeat-avatar-upload-container {
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.eeat-avatar-preview {
    width: 120px;
    height: 120px;
    border: 2px dashed #c3c4c7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    flex-shrink: 0;
}

.eeat-current-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.eeat-no-avatar {
    text-align: center;
    color: #6c757d;
}

.eeat-no-avatar svg {
    font-size: 32px;
    margin-bottom: 5px;
    opacity: 0.7;
}

.eeat-no-avatar p {
    margin: 0;
    font-size: 12px;
}

.eeat-avatar-controls {
    flex: 1;
    min-width: 200px;
    margin-top: 20px;
}

.eeat-avatar-controls .button {
    margin-right: 10px;
    margin-bottom: 10px;
}

.eeat-upload-avatar {
    background: #f15b27 !important;
    border-color: #f15b27 !important;
    color: #fff !important;
}

.eeat-upload-avatar:hover {
    background: #e14915 !important;
    border-color: #e14915 !important;
}

/* Social Input Groups */
.eeat-social-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f15b27;
}

.eeat-social-input-group svg {
    width: 18px;
    height: 18px;
}

.eeat-social-icon {
    color: #f15b27;
    font-size: 18px;
    flex-shrink: 0;
}

.eeat-social-input-group input {
    flex: 1;
}

/* Form Field Enhancements */
.eeat-section-content input[type="text"],
.eeat-section-content input[type="url"],
.eeat-section-content input[type="number"],
.eeat-section-content textarea {
    border: 2px solid #e9ecef;
    border-radius: 4px;
    transition: border-color 0.2s ease;
}

.eeat-section-content input[type="text"]:focus,
.eeat-section-content input[type="url"]:focus,
.eeat-section-content input[type="number"]:focus,
.eeat-section-content textarea:focus {
    border-color: #f15b27;
    box-shadow: 0 0 0 1px #f15b27;
}

.eeat-note-click-here {
    cursor: pointer;
    padding-bottom: 4px;
    background: #f15b27;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 10px;
}

.eeat-alert-icon {
    font-size: 10px !important;
    color: #FFFFFF;
    background-color: #d63638;
    border-radius: 50%;
    padding: 2px 7px 2px 7px !important;
    margin-right: 4px;
    top: -1px;
    position: relative;
}

.eeat-avtar-control-desc-outer {
    display: flex;
    align-items: center;
}

.add-social-media-link {
    max-width: 35%;
    text-align: center;
    margin-bottom: 25px;
}

.biography-inner-wrapper {
    font-size: 14px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.biography-inner-wrapper span {
    font-size: 10px !important;
    min-width: unset !important;
    text-shadow: none;
    display: unset !important;
    float: unset !important;
}

.biography-inner-wrapper span svg {
    font-size: 12px !important;
    padding-top: 0 !important;
    display: inline-block !important;
}

.eeat-note-click-here {
    padding-top: 2px !important;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .eeat-plugin-branding {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .eeat-profile-header {
        padding: 15px 20px;
    }

    .eeat-section-header,
    .eeat-section-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .eeat-section-content .form-table th,
    .eeat-section-content .form-table td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .eeat-section-content .form-table th {
        border-bottom: none;
        padding-bottom: 5px;
    }

    .eeat-avatar-upload-container {
        flex-direction: column;
        align-items: center;
    }

    .eeat-social-input-group {
        flex-direction: column;
        align-items: flex-start;
    }
}