﻿/**
Theme Name: MediaFeeds
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! Itâ€™s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. Itâ€™s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.18
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.9
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

/* External feed list */
.external-feed {
	display: grid;
	gap: 0.9rem;
	padding: 0;
	margin: 0;
}

.external-feed .feed-item {
	border-bottom: 1px solid #e3e7ed;
	padding-bottom: 0.6rem;
}

.external-feed .feed-item:last-child {
	border-bottom: none;
}

.external-feed .feed-item a {
	font-weight: 600;
	text-decoration: none;
	color: #1b4b8a;
}

.external-feed .feed-item a:hover {
	text-decoration: underline;
}

.external-feed .feed-item .meta {
	font-size: 0.85rem;
	color: #556066;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.25rem;
}
.ttw-plain-header {
	background: #f7f7f7;
	color: #cc0000;
}
.ttw-plain-header__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 18px;
}
.ttw-plain-header__navwrap {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
}
.ttw-plain-header__logo {
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
}
.ttw-plain-header__logo img {
	width: 230px;
	height: 98px;
	display: block;
}
.ttw-plain-header__link,
.ttw-plain-header__action {
	color: #cc0000;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.ttw-plain-header__link:hover,
.ttw-plain-header__link:focus-visible,
.ttw-plain-header__action:hover,
.ttw-plain-header__action:focus-visible {
	color: #b00000;
	outline: none;
}
.ttw-plain-header__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #cc0000;
	color: #fff;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	padding: 6px;
}
.ttw-plain-header__icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.ttw-plain-header__share-icon {
	width: 18px;
	height: 18px;
	fill: #cc0000;
}
@media (max-width: 768px) {
	.ttw-plain-header__container {
		padding: 12px 14px;
	}
	.ttw-plain-header__navwrap {
		gap: 16px;
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.ttw-plain-header__logo img {
		width: 230px;
		height: 98px;
	}
	.latest-news__list {
		grid-template-columns: 1fr;
	}
	.latest-news__item {
		grid-template-columns: 90px 1fr;
	}
	.latest-news__title {
		font-size: 26px;
	}
	.latest-news__filter-drawer {
		width: 280px;
	}
}
.ttw-footer {
	padding: 28px 16px 36px;
	text-align: center;
	color: #222;
	font-size: 15px;
	line-height: 1.6;
}
.ttw-footer__line {
	max-width: 1160px;
	height: 6px;
	background: #222;
	margin: 0 auto 20px;
}
.ttw-footer__links {
	display: block;
	margin-bottom: 10px;
}
.ttw-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.ttw-footer__menu li {
	display: inline-flex;
	align-items: center;
}
.ttw-footer__menu li + li::before {
	content: "";
	width: 1px;
	height: 18px;
	background: #222;
	display: inline-block;
	margin: 0 12px;
}
.ttw-footer__links a {
	color: #222;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
}
.ttw-footer__links a:hover,
.ttw-footer__links a:focus-visible {
	text-decoration: underline;
	outline: none;
}
.ttw-footer__divider {
	width: 1px;
	height: 18px;
	background: #222;
	display: inline-block;
}
.ttw-footer__copyright {
	font-size: 15px;
	font-weight: 500;
}
.latest-news-page {
	padding: 24px 16px 48px;
}
.latest-news__header {
	max-width: 1100px;
	margin: 0 auto 18px;
}
.latest-news__title {
	font-size: 32px;
	font-weight: 800;
	margin: 0 0 8px;
	color: #1e1e1e;
}
.latest-news__toolbar {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.latest-news__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	background: #4f4f4f;
	border-radius: 999px;
	padding: 6px 32px 6px 32px;
	font-weight: 700;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
	position: relative;
	min-width: 140px;
}
.latest-news__toggle .toggle-dot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: 10px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease, background 0.2s ease;
}
.latest-news__toggle.is-off {
	background: #adadad;
	color: #fff;
}
.latest-news__toggle.is-off .toggle-dot {
	background: #f5f5f5;
	right: auto;
	left: 10px;
}
.latest-news__palette {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.latest-news__palette span {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	position: relative;
}
.latest-news__palette span::after {
	content: attr(data-label);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 140%;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease;
}
.latest-news__palette span:hover::after {
	opacity: 1;
}
.latest-news__filter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #333;
}
.latest-news__filter .filter-icon {
	font-size: 18px;
}
.latest-news__palette {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: none;
	background: none;
	padding: 6px 8px;
	cursor: pointer;
}
.latest-news__palette span {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 2px;
}
.latest-news__open-filter {
	cursor: pointer;
	background: none;
	border: none;
}
.latest-news__list {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
}
.latest-news__item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 12px;
	align-items: start;
	border-bottom: 1px solid #ececec;
	padding-bottom: 14px;
}
.latest-news__thumb {
	width: 120px;
	height: 80px;
	background: #f1f1f1;
	border-radius: 6px;
	overflow: hidden;
}
.latest-news__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.latest-news__thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #d8d8d8, #bcbcbc);
}
.latest-news__body {
	display: grid;
	gap: 6px;
}
.latest-news__meta .date {
	font-size: 12px;
	color: #c0392b;
	font-weight: 700;
}
.latest-news__headline {
	font-size: 16px;
	line-height: 1.35;
	margin: 0;
	font-weight: 800;
}
.latest-news__headline a {
	color: #222;
	text-decoration: none;
}
.latest-news__headline a:hover {
	text-decoration: underline;
}
.latest-news__byline {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #6b6b6b;
	font-size: 13px;
}
.latest-news__byline .sep {
	color: #b0b0b0;
}
.latest-news__pagination {
	max-width: 1100px;
	margin: 20px auto 0;
	text-align: center;
}
.latest-news__pagination .page-numbers {
	display: inline-block;
	padding: 8px 12px;
	margin: 0 4px;
	background: #f2f2f2;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
}
.latest-news__pagination .current {
	background: #c0392b;
	color: #fff;
}
.latest-news__pagination .page-numbers:hover {
	background: #d6d6d6;
}
.latest-news__feed-grid .feed-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 50vw;
	row-gap: 32px;
	max-width: none;
	width: 100%;
	margin: 0 auto;
}
.latest-news__feed-grid .feed-card {
	display: grid;
	grid-template-columns: 96px 1fr;
	grid-template-rows: auto auto;
	column-gap: 12px;
	row-gap: 6px;
	align-items: start;
	border: none;
	box-shadow: none;
	padding: 12px 0;
	border-bottom: 1px solid #e6e6e6;
	background: transparent;
}
.latest-news__feed-grid .feed-card .thumb {
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}
.latest-news__feed-grid .feed-card img {
	height: 72px;
	width: 96px;
	object-fit: cover;
	display: block;
}
.latest-news__feed-grid .meta-row {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 2px;
	font-size: 13px;
	color: #c0392b;
	font-weight: 700;
	grid-column: 2 / 3;
	grid-row: 1;
}
.latest-news__feed-grid .title {
	margin: 0 0 4px;
	font-size: 16px;
	line-height: 1.35;
	grid-column: 2 / 3;
	grid-row: 2;
}
.latest-news__feed-grid .title a {
	color: #111;
	text-decoration: none;
	font-weight: 800;
}
.latest-news__feed-grid .title a:hover {
	text-decoration: underline;
}
.latest-news__feed-grid .source {
	font-size: 13px;
	color: #6b6b6b;
	display: inline-block;
	grid-column: 2 / 3;
}
.latest-news__feed-grid .feed-card .meta-row + .title {
	margin-top: 0;
}
.latest-news__feed-grid .feed-card .meta-row,
.latest-news__feed-grid .feed-card .source {
	line-height: 1.3;
}
.latest-news__feed-grid .feed-card.is-hidden {
	display: none;
}
.latest-news__show-more {
	display: block;
	margin: 24px auto 0;
	padding: 12px 24px;
	font-weight: 700;
	background: #d50000;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease;
}
.latest-news__show-more:hover,
.latest-news__show-more:focus-visible {
	background: #b40000;
	outline: none;
}
.latest-news__legend {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 8px 16px;
	margin: 10px 0 4px;
	font-size: 14px;
	color: #333;
}
.latest-news__legend .legend-row {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}
.latest-news__legend .dot {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	display: inline-block;
}
.latest-news__filter-panel {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}
.latest-news__filter-panel.is-open {
	display: block;
}
.latest-news__filter-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.35);
}
.latest-news__filter-drawer {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	max-width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: -4px 0 16px rgba(0,0,0,0.2);
	padding: 36px 14px 16px;
	display: grid;
	grid-template-rows: auto auto auto 1fr auto;
	gap: 12px;
	border-left: 1px solid #e6e6e6;
	overflow-y: auto;
}
.latest-news__filter-head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.latest-news__filter-close {
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	color: #000;
	font-weight: 700;
}
.filter-icon-group {
	font-size: 20px;
}
.filter-note {
	font-size: 14px;
	color: #333;
	margin: 0;
}
.filter-deselect a {
	font-weight: 700;
	color: #000;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 4px;
}
.filter-list {
	display: grid;
	gap: 8px;
	align-content: start;
}
.filter-row {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	color: #222;
}
.filter-row .dot {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	display: inline-block;
}
.latest-news__apply {
	background: #d50000;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 12px;
	font-weight: 800;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
.ttw-plain-header__menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.ttw-plain-header__menu li {
	margin: 0;
	padding: 0;
}
.latest-news__feed-grid .feed-card .title a {
	color: #111;
	text-decoration: none;
	font-weight: 800;
}
.home-three-col-page {
	padding: 32px 48px 56px;
	background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 70%);
}
.home-three-col {
	display: grid;
	grid-template-columns: 320px minmax(600px, 1fr) 320px;
	column-gap: 32px;
	row-gap: 28px;
	max-width: 1720px;
	margin: 0 auto;
	align-items: start;
	justify-content: center;
	justify-items: start;
}
.home-three-col-wrapper {
	display: grid;
	grid-template-rows: auto auto;
	justify-content: center;
}
.home-show-more-row {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}
.home-col {
	background: #fff;
	border: 1px solid #e9eef5;
	border-radius: 14px;
	padding: 16px;
	box-shadow: 0 14px 36px rgba(16, 42, 87, 0.06);
}
.home-section-title {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 12px;
	color: #1e1e1e;
}
.home-feed-block .feed-grid {
	width: 100%;
	gap: 16px;
}
.home-col--left {
	max-width: 320px;
	width: 100%;
	justify-self: start;
}
.home-col--right {
	max-width: 320px;
	width: 100%;
	justify-self: end;
}
.home-col--hero {
	width: 100%;
	max-width: 980px;
}
.home-hero-list {
	margin-top: 18px;
}
.home-hero-list .feed-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}
.home-hero-list .feed-card.is-collapsed {
	display: none;
}
.home-hero-list .feed-card {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 12px;
	align-items: center;
	padding: 12px;
	border-radius: 12px;
	border: 1px solid #e8ebf2;
	box-shadow: 0 8px 20px rgba(0,0,0,0.06);
	background: #fff;
}
.home-hero-list .feed-card .thumb {
	margin: 0;
	width: 110px;
	height: 82px;
	border-radius: 10px;
	overflow: hidden;
}
.home-hero-list .feed-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-hero-list .feed-card .meta-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 6px;
	font-size: 13px;
	color: #d70032;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.home-hero-list .feed-card .meta-row .source {
	color: #777;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}
.home-hero-list .feed-card .title {
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 800;
	color: #111;
}
.home-hero-list .feed-card .title a {
	color: inherit;
	text-decoration: none;
}
.home-hero-list .feed-card .title a:hover {
	text-decoration: underline;
}
.home-hero-list .feed-card .excerpt {
	display: none;
}
.home-col--feed .feed-card.is-collapsed,
.home-hero-list .feed-card.is-collapsed {
	display: none;
}
.home-hero-show-more {
	margin: 12px auto 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid #d7292f;
	background: #d7292f;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(215, 41, 47, 0.18);
	transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}
.home-hero-show-more:hover,
.home-hero-show-more:focus-visible {
	background: #b71f25;
	outline: none;
	box-shadow: 0 12px 24px rgba(183, 31, 37, 0.24);
}
.home-hero-show-more:active {
	transform: translateY(1px);
}
.home-show-more-global {
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	border: 1px solid #d7292f;
	background: #d7292f;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(215, 41, 47, 0.18);
	transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}
.home-show-more-global:hover,
.home-show-more-global:focus-visible {
	background: #b71f25;
	outline: none;
	box-shadow: 0 14px 30px rgba(183, 31, 37, 0.24);
}
.home-show-more-global:active {
	transform: translateY(1px);
}
.press-releases {
	padding: 32px 16px 60px;
}
.press-releases__inner {
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	gap: 16px;
}
.press-releases__title {
	margin: 0 0 6px;
	font-size: 26px;
	font-weight: 800;
	color: #1e1e1e;
	text-align: center;
}
.press-releases__list {
	display: grid;
	gap: 12px;
}
.press-releases__item {
	padding: 14px 16px;
	border: 1px solid #e9eef5;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.04);
	background: #fff;
}
.press-releases__meta {
	font-size: 12px;
	font-weight: 700;
	color: #d7292f;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.press-releases__headline {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 800;
}
.press-releases__headline a {
	color: #111;
	text-decoration: none;
}
.press-releases__headline a:hover {
	text-decoration: underline;
}
.press-releases__excerpt {
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}
.press-releases__empty {
	margin: 0;
	text-align: center;
	color: #555;
	font-weight: 600;
}
.press-feed-grid {
	margin-top: 10px;
}
.press-feed-grid .feed-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}
.press-feed-grid .feed-card {
	display: block;
	padding: 0;
	border: 1px solid #e9eef5;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.07);
	background: #fff;
	overflow: hidden;
}
.press-feed-grid .feed-card.is-collapsed {
	display: none;
}
.press-feed-grid .feed-card .thumb {
	margin: 0;
	height: 170px;
	overflow: hidden;
}
.press-feed-grid .feed-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.press-feed-grid .feed-card .meta-row {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 8px 10px 4px;
	font-size: 12px;
	font-weight: 700;
	color: #d7292f;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.press-feed-grid .feed-card .source {
	color: #777;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}
.press-feed-grid .feed-card .title {
	margin: 0 10px 12px;
	font-size: 15px;
	line-height: 1.38;
	font-weight: 800;
}
.press-feed-grid .feed-card .title a {
	color: #111;
	text-decoration: none;
}
.press-feed-grid .feed-card .title a:hover {
	text-decoration: underline;
}
.press-feed-grid .feed-card .excerpt {
	display: none;
}
.press-releases__actions {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}
.press-show-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	border: 1px solid #d7292f;
	background: #d7292f;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(215, 41, 47, 0.18);
	transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}
.press-show-more:hover,
.press-show-more:focus-visible {
	background: #b71f25;
	outline: none;
	box-shadow: 0 12px 24px rgba(183, 31, 37, 0.24);
}
.press-show-more:active {
	transform: translateY(1px);
}
.home-hero-slider {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0 16px 42px rgba(0,0,0,0.14);
	background: #0d0d0d;
}
.home-hero-slider .feed-grid {
	position: relative;
	display: block;
	height: 420px;
	cursor: grab;
}
.home-hero-slider .feed-grid.is-dragging {
	cursor: grabbing;
}
.home-hero-slider .feed-card {
	position: absolute;
	inset: 0;
	margin: 0;
	border: none;
	border-radius: 14px;
	overflow: hidden;
	padding: 0;
	box-shadow: none;
	background: #0d0d0d;
	opacity: 0;
	transition: opacity 0.5s ease;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	cursor: grab;
}
.home-hero-slider .feed-card.is-active {
	opacity: 1;
	z-index: 1;
}
.home-hero-slider .feed-card .thumb {
	grid-area: 1 / 1 / 2 / 2;
	height: 100%;
	width: 100%;
	margin: 0;
}
.home-hero-slider .feed-card .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-hero-slider .feed-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-hero-slider .feed-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.32) 55%, rgba(0,0,0,0.55) 100%);
}
.home-hero-slider .feed-card .meta-row,
.home-hero-slider .feed-card .source {
	position: absolute;
	left: 20px;
	right: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	top: 14px;
	opacity: 1;
	visibility: visible;
}
.feed-card .excerpt {
	display: none;
}
.home-hero-slider .feed-card .source {
	position: relative;
	top: auto;
	bottom: auto;
	display: inline-flex;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-shadow: none;
}
.home-hero-slider .feed-card .title {
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 140px;
	margin: 0;
	font-size: 26px;
	line-height: 1.28;
	font-weight: 800;
	color: #fff;
	z-index: 2;
	text-shadow: 0 4px 18px rgba(0,0,0,0.45);
	opacity: 1;
	visibility: visible;
	text-align: center;
}
.home-hero-slider .feed-card .title a {
	color: inherit;
	text-decoration: none;
}
.home-hero-slider .feed-card:hover .title a,
.home-hero-slider .feed-card:focus-visible .title a {
	text-decoration: underline;
}
.home-hero-slider .feed-card .title a:hover {
	text-decoration: underline;
}
.home-hero-slider .feed-card .excerpt {
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 48px;
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	color: #f5f5f5;
	z-index: 2;
	text-shadow: 0 3px 12px rgba(0,0,0,0.5);
	display: block;
	text-align: center;
}
.home-hero-slider .feed-card:hover .excerpt,
.home-hero-slider .feed-card:focus-visible .excerpt {
	text-decoration: underline;
}
.home-hero-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	z-index: 3;
}
.home-hero-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
	padding: 0;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.2s ease, transform 0.2s ease;
	outline: none;
}
.home-hero-dot.is-active {
	background: #fff;
	opacity: 1;
	transform: scale(1.05);
}
.home-hero-dot.is-clicked {
	outline: none;
}
.home-hero-dot:focus,
.home-hero-dot:focus-visible {
	outline: none;
	box-shadow: none;
}
.home-hero-dot::-moz-focus-inner {
	border: 0;
}
.home-feed-slider {
	overflow: hidden;
	padding: 12px 6px 6px;
	margin: 0;
}
.home-col--slider {
	padding: 18px 14px 16px;
	margin-left: -10px;
}
.home-feed-slider .feed-grid {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
}
.home-feed-slider .feed-card {
	flex: 0 0 210px;
	max-width: 210px;
	min-width: 210px;
	height: 320px;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: none;
	box-shadow: 0 14px 36px rgba(0,0,0,0.12);
	background: #111;
	display: block;
	padding: 0;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-feed-slider .feed-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 38px rgba(0,0,0,0.12);
}
.home-feed-slider .feed-card .thumb {
	display: block;
	margin: 0;
	height: 100%;
	width: 100%;
	background: #0d0d0d;
}
.home-feed-slider .feed-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-feed-slider .feed-card .thumb:empty {
	background: linear-gradient(135deg, #202020, #111);
}
.home-feed-slider .feed-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.78) 100%);
	pointer-events: none;
}
.home-feed-slider .feed-card .meta-row,
.home-feed-slider .feed-card .source {
	display: none;
}
.home-feed-slider .feed-card .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 16px 16px 18px;
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 800;
	z-index: 2;
}
.home-feed-slider .feed-card .title a {
	color: #fff;
	text-decoration: none;
	font-weight: 800;
}
.home-feed-slider .feed-card .title a:hover {
	text-decoration: underline;
}
.home-col--ads {
	display: grid;
	gap: 18px;
}
.home-ad--inline {
	margin-top: 10px;
}
.home-col--feed {
	display: flex;
	flex-direction: column;
}
.home-col--feed .home-feed-block {
	flex: 1;
	display: flex;
}
.home-col--feed .feed-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	height: 100%;
	align-content: space-between;
}
.home-col--feed .feed-card {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 10px;
	align-items: start;
	border: none;
	border-bottom: 1px solid #e7ecf2;
	padding-bottom: 12px;
	box-shadow: none;
	background: transparent;
}
.home-col--feed .feed-card:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.home-col--feed .feed-card .thumb {
	width: 88px;
	height: 64px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
}
.home-col--feed .feed-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-col--feed .feed-card .meta-row {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: nowrap;
	font-size: 11px;
	color: #b12a2f;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0 0 2px;
	grid-column: 2 / 3;
	line-height: 1.2;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
}
.home-col--feed .feed-card .meta-row .date {
	flex: 0 0 auto;
}
.home-col--feed .feed-card .source {
	font-size: 11px;
	color: #6b6b6b;
	display: inline-block;
	grid-column: 2 / 3;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-col--feed .feed-card .title {
	font-size: 13px;
	line-height: 1.4;
	margin: 2px 0 2px;
	word-break: break-word;
	overflow-wrap: anywhere;
	hyphens: auto;
	grid-column: 2 / 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 2.8em;
	overflow: hidden;
}
.home-col--feed .feed-card .title a {
	color: #111;
	font-weight: 800;
	text-decoration: none;
}
.home-col--feed .feed-card .title a:hover {
	text-decoration: underline;
}
.home-col--right {
	position: sticky;
	top: 18px;
	align-self: start;
}
.home-ad {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: linear-gradient(135deg, #f9fbff 0%, #f3f6fb 100%);
	padding: 14px 12px;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 10px 24px rgba(17,42,87,0.08);
}
.home-ad--inline {
	margin-top: 0;
}
.home-ad-placeholder {
	display: block;
	min-height: 140px;
	padding: 28px 12px;
	font-weight: 700;
	color: #2c3a4d;
	background: repeating-linear-gradient(
		45deg,
		#fdfdff,
		#fdfdff 12px,
		#edf2fb 12px,
		#edf2fb 24px
	);
	border-radius: 10px;
	border: 1px dashed #c8d5e4;
}
@media (max-width: 1024px) {
	.home-three-col-page {
		padding: 22px 14px 40px;
	}
	.home-three-col {
		grid-template-columns: 1fr;
	}
	.home-col {
		box-shadow: none;
		border: 1px solid #e7ecf2;
	}
	.home-col--slider {
		margin-left: 0;
	}
}
