/*!
Theme Name: Dailymedianews
Theme URI: http://underscores.me/
Author: mayank patel
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dailymedianews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dailymedianews 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.io/normalize.css/
*/

:root {
	--daily-logo-blue: #0b4f6c;
	--daily-logo-blue-dark: #082d5c;
	--daily-logo-red: #d71920;
	--daily-logo-red-dark: #a70f17;
	--daily-logo-ink: #17212b;
	--daily-logo-soft: #f3f8fb;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.daily-header {
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	position: sticky;
	top: 0;
	z-index: 1100;
}

.daily-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1320px;
	min-height: 58px;
	padding: 0 24px;
}

.daily-header__brand {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	min-width: 180px;
}

.daily-header__brand-link {
	align-items: center;
	color: #252525;
	display: inline-flex;
	position: relative;
	text-decoration: none;
}

.daily-header__brand .custom-logo-link {
	align-items: center;
	display: inline-flex;
}

.daily-header__brand .custom-logo {
	display: block;
	height: auto;
	max-height: 48px;
	max-width: 210px;
	width: auto;
}

.daily-header__sun {
	background: var(--daily-logo-red);
	border-radius: 50%;
	box-shadow:
		0 -10px 0 -5px var(--daily-logo-red),
		7px -7px 0 -5px var(--daily-logo-red),
		10px 0 0 -5px var(--daily-logo-red),
		7px 7px 0 -5px var(--daily-logo-red),
		0 10px 0 -5px var(--daily-logo-red),
		-7px 7px 0 -5px var(--daily-logo-red),
		-10px 0 0 -5px var(--daily-logo-red),
		-7px -7px 0 -5px var(--daily-logo-red);
	display: block;
	height: 14px;
	left: 58px;
	position: absolute;
	top: -13px;
	width: 14px;
}

.daily-header__title {
	color: var(--daily-logo-blue-dark);
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.daily-header__nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-end;
	width: auto;
}

.daily-header .daily-header__menu {
	align-items: center;
	display: flex;
	gap: 0;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.daily-header__item {
	align-items: center;
	display: flex;
	position: relative;
}

.daily-header__item + .daily-header__item {
	border-left: 1px solid #eeeeee;
}

.daily-header__item a {
	align-items: center;
	color: var(--daily-logo-ink);
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	line-height: 1;
	min-height: 58px;
	padding: 0 18px;
	text-decoration: none;
	white-space: nowrap;
}

.daily-header__item a:hover,
.daily-header__item a:focus {
	color: var(--daily-logo-red);
	outline: none;
}

.daily-header__item svg {
	color: currentColor;
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
}

.daily-header__item--active a {
	color: var(--daily-logo-red);
}

.daily-header__item--active svg {
	fill: currentColor;
}

.daily-header__item--account a {
	gap: 6px;
	padding-right: 0;
}

.daily-header__chevron {
	height: 18px;
	width: 18px;
}

.daily-category-scroll {
	background: #fff;
	border-top: 0;
	border-bottom: 1px solid #eeeeee;
	display: block;
	overflow: hidden;
	width: 100%;
}

.daily-category-scroll__list {
	-webkit-overflow-scrolling: touch;
	align-items: center;
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0 auto;
	max-width: 1320px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 24px;
	scrollbar-width: none;
	white-space: nowrap;
}

.daily-category-scroll__list::-webkit-scrollbar {
	display: none;
}

.daily-category-scroll li {
	flex: 0 0 auto;
}

.daily-category-scroll a {
	align-items: center;
	color: var(--daily-logo-blue-dark);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	min-height: 38px;
	padding: 0 14px;
	text-decoration: none;
}

.daily-category-scroll a:hover,
.daily-category-scroll a:focus {
	color: var(--daily-logo-red);
	outline: none;
}

.daily-category-scroll__icon {
	align-items: center;
	background: var(--daily-logo-blue);
	border-radius: 50%;
	color: transparent;
	display: inline-flex;
	font-size: 0;
	height: 8px;
	justify-content: center;
	line-height: 1;
	width: 8px;
}

.daily-breaking {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	box-shadow: none;
	overflow: hidden;
	position: sticky;
	top: 97px;
	z-index: 1090;
}

.daily-breaking__inner {
	align-items: center;
	display: flex;
	gap: 14px;
	margin: 0 auto;
	max-width: 1320px;
	min-height: 38px;
	padding: 0 24px;
}

.daily-breaking__label {
	background: var(--daily-logo-red);
	border-radius: 3px;
	color: #fff;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	padding: 8px 10px;
	text-transform: uppercase;
}

.daily-breaking__viewport {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.daily-breaking__track {
	align-items: center;
	display: inline-flex;
	gap: 30px;
	min-width: max-content;
	white-space: nowrap;
	animation: daily-breaking-scroll 32s linear infinite;
}

.daily-breaking__track:hover,
.daily-breaking__track:focus-within {
	animation-play-state: paused;
}

.daily-breaking__track a {
	color: var(--daily-logo-ink);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.daily-breaking__track a::before {
	color: var(--daily-logo-blue);
	content: "•";
	font-size: 20px;
	line-height: 0;
	margin-right: 10px;
	vertical-align: middle;
}

.daily-breaking__track a:hover,
.daily-breaking__track a:focus {
	color: var(--daily-logo-red);
	outline: none;
}

@keyframes daily-breaking-scroll {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.daily-header__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #2d2d2d;
	cursor: pointer;
	display: none;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.daily-header__toggle-bar {
	background: currentColor;
	border-radius: 2px;
	display: block;
	height: 2px;
	position: absolute;
	width: 22px;
}

.daily-header__toggle-bar:nth-child(1) {
	transform: translateY(-7px);
}

.daily-header__toggle-bar:nth-child(3) {
	transform: translateY(7px);
}

@media screen and (max-width: 900px) {
	.daily-header__inner {
		padding: 0 16px;
	}

	.daily-header__item a {
		padding: 0 14px;
	}
}

@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}

	img,
	iframe,
	video {
		max-width: 100%;
	}

	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
	}

	.wp-block-embed,
	.wp-block-image,
	.wp-block-video,
	.wp-block-gallery,
	.gallery {
		max-width: 100%;
		overflow: hidden;
	}

	.alignwide,
	.alignfull {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.daily-header {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 1200;
	}

	.daily-header__inner {
		gap: 10px;
		min-height: 56px;
		padding: 0 12px 0 14px;
	}

	.daily-header__brand {
		flex: 0 1 auto;
		min-height: 56px;
		min-width: 0;
	}

	.daily-header__brand .custom-logo {
		max-height: 38px;
		max-width: 132px;
	}

	.daily-header__title {
		font-size: 20px;
		max-width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.daily-header__sun {
		left: 51px;
		top: -12px;
	}

	.daily-header__toggle {
		display: none;
		position: relative;
	}

	.daily-header__nav {
		border-top: 0;
		flex: 1 1 auto;
		justify-content: flex-start;
		overflow: hidden;
		width: auto;
	}

	.daily-header .daily-header__menu {
		-webkit-overflow-scrolling: touch;
		background: #fff;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0;
		scrollbar-width: none;
		width: auto;
	}

	.daily-header .daily-header__menu::-webkit-scrollbar {
		display: none;
	}

	.daily-header__item {
		border-top: 0;
		flex: 0 0 auto;
	}

	.daily-header__item + .daily-header__item {
		border-left: 0;
	}

	.daily-header__item a {
		justify-content: center;
		min-height: 56px;
		padding: 0 8px;
		width: auto;
	}

	.daily-header__item:nth-child(3) {
		order: 3;
	}

	.daily-header__item:nth-child(4) {
		order: 1;
	}

	.daily-header__item:nth-child(5) {
		order: 2;
	}

	.daily-header__item span:not(.screen-reader-text),
	.daily-header__item--active,
	.daily-header__item:nth-child(2),
	.daily-header__item:nth-child(6) {
		display: none;
	}

	.daily-header__item svg {
		height: 23px;
		width: 23px;
	}

	.daily-header__item--account a {
		padding-right: 0;
	}

	.daily-header__chevron {
		display: none;
	}

	.daily-category-scroll {
		border-top: 0;
		display: block;
	}

	.daily-category-scroll__list {
		padding: 0 8px;
	}

	.daily-category-scroll a {
		font-size: 14px;
		min-height: 42px;
		padding: 0 10px;
	}

	.daily-breaking {
		margin-top: 98px;
		position: static;
		top: auto;
	}

	.daily-breaking__inner {
		gap: 10px;
		min-height: 36px;
		padding: 0 12px;
	}

	.daily-breaking__label {
		font-size: 11px;
		padding: 7px 8px;
	}

	.daily-breaking__track {
		animation-duration: 24s;
		gap: 22px;
	}

	.daily-breaking__track a {
		font-size: 13px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.site {
	background: #fff;
	min-height: 100vh;
}

.daily-home {
	margin: 0 auto;
	max-width: 1320px;
	padding: 18px 24px 28px;
}

.daily-home__layout {
	display: grid;
	gap: 28px;
	grid-template-columns: 300px minmax(0, 1fr) 300px;
	align-items: start;
}

.daily-headlines,
.daily-videos {
	background: #fff;
	position: sticky;
	top: 145px;
}

.daily-section-heading {
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	color: #202020;
	display: flex;
	font-size: 20px;
	font-weight: 800;
	gap: 12px;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
	padding: 12px 0 11px;
}

.daily-section-heading__icon {
	display: inline-block;
	height: 22px;
	position: relative;
	width: 32px;
}

.daily-section-heading__icon::before {
	background: var(--daily-logo-red);
	border-radius: 50%;
	box-shadow: 5px 0 0 rgba(215, 25, 32, 0.18), 10px 0 0 rgba(215, 25, 32, 0.1);
	content: "";
	height: 8px;
	left: 5px;
	position: absolute;
	top: 7px;
	width: 8px;
}

.daily-section-heading__icon::after {
	border: 2px solid var(--daily-logo-red);
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 18px;
}

.daily-headlines__list {
	border-right: 4px solid var(--daily-logo-red);
	max-height: 395px;
	overflow-y: auto;
	padding-right: 12px;
	scrollbar-color: var(--daily-logo-red) #f1f1f1;
	scrollbar-width: thin;
}

.daily-headlines__list::-webkit-scrollbar {
	width: 5px;
}

.daily-headlines__list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.daily-headlines__list::-webkit-scrollbar-thumb {
	background: var(--daily-logo-red);
	border-radius: 999px;
}

.daily-headlines__item {
	align-items: stretch;
	display: grid;
	gap: 14px;
	grid-template-columns: 56px minmax(0, 1fr);
	margin: 0;
}

.daily-headlines__item + .daily-headlines__item {
	margin-top: 7px;
}

.daily-headlines__date {
	align-items: center;
	background: #fff7f2;
	color: #111;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 55px;
	padding: 5px 3px;
	text-align: center;
}

.daily-headlines__date span {
	display: block;
}

.daily-headlines__date small {
	font-size: 8px;
	margin-top: 5px;
}

.daily-headlines__link {
	border-bottom: 1px solid #eeeeee;
	color: #222;
	display: block;
	font-size: 14px;
	line-height: 1.45;
	min-width: 0;
	padding: 4px 0 8px;
	text-decoration: none;
}

.daily-headlines__link strong {
	display: inline;
	font-size: 16px;
	line-height: 1.35;
}

.daily-headlines__link span {
	color: #333;
	margin-left: 4px;
}

.daily-headlines__title--color-1 {
	color: var(--daily-logo-red);
}

.daily-headlines__title--color-2 {
	color: var(--daily-logo-blue);
}

.daily-headlines__title--color-3 {
	color: var(--daily-logo-blue-dark);
}

.daily-headlines__title--color-4 {
	color: var(--daily-logo-red-dark);
}

.daily-headlines__title--color-5 {
	color: var(--daily-logo-blue);
}

.daily-headlines__link:hover,
.daily-headlines__link:focus,
.daily-lead__title a:hover,
.daily-lead__title a:focus,
.daily-videos__link:hover strong,
.daily-videos__link:focus strong {
	color: var(--daily-logo-red);
	outline: none;
}

.daily-lead {
	min-width: 0;
}

.daily-lead__article {
	margin: 0;
}

.daily-lead__title {
	color: #222;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0 0 28px;
}

.daily-lead__title a {
	color: inherit;
	text-decoration: none;
}

.daily-lead__title span {
	color: var(--daily-logo-red);
}

.daily-lead__media {
	aspect-ratio: 16 / 9;
	background: #eef0f2;
	display: block;
	min-height: 348px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.daily-lead__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.daily-lead__placeholder {
	align-items: center;
	color: #222;
	display: flex;
	font-size: 28px;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	line-height: 1.2;
	padding: 30px;
	text-align: center;
}

.daily-lead__media::after {
	background: var(--daily-logo-red);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.daily-lead__arrow {
	background: var(--daily-logo-red);
	border-radius: 50%;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	z-index: 2;
}

.daily-lead__arrow::before {
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	content: "";
	position: absolute;
	top: 8px;
}

.daily-lead__arrow--prev {
	left: 11px;
}

.daily-lead__arrow--prev::before {
	border-right: 9px solid #fff;
	left: 9px;
}

.daily-lead__arrow--next {
	right: 11px;
}

.daily-lead__arrow--next::before {
	border-left: 9px solid #fff;
	left: 12px;
}

.daily-lead__dots {
	align-items: center;
	bottom: 22px;
	display: flex;
	gap: 12px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.daily-lead__dots span {
	background: rgba(255, 255, 255, 0.82);
	border-radius: 50%;
	height: 5px;
	width: 8px;
}

.daily-lead__dots .is-active {
	background: var(--daily-logo-red);
	border-radius: 10px;
	width: 28px;
}

.daily-videos__list {
	display: grid;
	gap: 12px;
	max-height: 395px;
	overflow: hidden;
}

.daily-videos__item {
	margin: 0;
}

.daily-videos__link {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	color: #202020;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.daily-videos__media {
	aspect-ratio: 16 / 8.2;
	background: linear-gradient(135deg, #0f2338, #172b6a);
	display: block;
	overflow: hidden;
	position: relative;
}

.daily-videos__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.daily-videos__placeholder {
	display: block;
	height: 100%;
	width: 100%;
}

.daily-videos__play {
	background: var(--daily-logo-red);
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
	height: 42px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
}

.daily-videos__play::before {
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	border-top: 8px solid transparent;
	content: "";
	left: 16px;
	position: absolute;
	top: 13px;
}

.daily-videos__link strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
	padding: 7px 8px 10px;
	transition: color 0.2s ease;
}

.daily-home-section {
	margin-top: 28px;
}

.daily-home-section--split {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
}

.daily-special,
.daily-reels,
.daily-home-section:not(.daily-home-section--split),
.daily-category-block {
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 6px;
	box-shadow: none;
	padding: 16px;
}

.daily-section-bar {
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 14px;
	padding-bottom: 10px;
}

.daily-section-bar .daily-section-heading {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.daily-section-bar > a {
	color: var(--daily-logo-red);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.daily-special__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.daily-special .daily-card {
	display: block;
	padding: 10px;
}

.daily-special .daily-card__media {
	margin-bottom: 10px;
}

.daily-special .daily-card__title {
	font-size: 17px;
}

.daily-special .daily-card__excerpt,
.daily-special .daily-card__meta {
	display: none;
}

.daily-reels__rail,
.daily-image-stories {
	display: grid;
	gap: 14px;
	grid-auto-flow: column;
	grid-auto-columns: minmax(150px, 1fr);
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-color: var(--daily-logo-red) #edf4f8;
	scrollbar-width: thin;
}

.daily-reel-card,
.daily-image-story {
	color: var(--daily-logo-ink);
	display: block;
	min-width: 0;
	text-decoration: none;
}

.daily-reel-card__media {
	aspect-ratio: 9 / 16;
	background: linear-gradient(135deg, var(--daily-logo-blue-dark), var(--daily-logo-blue));
	border-radius: 8px;
	display: block;
	overflow: hidden;
	position: relative;
}

.daily-reel-card__media img,
.daily-image-story img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.daily-reel-card strong,
.daily-image-story strong {
	display: block;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	margin-top: 8px;
}

.daily-reel-card:hover strong,
.daily-reel-card:focus strong,
.daily-image-story:hover strong,
.daily-image-story:focus strong,
.daily-tools__grid a:hover,
.daily-tools__grid a:focus {
	color: var(--daily-logo-red);
	outline: none;
}

.daily-image-story {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.daily-image-story::after {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
	bottom: 0;
	content: "";
	height: 70%;
	left: 0;
	position: absolute;
	width: 100%;
}

.daily-image-story img {
	aspect-ratio: 3 / 4;
}

.daily-image-story strong {
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	padding: 42px 12px 12px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.daily-category-blocks {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.daily-category-block {
	margin: 0;
}

.daily-category-block:first-child {
	grid-column: span 2;
}

.daily-category-block__list {
	display: grid;
	gap: 0 24px;
	grid-template-columns: 1fr;
}

.daily-category-block:first-child .daily-category-block__list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.daily-category-news {
	align-items: center;
	border-top: 1px solid #e8eef2;
	display: grid;
	gap: 12px;
	grid-template-columns: 200px minmax(0, 1fr);
	margin: 0;
	padding: 10px 0;
}

.daily-category-news:nth-child(-n + 2) {
	border-top: 0;
	padding-top: 0;
}

.daily-category-block:not(:first-child) .daily-category-news {
	grid-template-columns: 140px minmax(0, 1fr);
}

.daily-category-block:not(:first-child) .daily-category-news:nth-child(2) {
	border-top: 1px solid #e8eef2;
	padding-top: 10px;
}

.daily-category-news__media {
	aspect-ratio: 16 / 9;
	background: var(--daily-logo-soft);
	border-bottom: 4px solid var(--daily-logo-red);
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.daily-category-news__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.daily-category-news__fallback {
	background: linear-gradient(135deg, var(--daily-logo-blue-dark), var(--daily-logo-blue));
	display: block;
	height: 100%;
	width: 100%;
}

.daily-category-news__title {
	font-size: 18px;
	font-weight: 950;
	line-height: 1.38;
	margin: 0;
}

.daily-category-news__title a {
	color: var(--daily-logo-ink);
	text-decoration: none;
}

.daily-category-news__title a::first-letter {
	color: var(--daily-logo-blue);
}

.daily-category-news__title a:hover,
.daily-category-news__title a:focus {
	color: var(--daily-logo-red);
	outline: none;
}

.daily-tools__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.daily-tools__grid a {
	align-items: center;
	background: var(--daily-logo-soft);
	border: 1px solid #d7e7ef;
	border-radius: 8px;
	color: var(--daily-logo-blue-dark);
	display: flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 54px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.daily-home__empty {
	color: #6b7280;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.daily-listing,
.daily-single,
.daily-page {
	margin: 0 auto;
	max-width: 1320px;
	padding: 24px;
}

.daily-listing__layout,
.daily-single__layout {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.daily-listing__main {
	display: grid;
	gap: 18px;
}

.daily-page-header,
.daily-page__wrap,
.daily-article,
.daily-related,
.comments-area,
.post-navigation,
.widget-area .widget {
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 6px;
	box-shadow: none;
}

.daily-page-header {
	padding: 20px;
}

.page-title,
.daily-page-header .page-title {
	color: var(--daily-logo-ink);
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.archive-description {
	color: #596673;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 10px;
}

.daily-card {
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 6px;
	box-shadow: none;
	display: grid;
	gap: 16px;
	grid-template-columns: 240px minmax(0, 1fr);
	margin: 0;
	overflow: hidden;
	padding: 14px;
}

.daily-card__media {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: var(--daily-logo-soft);
	border-radius: 6px;
	color: var(--daily-logo-blue);
	display: flex;
	font-size: 52px;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
}

.daily-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.daily-card__body {
	min-width: 0;
}

.daily-card__category,
.daily-article__category {
	background: var(--daily-logo-red);
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 10px;
	padding: 7px 9px;
	text-decoration: none;
	text-transform: uppercase;
}

.daily-card__category:hover,
.daily-card__category:focus,
.daily-article__category:hover,
.daily-article__category:focus {
	background: var(--daily-logo-blue);
	color: #fff;
	outline: none;
}

.daily-card__title {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 8px;
}

.daily-card__title a {
	color: var(--daily-logo-ink);
	text-decoration: none;
}

.daily-card__title a:hover,
.daily-card__title a:focus {
	color: var(--daily-logo-red);
	outline: none;
}

.daily-card__meta,
.daily-article__meta {
	color: #65727f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}

.daily-card__meta a,
.daily-article__meta a {
	color: inherit;
	text-decoration: none;
}

.daily-card__excerpt {
	color: #475569;
	font-size: 15px;
	line-height: 1.6;
}

.daily-single__layout > .daily-article,
.daily-single__layout > .daily-related,
.daily-single__layout > .post-navigation,
.daily-single__layout > .comments-area {
	grid-column: 1;
}

.daily-single__layout > .widget-area {
	grid-column: 2;
	grid-row: 1 / span 4;
}

.daily-article {
	overflow: hidden;
	padding: 28px;
}

.daily-article__header {
	border-bottom: 1px solid #e8eef2;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.daily-article__title {
	color: var(--daily-logo-ink);
	font-size: 40px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 14px;
}

.daily-article__image {
	margin: 0 0 22px;
}

.daily-article__image img {
	border-radius: 8px;
	display: block;
	height: auto;
	width: 100%;
}

.daily-share {
	align-items: center;
	border-bottom: 1px solid #e8eef2;
	border-top: 1px solid #e8eef2;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
	padding: 12px 0;
}

.daily-share span {
	color: var(--daily-logo-ink);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.daily-share a {
	background: var(--daily-logo-soft);
	border: 1px solid #d7e7ef;
	border-radius: 999px;
	color: var(--daily-logo-blue-dark);
	font-size: 13px;
	font-weight: 800;
	padding: 7px 11px;
	text-decoration: none;
}

.daily-share a:hover,
.daily-share a:focus {
	background: var(--daily-logo-red);
	border-color: var(--daily-logo-red);
	color: #fff;
	outline: none;
}

.daily-article__content {
	color: #202936;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}

.daily-article__content p,
.daily-article__content ul,
.daily-article__content ol,
.daily-article__content blockquote {
	margin-bottom: 1.25em;
}

.daily-article__content a {
	color: var(--daily-logo-red);
	font-weight: 800;
}

.daily-article__content blockquote {
	border-left: 4px solid var(--daily-logo-red);
	background: var(--daily-logo-soft);
	color: var(--daily-logo-blue-dark);
	font-size: 20px;
	font-weight: 800;
	margin-left: 0;
	padding: 16px 20px;
}

.daily-article__footer {
	border-top: 1px solid #e8eef2;
	color: #65727f;
	font-size: 13px;
	margin-top: 24px;
	padding-top: 16px;
}

.daily-article__footer a {
	color: var(--daily-logo-blue);
	font-weight: 800;
}

.daily-related {
	padding: 20px;
}

.daily-block-title,
.widget-title,
.comments-title {
	border-bottom: 2px solid var(--daily-logo-red);
	color: var(--daily-logo-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 16px;
	padding-bottom: 10px;
}

.daily-related__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.daily-related .daily-card {
	display: block;
	padding: 10px;
}

.daily-related .daily-card__media {
	margin-bottom: 10px;
}

.daily-related .daily-card__title {
	font-size: 16px;
}

.daily-related .daily-card__excerpt,
.daily-related .daily-card__meta {
	display: none;
}

.widget-area {
	position: sticky;
	top: 148px;
}

.widget-area .widget {
	margin: 0 0 18px;
	padding: 18px;
}

.widget-area ul,
.daily-sidebar-news,
.daily-sidebar-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area li + li {
	border-top: 1px solid #e8eef2;
}

.widget-area li a,
.daily-sidebar-news a,
.daily-sidebar-categories a {
	color: var(--daily-logo-ink);
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	padding: 10px 0;
	text-decoration: none;
}

.widget-area li a:hover,
.widget-area li a:focus {
	color: var(--daily-logo-red);
	outline: none;
}

.post-navigation {
	padding: 18px;
}

.post-navigation .nav-links {
	gap: 16px;
}

.post-navigation a {
	background: var(--daily-logo-soft);
	border-radius: 8px;
	color: var(--daily-logo-ink);
	display: block;
	font-weight: 900;
	padding: 14px;
	text-decoration: none;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color: var(--daily-logo-red);
	outline: none;
}

.nav-subtitle {
	color: var(--daily-logo-blue);
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.comments-area {
	padding: 22px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment-body {
	border-bottom: 1px solid #e8eef2;
	padding: 14px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form input[type="search"] {
	border: 1px solid #cfdde6;
	border-radius: 6px;
	color: var(--daily-logo-ink);
	padding: 11px 12px;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.search-form .search-submit {
	background: var(--daily-logo-red);
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	padding: 11px 16px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.search-form .search-submit:hover {
	background: var(--daily-logo-blue);
}

.daily-page__wrap {
	margin: 0 auto;
	max-width: 900px;
	padding: 28px;
}

.daily-page__wrap .entry-title {
	color: var(--daily-logo-ink);
	font-size: 38px;
	font-weight: 950;
	line-height: 1.2;
	margin-top: 0;
}

.daily-footer {
	background: var(--daily-logo-blue-dark);
	color: #dbe8ef;
	margin-top: 28px;
}

.daily-footer__inner {
	display: grid;
	gap: 28px;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	margin: 0 auto;
	max-width: 1320px;
	padding: 34px 24px;
}

.daily-footer h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 14px;
}

.daily-footer__brand h2 {
	color: #fff;
	font-size: 28px;
	line-height: 1.1;
}

.daily-footer__brand h2::after {
	background: var(--daily-logo-red);
	content: "";
	display: block;
	height: 4px;
	margin-top: 10px;
	width: 76px;
}

.daily-footer p {
	line-height: 1.7;
	margin: 0;
}

.daily-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.daily-footer li + li {
	margin-top: 8px;
}

.daily-footer__social {
	margin-top: 24px;
}

.daily-footer__social h2 {
	font-size: 18px;
	margin-bottom: 16px;
}

.daily-footer__social-list {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.daily-footer__social-link {
	align-items: center;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
	width: 44px;
}

.daily-footer__social-link--facebook {
	color: #1877F2;
}

.daily-footer__social-link--twitter {
	color: #1DA1F2;
}

.daily-footer__social-link--instagram {
	color: #E1306C;
}

.daily-footer__social-link--linkedin {
	color: #0A66C2;
}

.daily-footer__social-link:hover,
.daily-footer__social-link:focus {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.daily-footer__social-link svg {
	height: 18px;
	width: 18px;
	fill: currentColor;
}

.daily-footer__social-link .screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.daily-footer a {
	color: #dbe8ef;
	text-decoration: none;
}

.daily-footer a:hover,
.daily-footer a:focus {
	color: #fff;
	outline: none;
}

.daily-footer__bottom {
	background: #061f40;
	color: #c7d6df;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	padding: 14px 24px;
}

@media screen and (max-width: 1100px) {
	.daily-home {
		padding-left: 12px;
		padding-right: 12px;
	}

	.daily-home__layout {
		grid-template-columns: 1fr;
	}

	.daily-headlines,
	.daily-videos {
		position: static;
		top: auto;
	}

	.daily-listing__layout,
	.daily-single__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.daily-home-section--split,
	.daily-category-blocks {
		grid-template-columns: 1fr;
	}

	.daily-category-block:first-child {
		grid-column: auto;
	}

	.daily-tools__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.daily-single__layout > .daily-article,
	.daily-single__layout > .daily-related,
	.daily-single__layout > .post-navigation,
	.daily-single__layout > .comments-area,
	.daily-single__layout > .widget-area {
		grid-column: auto;
		grid-row: auto;
	}

	.widget-area {
		position: static;
	}

	.daily-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.daily-videos {
		grid-column: 1 / -1;
		position: static;
	}

	.daily-videos__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-height: none;
	}

	.daily-special__grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.daily-home,
	.daily-listing,
	.daily-single,
	.daily-page {
		padding: 0 12px 20px;
		width: 100%;
	}

	.daily-home__layout {
		gap: 18px;
	}

	.daily-home__layout,
	.daily-listing__layout,
	.daily-single__layout,
	.daily-videos__list,
	.daily-card,
	.daily-related__grid,
	.daily-footer__inner,
	.daily-special__grid,
	.daily-tools__grid {
		grid-template-columns: 1fr;
	}

	.daily-special,
	.daily-reels,
	.daily-home-section:not(.daily-home-section--split),
	.daily-category-block {
		border-radius: 6px;
		padding: 14px;
	}

	.daily-home-section {
		margin-top: 18px;
	}

	.daily-section-heading {
		font-size: 18px;
		gap: 9px;
	}

	.daily-section-heading__icon {
		width: 24px;
	}

	.daily-reels__rail,
	.daily-image-stories {
		grid-auto-columns: minmax(135px, 72%);
	}

	.daily-headlines,
	.daily-videos {
		position: static;
	}

	.daily-listing__main {
		gap: 14px;
	}

	.daily-videos__list {
		max-height: none;
	}

	.daily-headlines__list {
		max-height: 330px;
		overflow-y: auto;
		padding-right: 8px;
	}

	.daily-headlines__item {
		gap: 10px;
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.daily-headlines__link strong {
		font-size: 15px;
	}

	.daily-lead__title {
		font-size: 19px;
		line-height: 1.35;
		margin-bottom: 14px;
	}

	.daily-lead__media {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.daily-lead__arrow {
		height: 28px;
		width: 28px;
	}

	.daily-lead__dots {
		bottom: 13px;
		gap: 8px;
	}

	.daily-card {
		gap: 12px;
		padding: 10px;
	}

	.daily-card__media {
		aspect-ratio: 16 / 9;
	}

	.daily-card__body {
		padding: 0 2px 2px;
	}

	.daily-card__title {
		font-size: 19px;
	}

	.daily-card__excerpt {
		font-size: 14px;
	}

	.daily-reel-card__media {
		aspect-ratio: 9 / 14;
	}

	.daily-category-block:first-child .daily-category-block__list {
		grid-template-columns: 1fr;
	}

	.daily-category-news,
	.daily-category-block:not(:first-child) .daily-category-news {
		gap: 10px;
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.daily-category-news:nth-child(2) {
		border-top: 1px solid #e8eef2;
		padding-top: 10px;
	}

	.daily-category-news__title {
		font-size: 16px;
	}

	.daily-category-news__media {
		border-bottom-width: 3px;
	}

	.daily-tools__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.daily-tools__grid a {
		font-size: 13px;
		min-height: 48px;
	}

	.daily-article,
	.daily-page__wrap,
	.daily-related,
	.comments-area,
	.post-navigation,
	.widget-area .widget {
		border-radius: 6px;
		padding: 16px;
	}

	.daily-page-header {
		padding: 16px;
	}

	.daily-article,
	.daily-page__wrap,
	.daily-related,
	.comments-area,
	.post-navigation,
	.daily-page-header,
	.daily-card,
	.daily-special,
	.daily-reels,
	.daily-home-section:not(.daily-home-section--split),
	.daily-category-block,
	.widget-area .widget {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.daily-article__image img,
	.post-thumbnail img,
	.entry-content img,
	.page-content img,
	.comment-content img {
		height: auto;
		max-width: 100%;
	}

	.daily-article__title {
		font-size: 28px;
		line-height: 1.22;
	}

	.daily-article__content {
		font-size: 16px;
		line-height: 1.75;
	}

	.daily-article__content blockquote {
		font-size: 18px;
		padding: 14px 16px;
	}

	.daily-share {
		align-items: center;
		flex-direction: row;
	}

	.daily-share a {
		font-size: 12px;
		padding: 7px 10px;
	}

	.post-navigation .nav-links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.widget-area {
		position: static;
	}

	.widget-area select,
	.widget-area input,
	.widget-area textarea,
	.search-form input[type="search"] {
		max-width: 100%;
		width: 100%;
	}

	.comment-form input[type="submit"],
	.search-form .search-submit {
		width: 100%;
	}

	.daily-page__wrap .entry-title,
	.page-title,
	.daily-page-header .page-title {
		font-size: 28px;
	}

	.daily-footer__inner {
		padding: 26px 16px;
	}

	.daily-footer__bottom {
		padding: 12px 16px;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.daily-header__inner {
		padding-left: 10px;
		padding-right: 8px;
	}

	.daily-header__brand .custom-logo {
		max-width: 118px;
	}

	.daily-header__title {
		font-size: 18px;
		max-width: 118px;
	}

	.daily-header__item a {
		padding: 0 6px;
	}

	.daily-header__item svg {
		height: 21px;
		width: 21px;
	}

	.daily-category-scroll a {
		font-size: 13px;
		min-height: 38px;
		padding: 0 9px;
	}

	.daily-breaking__inner {
		min-height: 34px;
		padding: 0 10px;
	}

	.daily-breaking {
		margin-top: 94px;
	}

	.daily-breaking__label {
		font-size: 10px;
		padding: 7px;
	}

	.daily-home,
	.daily-listing,
	.daily-single,
	.daily-page {
		padding-left: 10px;
		padding-right: 10px;
	}

	.daily-headlines__list {
		max-height: 300px;
	}

	.daily-headlines__item {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.daily-lead__title {
		font-size: 18px;
	}

	.daily-lead__arrow {
		height: 24px;
		width: 24px;
	}

	.daily-lead__arrow::before {
		top: 6px;
	}

	.daily-lead__arrow--prev::before {
		left: 7px;
	}

	.daily-lead__arrow--next::before {
		left: 10px;
	}

	.daily-image-stories,
	.daily-reels__rail {
		grid-auto-columns: minmax(128px, 78%);
	}

	.daily-category-news,
	.daily-category-block:not(:first-child) .daily-category-news {
		grid-template-columns: 92px minmax(0, 1fr);
		padding: 8px 0;
	}

	.daily-category-news__title {
		font-size: 14px;
		line-height: 1.35;
	}

	.daily-tools__grid {
		gap: 8px;
	}

	.daily-tools__grid a {
		min-height: 44px;
		padding: 8px;
	}

	.daily-card__category,
	.daily-article__category {
		font-size: 11px;
	}

	.daily-article__title {
		font-size: 25px;
	}

	.daily-page__wrap .entry-title,
	.page-title,
	.daily-page-header .page-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 360px) {
	.daily-header__brand .custom-logo {
		max-width: 104px;
	}

	.daily-header__title {
		font-size: 16px;
		max-width: 104px;
	}

	.daily-header__item a {
		padding: 0 5px;
	}

	.daily-home,
	.daily-listing,
	.daily-single,
	.daily-page {
		padding-left: 8px;
		padding-right: 8px;
	}

	.daily-breaking {
		margin-top: 92px;
	}

	.daily-category-news,
	.daily-category-block:not(:first-child) .daily-category-news {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.daily-category-news__title {
		font-size: 13px;
	}

	.daily-share {
		align-items: flex-start;
		flex-direction: column;
	}
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
