/* Islamic Daily Content - Admin Styles */

.idc-settings-wrap,
.idc-support-wrap {
    background: #f5f5f5;
    margin: -20px -20px 0 -22px;
    padding: 20px;
    min-height: calc(100vh - 32px);
}

.idc-container {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
    margin-top: 20px;
}

.idc-main-content {
    min-width: 0;
}

.idc-sidebar {
    min-width: 0;
}

.idc-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.idc-card h2,
.idc-card h3 {
    margin-top: 0;
    color: #00a86b;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.idc-card-green {
    background: linear-gradient(135deg, #00a86b 0%, #00d084 100%);
    color: white;
}

.idc-card-green h3 {
    color: white;
    border-bottom-color: rgba(255,255,255,0.3);
}

.idc-card-green p {
    color: rgba(255,255,255,0.95);
}

/* Form styles */
.form-table th {
    font-weight: 600;
    color: #333;
}

.form-table input[type="time"],
.form-table select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-table input[type="checkbox"] {
    margin-right: 8px;
}

/* Button styles */
.button-large {
    padding: 12px 24px !important;
    height: auto !important;
    font-size: 16px !important;
}

/* Test result area */
.idc-test-result {
    margin-top: 15px;
    padding: 15px;
    border-radius: 4px;
    display: none;
}

.idc-test-result.success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    display: block;
}

.idc-test-result.error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
}

.idc-test-result pre {
    background: rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 4px;
    overflow-x: auto;
    margin-top: 10px;
}

/* Support page styles */
.idc-support-wrap h1 {
    color: #00a86b;
    font-size: 32px;
}

.idc-support-container {
    max-width: 900px;
    margin: 20px auto;
}

.idc-support-hero {
    background: linear-gradient(135deg, #00a86b 0%, #00d084 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,168,107,0.3);
}

.idc-support-hero h2 {
    font-size: 36px;
    margin: 0 0 15px 0;
}

.idc-support-hero .large-text {
    font-size: 20px;
    margin: 15px 0;
}

.idc-support-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.idc-support-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.idc-support-card h3 {
    color: #00a86b;
    margin-top: 0;
    font-size: 22px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.idc-support-card ul {
    list-style: none;
    padding: 0;
}

.idc-support-card ul li {
    padding: 8px 0;
    font-size: 15px;
}

.idc-highlight {
    border: 3px solid #00a86b;
    box-shadow: 0 4px 16px rgba(0,168,107,0.2);
}

.support-method {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.support-method h4 {
    margin-top: 0;
    color: #333;
}

.support-email,
.support-address {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    padding: 12px;
    background: white;
    border: 2px dashed #00a86b;
    border-radius: 4px;
}

.support-email strong,
.support-address code {
    flex: 1;
    font-size: 16px;
    color: #00a86b;
    word-break: break-all;
}

.copy-btn {
    flex-shrink: 0;
}

.support-amount {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.amount-badge {
    display: inline-block;
    padding: 8px 16px;
    margin: 5px;
    background: #e8f5e9;
    color: #00a86b;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.idc-support-footer {
    background: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.hadith-quote {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #00a86b;
    border-radius: 4px;
}

.hadith-quote strong {
    color: #00a86b;
}

/* Responsive design */
@media (max-width: 768px) {
    .idc-container {
        grid-template-columns: 1fr;
    }
    
    .idc-support-cards {
        grid-template-columns: 1fr;
    }
    
    .idc-support-hero {
        padding: 25px;
    }
    
    .idc-support-hero h2 {
        font-size: 28px;
    }
}

/* Loading animation */
.idc-loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(0,168,107,0.3);
    border-radius: 50%;
    border-top-color: #00a86b;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Success message */
.notice.idc-notice {
    border-left-color: #00a86b;
}

.notice.idc-notice p {
    font-size: 14px;
}
