/* ============================================================
   Page Styles — extracted from page.php inline CSS
   ============================================================ */
.page-content {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.page-header {
    margin-bottom: 30px;
    text-align: center;
}

.page-title {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.page-featured-image {
    margin: 20px 0;
}

.page-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.page-entry-content {
    line-height: 1.8;
    font-size: 16px;
}

.page-entry-content h1,
.page-entry-content h2,
.page-entry-content h3,
.page-entry-content h4,
.page-entry-content h5,
.page-entry-content h6 {
    color: #2c3e50;
    margin: 30px 0 15px;
}

.page-entry-content h2 {
    font-size: 24px;
    border-bottom: 2px solid #e74c3c;
    padding-bottom: 8px;
}

.page-entry-content h3 {
    font-size: 20px;
}

.page-entry-content p {
    margin-bottom: 20px;
}

.page-entry-content ul,
.page-entry-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

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

.page-entry-content blockquote {
    background: #f8f9fa;
    border-left: 4px solid #e74c3c;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
}

.page-entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
}

.page-entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.page-entry-content th,
.page-entry-content td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.page-entry-content th {
    background: #f8f9fa;
    font-weight: bold;
}

.page-links {
    margin: 30px 0;
    text-align: center;
}

.page-links a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    background: #e74c3c;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.page-links a:hover {
    background: #c0392b;
}

.page-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.edit-link a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.edit-link a:hover {
    color: #e74c3c;
}

/* RTL Support */
.rtl .page-entry-content {
    text-align: right;
}

.rtl .page-entry-content ul,
.rtl .page-entry-content ol {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .page-entry-content blockquote {
    border-left: none;
    border-right: 4px solid #e74c3c;
}

.rtl .page-entry-content th,
.rtl .page-entry-content td {
    text-align: right;
}

/* Responsive */
@media (max-width: 768px) {
    .page-content {
        padding: 20px;
        margin: 0 10px 20px;
    }

    .page-title {
        font-size: 24px;
    }

    .page-entry-content {
        font-size: 15px;
    }

    .page-entry-content h2 {
        font-size: 20px;
    }

    .page-entry-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .page-content {
        padding: 15px;
    }

    .page-title {
        font-size: 20px;
    }

    .page-entry-content {
        font-size: 14px;
    }
}
