.elementor-1481 .elementor-element.elementor-element-53b5d94{--display:flex;}/* Start custom CSS for html, class: .elementor-element-92a1562 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.pro-container { max-width: 1100px; margin: 20px auto; font-family: 'Inter', sans-serif; }

/* Header & Translation */
.ca-header-section { display: flex; justify-content: space-between; align-items: center; background: #ffffff; padding: 25px 30px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 15px rgba(0,0,0,0.03); margin-bottom: 25px; flex-wrap: wrap; gap: 20px; }
.ca-title-area { display: flex; align-items: center; gap: 15px; }
.ca-icon { width: 50px; height: 50px; border-radius: 10px; display: flex; justify-content: center; align-items: center; font-size: 24px; }
.bg-light-blue { background: #eff6ff; } .text-blue { color: #2563eb; } .text-red { color: #ef4444; }
.ca-title-text h1 { margin: 0 0 5px 0; font-size: 24px; font-weight: 800; color: #0f172a; }
.ca-title-text p { margin: 0; font-size: 14px; color: #64748b; }

.lang-switch-box { display: flex; align-items: center; gap: 10px; }
.lang-label { font-size: 13px; font-weight: 600; color: #475569; }
.lang-toggle { display: flex; background: #f1f5f9; border-radius: 50px; padding: 4px; border: 1px solid #e2e8f0; }
.lang-btn { border: none; background: transparent; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 700; color: #64748b; cursor: pointer; transition: 0.3s; }
.lang-btn.active { background: #10b981; color: #ffffff; box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3); } 

/* News Category Filters */
.ca-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.ca-filter { background: #ffffff; border: 1px solid #cbd5e1; color: #475569; padding: 8px 20px; border-radius: 50px; font-weight: 600; font-size: 14px; cursor: pointer; transition: 0.2s; }
.ca-filter:hover { border-color: #3b82f6; color: #3b82f6; }
.ca-filter.active { background: #3b82f6; color: #ffffff; border-color: #3b82f6; }

/* News Grid */
.ca-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; margin-bottom: 30px; }
.ca-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; transition: 0.3s; box-shadow: 0 4px 10px rgba(0,0,0,0.02); display: flex; flex-direction: column; }
.ca-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.06); border-color: #cbd5e1; }
.ca-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.ca-tag { padding: 4px 10px; border-radius: 4px; font-size: 11px; font-weight: 800; color: white; text-transform: uppercase; }
.bg-orange { background: #f59e0b; }
.ca-headline { font-size: 18px; font-weight: 800; color: #0f172a; margin: 0 0 10px 0; line-height: 1.4; }
.ca-summary { font-size: 14px; color: #475569; line-height: 1.6; margin: 0 0 20px 0; flex-grow: 1; }
.ca-read-more { text-decoration: none; font-size: 13px; font-weight: 700; color: #2563eb; display: flex; align-items: center; gap: 5px; transition: 0.2s; margin-top: 15px; }
.ca-read-more:hover { color: #1d4ed8; gap: 8px; }

/* Section 2: Time Filters for PDFs */
.time-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
.time-filter { background: #f8fafc; border: 1px dashed #94a3b8; color: #475569; padding: 8px 18px; border-radius: 8px; font-weight: 600; font-size: 13px; cursor: pointer; transition: 0.2s; }
.time-filter:hover { border-color: #ef4444; color: #ef4444; }
.time-filter.active { background: #fef2f2; border: 1px solid #ef4444; color: #ef4444; }

/* PDF Grid */
.monthly-pdf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 15px; }
.pdf-card { display: flex; align-items: center; background: #ffffff; padding: 15px; border-radius: 10px; border: 1px solid #e2e8f0; transition: 0.3s; }
.pdf-card:hover { border-color: #ef4444; box-shadow: 0 5px 15px rgba(239,68,68,0.1); }
.pdf-icon { font-size: 28px; margin-right: 15px; }
.pdf-info { flex-grow: 1; }
.pdf-info h4 { margin: 0 0 5px 0; color: #1e293b; font-size: 15px; font-weight: 700; }
.pdf-info span { font-size: 12px; color: #64748b; font-weight: 600; }
.btn-pdf-download { background: #ef4444; color: white; text-decoration: none; padding: 8px 12px; border-radius: 6px; font-size: 12px; font-weight: 700; transition: 0.2s; }
.btn-pdf-download:hover { background: #dc2626; }

@media (max-width: 768px) { .ca-header-section { flex-direction: column; text-align: center; } .ca-title-area { flex-direction: column; } }/* End custom CSS */