/* ========================================
   GUIDES PAGES - CUSTOM STYLES
   ======================================== */

/* ========== Utility Classes ========== */
.hover-shadow {
    transition: box-shadow 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.transition {
    transition: all 0.3s ease;
}

/* ========== Guide Content ========== */
.guide-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.guide-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.guide-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.guide-content p {
    margin-bottom: 1.25rem;
}

.guide-content ul,
.guide-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.guide-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.guide-content blockquote {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin: 1.5rem 0;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* ========== Guide Meta ========== */
.guide-meta {
    color: #6c757d;
    font-size: 0.95rem;
}

/* ========== Featured Image ========== */
.featured-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 2rem;
}

/* ========== Breadcrumb ========== */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1rem;
}

/* ========== RTL Support ========== */
[dir="rtl"] .guide-content ul,
[dir="rtl"] .guide-content ol {
    padding-left: 0;
    padding-right: 1.5rem;
}

[dir="rtl"] .guide-content blockquote {
    border-left: none;
    border-right: 4px solid #0d6efd;
    padding-left: 0;
    padding-right: 1rem;
}
