.ssw-support-widget {
    max-width: 340px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    font-family: inherit;
    margin: 0 auto;
}
#secondary .ssw-support-widget{
	margin-top: -10px;
}

.ssw-support-widget * {
    box-sizing: border-box;
    font-family: inherit;
}

.ssw-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.ssw-widget-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 24px;
    text-align: center;
    color: white;
}

.ssw-author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto 12px;
    object-fit: cover;
    display: block;
}

.ssw-author-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: inherit;
}

.ssw-author-title {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
    color: inherit;
}

.ssw-widget-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #e5e7eb;
}

.ssw-stat-item {
    padding: 16px 12px;
    text-align: center;
    border-right: 1px solid #e5e7eb;
}

.ssw-stat-item:last-child {
    border-right: none;
}

.ssw-stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 4px 0;
}

.ssw-stat-label {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.ssw-widget-content {
    padding: 24px;
}

.ssw-support-section {
    margin-bottom: 24px;
}

.ssw-support-section:last-child {
    margin-bottom: 0;
}

.ssw-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ssw-section-title .ssw-icon {
    color: #667eea;
    width: 20px;
    height: 20px;
}

.ssw-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: #4b5563;
    font-size: 14px;
}

.ssw-info-item .ssw-icon {
    color: #9ca3af;
    width: 18px;
    height: 18px;
}

.ssw-info-item a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.2s;
}

.ssw-info-item a:hover {
    color: #764ba2;
}

.ssw-response-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #dcfce7;
    color: #166534;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.ssw-response-badge .ssw-icon {
    width: 14px;
    height: 14px;
    color: #166534;
}

.ssw-support-button {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-family: inherit;
}

.ssw-support-button .ssw-icon {
    width: 18px;
    height: 18px;
    color: white;
}

.ssw-support-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    color: white;
}

.ssw-support-button:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

.ssw-secondary-button {
    background: white;
    color: #667eea !important;
    border: 2px solid #667eea;
    margin-top: 12px;
}

.ssw-secondary-button .ssw-icon {
    color: #667eea;
}

.ssw-secondary-button:hover {
    background: #f8f9ff;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
    color: #667eea;
}

.ssw-secondary-button:hover .ssw-icon {
    color: #667eea;
}

.ssw-rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.ssw-stars {
    color: #fbbf24;
    font-size: 16px;
    letter-spacing: 2px;
}

.ssw-rating-text {
    color: #6b7280;
    font-size: 13px;
}

.ssw-widget-footer {
    padding: 16px 24px;
    background: #f9fafb;
    text-align: center;
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 768px) {
    .ssw-support-widget {
        max-width: 100%;
    }
}

.ssw-support-widget a:focus,
.ssw-support-widget button:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

.ssw-support-widget img {
    max-width: 100%;
    height: auto;
}
