@font-face { font-family: 'BeirutiCustom'; src: url('/Content/Beiruti-Regular.ttf') format('truetype'); }@font-face { font-family: 'Lalezar'; src: url('/Content/Lalezar-Regular.ttf') format('truetype'); }body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f4f4f9; margin: 0; padding: 0; direction: rtl; }.main-container { padding: 0 20px 40px 20px; max-width: 1400px; margin: 0 auto; }  .source-row { margin-bottom: 40px; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }  .source-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #002852; margin-bottom: 20px; padding-bottom: 10px; }  .source-name { font-family: 'Lalezar', Tahoma; font-size: 1.5em; color: #002852; margin: 0; }  .source-link { text-decoration: none; color: #666; font-size: 0.9em; }  .four-item-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }  @media (max-width: 1000px) { .four-item-grid { grid-template-columns: repeat(2, 1fr); } }  @media (max-width: 600px) { .four-item-grid { grid-template-columns: 1fr; } }.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 25px; list-style: none; padding: 0; margin: 0; }.news-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.2s; display: flex; flex-direction: column; position: relative; }.news-card:hover { transform: translateY(-5px); }.image-container { position: relative; width: 100%; height: 200px; }.image-container img { width: 100%; height: 100%; object-fit: cover;background:#eee; }.source-badge { position: absolute; top: 10px; right: 10px; background: rgba(0, 0, 0, 0.7); color: white; padding: 5px 10px; border-radius: 4px; font-size: 0.8em; font-weight: bold; z-index: 10; }.news-content { padding: 15px; text-align: right; }.news-content h3 { margin: 0 0 5px; font-size: 1.1em; color: #333;font-weight: 500; line-height: 1.2; font-family: 'Lalezar', Tahoma; text-align: justify;}.news-content a { text-decoration: none; color: #002852; }.news-content p { color: #666; font-size: 0.85em; line-height: 1.5; margin: 0; text-align: justify; }.news-date { color: #999; font-size: 0.75em; margin-bottom: 8px; display: block; text-align: left; }@media (max-width: 800px) {  .news-grid { grid-template-columns: 1fr; gap: 15px; }}.site-header { background: #002852; color: white; padding: 15px 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 15px; }.header-content { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; }.site-header h1 { display: flex;align-items: center;font-size: 2.5em; margin: 0; font-family: 'BeirutiCustom', Tahoma; }.site-header h1 a { text-decoration: none; color: white; }@media (max-width: 800px) {  .site-header h1 { font-size: 1.8em; }}  .nav-bar {  display: flex; flex-direction: row; justify-content: center; gap: 30px; direction: rtl; }  .nav-bar ul { display: flex; flex-direction: row; list-style-type: none; margin: 0; padding: 0; gap: 30px; }  .nav-bar li { list-style: none; padding: 0; margin: 0; }  .nav-link {display:flex;align-items: center; color: white; text-decoration: none; font-family: 'BeirutiCustom', sans-serif; font-size: 1.2em; transition: color 0.2s; white-space: nowrap; }  .nav-link:hover { color: #ffca28; }  .nav-icon { width: 20px; height: 20px; margin-left: 8px; vertical-align: middle; }  .logo {  height: 3rem; margin-left: 10px; vertical-align: middle; }  .site-title { display: block; font-size: 0.7em; margin-left: 10px; vertical-align: middle; }  .subtitle { display: block;font-size: 0.4em; margin-left: 10px; vertical-align: middle;color: #eee; }.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 40px; list-style: none; padding: 0; }.pagination a { padding: 8px 16px; border: 1px solid #002852; color: #002852; text-decoration: none; border-radius: 4px; font-family: 'BeirutiCustom', Tahoma; }.pagination a.active { background: #002852; color: white; }  .post-layout-container { display: flex; gap: 30px; flex-wrap: wrap; }  .main-column { flex: 1 1 65%; min-width: 300px; }  .side-column { flex: 1 1 30%; min-width: 300px; }  .side-news-item { display: flex; gap: 10px;align-items: center; margin-bottom: 15px; background: #fff; padding: 10px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }  .side-news-img { width: 80px; height: 60px; object-fit: cover; border-radius: 4px; }  .side-news-text h3 { font-size: 0.95em; margin: 0; line-height: 1.4; font-family: 'Lalezar', Tahoma; }  @media (max-width: 992px) { .main-column, .side-column { flex: 1 1 100%; } }.post-container { max-width: 800px; margin: 20px auto; background: white; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }.post-image { width: 100%; border-radius: 8px; margin-bottom:5px; }.post-title { font-size: 1.8em; color: #333; margin-bottom: 10px; }.post-desc { line-height: 1.8; color: #555; font-size: 1.1em; text-align: justify; }.share-buttons { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: end;}.share-btn { padding: 10px;min-width: 25%; border-radius: 5px; text-decoration: none; color: white; font-weight: bold; font-size: 0.9em;display: flex;justify-content: center;align-items: center; }.wa { background-color: #25D366; } .tw { background-color: #1DA1F2; } .fb { background-color: #4267B2; }.external-link { display: inline-block; margin-top: 20px; padding: 12px 25px; background: #002852; color: white; text-decoration: none; border-radius: 5px; }  .post-date-time { margin:5px 0; color: #666; font-size: 0.95em; display: flex; gap: 15px;justify-content: start; }  .post-date-time span { display: flex; align-items: center; gap: 5px; }  .post-date-time span a { text-decoration: none; color: #666;}@media (max-width: 800px) {  .post-container { margin: 10px; padding: 15px; }}  .section-title {border-bottom: 2px solid #002852; padding-bottom: 10px; font-family: Lalezar;}