/* Fatwa Q&A Plugin Styles */
.fatwa-qa-list {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.fatwa-qa-item,
.fatwa-qa-single-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.fatwa-qa-header {
    background: #ebf0ed;
    padding: 15px;
    margin: -20px -20px 20px -20px;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.fatwa-qa-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.fatwa-qa-single-item .fatwa-qa-title {
    font-size: 18px;
    display: flex;
  gap: 5px;
}

.fatwa-qa-title a {
    color: #008c41;
    text-decoration: none;
}

.fatwa-qa-title a:hover {
    text-decoration: underline;
    text-decoration: none;
}

.question-id {
    margin: 0;
    font-size: 14px;
    color: #666;
    background: #fff;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline-block;
}

.section-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
      text-decoration: none;
}

.fatwa-qa-single-item .section-title {
    font-size: 20px;
}

.question-content {
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 15px;
    background: #ebf0ed;
    border-left: 4px solid #008c41;
    border-radius: 0 4px 4px 0;
    white-space: pre-line;
}

.answer-section {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.answer-id {
    background: #ebf0ed;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #666;
    border-left: 4px solid #008c41;
    border-radius: 0 4px 4px 0;
}

.answer-content {
    line-height: 1.6;
    margin-bottom: 15px;
    white-space: pre-line;
}

.answer-content p {
    margin-bottom: 15px;
}

.answer-content ul,
.answer-content ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.answer-content li {
    margin-bottom: 8px;
}

.fatwa-reference {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
    background: #ebf0ed;
    padding: 10px;
    border-radius: 4px;
}

.author-info {
    background: #ebf0ed;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.author-info p {
    margin: 5px 0;
}

.author-info strong {
    color: #008c41;
    font-size: 16px;
}

/* WordPress navigation styles */
.post-navigation {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-previous,
.nav-next {
    flex: 1;
    max-width: 48%;
}

.nav-next {
    text-align: right;
}

.nav-links a {
    display: block;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

.nav-links a:hover {
    background: #e0e0e0;
}

.meta-nav {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-title {
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

/* Archive page styles */
.archive .fatwa-qa-item {
    margin-bottom: 30px;
}

.archive .fatwa-qa-title {
    font-size: 20px;
}

/* Layout */
.fatwa-qa-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: auto;
    margin: 0 auto;
    padding: 0px;
}

.fatwa-main-content {
    flex: 1;
    min-width: 0;
    width: calc(70% - 15px);
}

.fatwa-sidebar {
    width: calc(30% - 15px);
}

.fatwa-widget {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.fatwa-widget .widget-title {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #008c41;
    font-size: 18px;
    color: #333;
}

.fatwa-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fatwa-widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.fatwa-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}

.fatwa-widget ul li a {
    color: #008c41;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

.fatwa-widget ul li a:hover {
    color: #000000;
}

.fatwa-widget .search-form {
    display: flex;
    gap: 10px;
}

.fatwa-widget .search-field {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 200px;
}

.fatwa-widget .search-submit {
    padding: 8px 15px;
    background: #008c41;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.fatwa-widget .search-submit:hover {
    background: #000000;
}

/* Fatwa Category Archive List */
.fatwa-category-archive-list {
    max-width: 900px;
    margin: 0 auto 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.fatwa-category-archive-list .category-title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #008c41;
    text-align: center;
}
.fatwa-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fatwa-category-list-item {
    padding: 18px 15px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fatwa-category-list-item:last-child {
    border-bottom: none;
}
.fatwa-archive-title {
    font-size: 1.15rem;
    color: #008c41;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s;
}
.fatwa-archive-title:hover {
    color: #000000;
    text-decoration: underline;
}
.fatwa-archive-meta {
    font-size: 0.97rem;
    color: #666;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.fatwa-archive-date,
.fatwa-archive-qid {
    background: #ebf0ed;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 0.95em;
}
.fatwa-archive-pagination {
    margin-top: 30px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-matters-list {
        padding: 10px;
    }
    
    .social-matter-item,
    .social-matter-single-item {
        padding: 15px;
    }
    
    .social-matter-header {
        padding: 10px;
        margin: -15px -15px 15px -15px;
    }
    
    .section-title {
        font-size: 16px;
    }
    
    .social-matter-single-item .section-title {
        font-size: 18px;
    }
    
    .social-matter-title {
        font-size: 14px;
    }
    
    .social-matter-single-item .social-matter-title {
        font-size: 16px;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-previous,
    .nav-next {
        max-width: 100%;
        text-align: center;
    }
    
    .fatwa-qa-layout {
        flex-direction: column;
    }
    
    .fatwa-main-content,
    .fatwa-sidebar {
        width: 100%;
    }
    
    .fatwa-widget {
        padding: 15px;
    }
    .title-section {
    text-align: left;
    margin: 40px 0px;
    padding: 30px;
    background: #008c41;
    border-radius: 10px;
}
}

@media (max-width: 480px) {
    .social-matters-list {
        padding: 5px;
    }
    
    .social-matter-item,
    .social-matter-single-item {
        padding: 10px;
    }
    
    .social-matter-header {
        padding: 8px;
        margin: -10px -10px 10px -10px;
    }
    
    .question-content {
        padding: 10px;
    }
    
    .answer-id {
        padding: 8px 12px;
    }
    
    .author-info {
        padding: 12px;
    }
    .title-section {
    text-align: left;
    margin: 20px 0px;
    padding: 20px;
    background: #008c41;
    border-radius: 10px;
}
}
.fatwa-qa-title.heading-top {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  color:#fff;
}

    .title-section {
    text-align: left;
    margin: 40px 0px;
    padding: 30px;
    background: #008c41;
    border-radius: 10px;
}
/* Print styles */
@media print {
    .social-matter-item,
    .social-matter-single-item {
        box-shadow: none;
        border: 1px solid #000;
    }
    
    .social-matter-header {
        background: #ebf0ed !important;
        -webkit-print-color-adjust: exact;
    }
    
    .nav-links {
        display: none;
    }
}
