.admin-help-container,
.member-transfer-help {
    font-size: 0.875rem;
    line-height: 1.5;
}

.help-info-box {
    padding: 1rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    background-color: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
}

.dark .help-info-box {
    background-color: rgba(30, 58, 138, 0.25);
    border: 1px solid rgba(147, 197, 253, 0.25);
    color: #93c5fd;
}

.help-info-icon {
    font-size: 1.25rem;
    line-height: 1.2;
}

.help-info-title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

.help-info-desc {
    font-size: 0.75rem;
    line-height: 1.35;
    margin: 0;
    color: #2563eb;
}

.dark .help-info-desc {
    color: #93c5fd;
}

.help-section-title {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.dark .help-section-title {
    color: #ffffff;
}

.help-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.help-item {
    display: flex;
    align-items: flex-start;
}

.help-bullet {
    color: #d97706; /* amber-600 */
    font-weight: bold;
    margin-right: 0.5rem;
    line-height: 1.25rem;
    font-size: 1.25rem;
}

.dark .help-bullet {
    color: #fbbf24; /* amber-400 */
}

.help-content {
    flex: 1;
}

.help-strong {
    color: #111827;
    font-weight: 600;
}

.dark .help-strong {
    color: #ffffff;
}

.help-text {
    color: #4b5563;
}

.dark .help-text {
    color: #d1d5db;
}

.help-footer-section {
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
    margin-top: 1.5rem;
}

.dark .help-footer-section {
    border-top: 1px solid #374151;
}

.help-footer-text {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.4;
    margin: 0;
}

.dark .help-footer-text {
    color: #9ca3af;
}
