@charset "UTF-8";
/*!
Theme Name: pandaily2022
Theme URI: http://underscores.me/
Author: Yaodong
Author URI: https://liyaodong.com
Description: Pandaily 2022 VI change theme
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: pandaily-2022
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.

pandaily2022 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/
*/
/*--------------------------------------------------------------
>>> 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.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
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: 600er;
}

/**
 * 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: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 600;
}

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: 600;
}

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: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #222;
	text-decoration: none;
}

a:visited {
	color: #222222;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: transparent;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

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;
}

a.button-primary, .post-content a.wp-block-button__link,
button.button-primary,
.posts-navigation a,
.post-navigation a,
.post-content a.wp-block-button__link {
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-color: rgba(255, 86, 21, 0.8);
	color: #fff;
	transition: transform 300ms, background-color 300ms, box-shadow 300ms;
	border-radius: 3px;
}

a.button-primary:not(.button-disabled):hover, .post-content a.wp-block-button__link:not(.button-disabled):hover,
button.button-primary:not(.button-disabled):hover,
.posts-navigation a:not(.button-disabled):hover,
.post-navigation a:not(.button-disabled):hover,
.post-content a.wp-block-button__link:not(.button-disabled):hover {
	background-color: #ff5615;
	transform: translateY(-2px);
	box-shadow: 0 2px 25px 0 #ffb79c;
}

.button-primary-outline {
	background-color: #fff;
	border: 2px solid rgba(255, 86, 21, 0.8);
	color: rgba(255, 86, 21, 0.8);
}

.button-disabled {
	background-color: #e1e1e1;
}

.button-large, .posts-navigation a,
.post-navigation a, .post-content a.wp-block-button__link {
	padding: 0.5em 1.8em;
	font-size: 20px;
}

.button-medium {
	padding: 0.2em 1em;
	font-size: 16px;
}

.button-full-width {
	width: 100%;
}

.button-round, .posts-navigation a,
.post-navigation a, .post-content a.wp-block-button__link {
	border-radius: 3px;
}

.button-danger {
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-color: #9ce7e7;
	color: #fff;
	transition: transform 300ms, background-color 300ms, box-shadow 300ms;
}

.button-danger:not(.button-disabled):hover {
	background-color: #60b9b9;
	transform: translateY(-2px);
	box-shadow: 0 2px 25px 0 #9ce7e7;
}

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%;
}

@font-face {
	font-family: "iconfont";
	/* Project id 678877 */
	src: url("/wp-content/themes/pandaily-2022/fonts/iconfont/iconfont.woff2?t=1649409736324") format("woff2"), url("/wp-content/themes/pandaily-2022/fonts/iconfont/iconfont.woff?t=1649409736324") format("woff"), url("/wp-content/themes/pandaily-2022/fonts/iconfont/iconfont.ttf?t=1649409736324") format("truetype");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-face:before {
	content: "\ea40";
}

.icon-belloff:before {
	content: "\e692";
}

.icon-Bellringing:before {
	content: "\e67c";
}

.icon-share:before {
	content: "\e7f9";
}

.icon-close:before {
	content: "\e736";
}

.icon-menu1:before {
	content: "\e64c";
}

.icon-rss:before {
	content: "\e7ea";
}

.icon-linkedin:before {
	content: "\e72b";
}

.icon-header-twitter:before {
	content: "\e608";
}

.icon-header-instagram:before {
	content: "\e634";
}

.icon-header-facebook:before {
	content: "\e600";
}

.icon-header-youtube:before {
	content: "\e63d";
}

.icon-hours:before {
	content: "\e680";
}

.icon-video-footer:before {
	content: "\e73b";
}

.icon-video:before {
	content: "\e742";
}

.icon-play:before {
	content: "\e633";
}

.icon-podcast:before {
	content: "\e6fb";
}

.icon-back:before {
	content: "\e676";
}

.icon-search:before {
	content: "\e627";
}

.icon-email:before {
	content: "\e602";
}

.icon-twitter:before {
	content: "\ea3f";
}

.icon-sound:before {
	content: "\e669";
}

.icon-arrow-right:before {
	content: "\e6ae";
}

.icon-home:before {
	content: "\e607";
}

.icon-menu:before {
	content: "\e621";
}

.icon-edit:before {
	content: "\e6cc";
}

.icon-star:before {
	content: "\e718";
}

.container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 575.98px) {
	.container {
		padding: 0 15px;
	}
	.container .single-container {
		padding: 0 15px;
	}
}

body.single .site-header + .container {
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

.has-drop-cap:not(:focus):first-letter {
	float: none;
	font-size: initial;
	line-height: inherit;
	margin: 0;
	font-weight: normal;
}

@media (max-width: 575.98px) {
	.hide-xs {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.show-xs {
		display: none !important;
	}
}

@media (max-width: 575.98px) {
	.page-template-page_profile .site-footer {
		display: none !important;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-layout {
	display: grid;
	grid-template-columns: auto 25%;
	grid-template-areas: "main sidebar";
	gap: 50px;
	padding-top: 35px;
}

body.single-post .site-layout {
	padding-top: 0;
}

@media (max-width: 575.98px) {
	.site-layout {
		grid-template-columns: auto auto;
		grid-template-areas: "main main";
		gap: 0;
		padding-top: 20px;
	}
	.site-layout .widget-area {
		display: none;
	}
}

.site-main {
	grid-area: main;
}

.site-main--podcast {
	overflow: hidden;
}

.widget-area {
	grid-area: sidebar;
}

.widget-area p {
	margin: 0;
}

.widget-area br {
	display: none;
}

body.single-post .widget-area {
	padding-top: 123px;
}

.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	width: 100%;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media (min-width: 576px) {
	.main-navigation {
		height: 100%;
	}
	.main-navigation .sub-menu {
		display: flex;
		background: #222;
		flex-direction: column;
	}
	.main-navigation .sub-menu a {
		color: #fff;
	}
	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigation ul :hover > a,
	.main-navigation ul .focus > a {
		color: #ff5615;
	}
	.main-navigation ul :hover > a:hover,
	.main-navigation ul .focus > a:hover {
		color: rgba(255, 86, 21, 0.8);
	}
	.main-navigation ul ul {
		box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		padding: 5px 10px;
	}
	.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 {
		min-width: 100px;
		padding: 3px 0;
	}
	.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;
	}
	.main-navigation .menu-item-has-children > a {
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	.main-navigation .menu-item-has-children > a::after {
		content: "";
		margin-left: 3px;
		display: block;
		width: 9px;
		height: 7px;
		background-image: url(/wp-content/themes/pandaily-2022/images/icons/dropdown.svg);
	}
	.main-navigation .nav-menu > .menu-item > a {
		font-weight: 600;
	}
	.main-navigation .nav-menu > li:hover {
		background-color: #222;
	}
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		font-weight: 600;
	}
	.main-navigation ul {
		display: flex;
	}
	.main-navigation.toggled ul {
		display: block;
	}
	.main-navigation__main,
	.main-navigation .main-navigation,
	.main-navigation .menu-primary-nav-container,
	.main-navigation .nav-menu,
	.main-navigation .nav-menu > .menu-item,
	.main-navigation .nav-menu > .menu-item > a {
		height: 100%;
	}
	.main-navigation .nav-menu > .menu-item > a {
		height: 100%;
		padding: 0 15px;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 575.98px) {
	.main-navigation:not(.toggled) .mobile-sidebar {
		display: none !important;
	}
	.main-navigation .nav-menu > li > a {
		font-weight: 600;
	}
	.main-navigation .menu-item-has-children:not(.focus) .sub-menu {
		display: none;
	}
	.main-navigation .menu-item-has-children > a {
		display: flex;
		align-items: center;
	}
	.main-navigation .menu-item-has-children > a::after {
		content: "";
		margin-left: 3px;
		display: block;
		width: 9px;
		height: 7px;
		background-image: url(/wp-content/themes/pandaily-2022/images/icons/dropdown.svg);
	}
	.main-navigation ul {
		list-style-type: none;
		margin: 0 10px;
		padding: 0 10px;
	}
	.main-navigation .menu-item {
		line-height: 40px;
		width: 100%;
		font-size: 18px;
	}
	.main-navigation .mobile-sidebar {
		padding: 15px;
		position: fixed;
		left: 0;
		top: 60px;
		width: 80vw;
		background-color: #f2ffff;
		height: calc(100vh - 60px);
		z-index: 888;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.main-navigation .mobile-sidebar .menu-primary-nav-container {
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #d0e3e3;
		width: 100%;
	}
	.main-navigation .mobile-sidebar__footer {
		display: flex;
		font-size: 20px;
		flex-direction: column;
	}
	.main-navigation .mobile-sidebar__footer__item {
		margin-bottom: 10px;
		padding: 5px 20px;
	}
	.main-navigation .mobile-sidebar .user-profile__trigger {
		margin-bottom: 15px;
		padding-left: 10px;
	}
	.main-navigation .mobile-sidebar .nav-menu {
		display: flex;
		flex-direction: column;
	}
	.main-navigation .mobile-sidebar .nav-menu > .menu-item {
		height: auto;
	}
	.main-navigation .mobile-sidebar .user-profile {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
}

.posts-navigation,
.post-navigation {
	align-items: center;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	display: flex;
	justify-content: center;
}

.posts-navigation .nav-next a::before,
.post-navigation .nav-next a::before {
	content: "";
	display: flex;
	width: 6px;
	height: 10px;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/arrow-right-white-color.svg);
	margin-right: 5px;
	transform: rotate(180deg);
}

.posts-navigation .nav-previous a::after,
.post-navigation .nav-previous a::after {
	content: "";
	display: flex;
	width: 6px;
	height: 10px;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/arrow-right-white-color.svg);
	margin-left: 5px;
}

.posts-navigation a,
.post-navigation a {
	font-size: 16px;
	display: flex;
	align-items: center;
}

.posts-navigation a.button-disabled,
.post-navigation a.button-disabled {
	background-color: #e1e1e1;
}

.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;
	text-transform: lowercase;
	justify-content: center;
	flex-direction: row-reverse;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	margin: 0 10px;
}

.comment-navigation .nav-previous.inactive,
.comment-navigation .nav-next.inactive,
.posts-navigation .nav-previous.inactive,
.posts-navigation .nav-next.inactive,
.post-navigation .nav-previous.inactive,
.post-navigation .nav-next.inactive {
	cursor: not-allowed;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
}

@media (max-width: 575.98px) {
	.site-footer {
		padding-bottom: 60px;
	}
	.mobile-footer-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		width: 100vw;
		z-index: 10;
		background-color: #222;
		display: flex;
		align-items: center;
		justify-content: center;
		border-top: 1px solid #929292;
	}
	.mobile-footer-nav a {
		height: 60px;
		color: #fff;
		font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 12px;
		display: flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.mobile-footer-nav ul {
		width: 100%;
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		align-items: center;
	}
	.mobile-footer-nav li {
		width: 25%;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

.entry-title a {
	transition: color 200ms;
	font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
}

.post-thumbnail img {
	border-radius: 2px;
	overflow: hidden;
	transition: transform 200ms, box-shadow 200ms;
}

.post-thumbnail img:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
}

.no-hover-thumbnail .post-thumbnail img:hover {
	transform: none;
}

.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;
}

.post-feed-seperator {
	height: 4px;
	flex-grow: 1;
	background-color: #222;
	border-radius: 20px;
	margin-bottom: 20px;
}

.post-feed__title {
	color: #ff5615;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 26px;
	margin: 28px 0 5px 0;
	font-weight: 600;
}

.post-feed__title a {
	color: #ff5615;
}

.post-feed__title span,
.post-feed__title a {
	margin: 0 8px 0 3px;
}

.post-feed__title::before {
	content: '';
	margin-right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/arrow-right-secondary-color.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -0.2em;
	transition: transform 200ms;
}

.post-feed__title:hover::before {
	transform: translateX(4px);
}

.post-feed__title::after {
	content: '';
	display: block;
	height: 4px;
	flex-grow: 1;
	background-color: #222;
	border-radius: 20px;
}

.post-entry--horizontal {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-areas: 'cover content';
	gap: 30px;
	align-items: center;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.post-entry--horizontal:not(:last-of-type) .post-entry__content::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	position: absolute;
	bottom: 0;
}

.post-entry--horizontal .post-entry__content {
	grid-area: content;
	padding: 4px 0;
	position: relative;
}

.post-entry--horizontal .entry-title {
	line-height: 1.1;
	margin: 0 0 10px 0;
	font-size: 20px;
}

.post-entry--horizontal .entry-summary {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #929292;
	margin: 0;
}

.post-entry--horizontal .entry-summary p {
	margin: 0;
}

.post-entry--horizontal .post-thumbnail {
	grid-area: cover;
	aspect-ratio: 1 / 0.52;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-radius: 2px;
}

.post-entry--horizontal .entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	font-size: 16px;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.post-entry--horizontal .entry-meta a {
	color: #929292;
}

.post-entry--horizontal .entry-meta__content > a {
	color: #ff5615;
	margin-right: 20px;
}

@media (max-width: 575.98px) {
	.post-entry--horizontal {
		grid-template-columns: 4fr 5fr;
		gap: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.post-entry--horizontal .entry-title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 16px;
	}
	.post-entry--horizontal .entry-meta__content {
		display: flex;
		justify-content: space-between;
		flex-grow: 1;
	}
}

.page-book .post-entry--horizontal {
	grid-template-columns: 3fr;
	grid-template-areas: 'content';
}

.post-entry--image-heavy {
	position: relative;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.post-entry--image-heavy .entry-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.post-entry--image-heavy .entry-meta > a {
	color: #ff5615;
	font-weight: 600;
}

.post-entry--image-heavy .entry-meta span a {
	color: #929292;
}

.post-entry--image-heavy .post-thumbnail {
	flex-grow: 1;
	position: relative;
}

.post-entry--image-heavy .post-thumbnail img {
	float: left;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px 2px 0 0;
}

.post-entry--image-heavy:not(:first-child) .post-entry__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.post-entry--image-heavy .post-entry__content {
	width: 100%;
	overflow: hidden;
	border-radius: 0 0 2px 2px;
}

.post-entry--image-heavy .post-entry__content .entry-title {
	margin: 0 0 8px 0;
}

.post-entry--image-heavy .post-entry__content .entry-title a:hover {
	color: #ff5615;
}

.post-entry--image-heavy .post-entry__content .entry-title a {
	color: #fff;
}

.post-entry--video .post-thumbnail::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/video-play.svg);
	background-size: contain;
	transition: transform 200ms;
}

@media (max-width: 575.98px) {
	.post-entry--video .post-thumbnail::before {
		top: 45%;
		width: 45px;
		height: 45px;
	}
}

.no-figurecaption figcaption {
	display: none;
}

.post-content {
	max-width: 730px;
}

.post-content .post-thumbnail {
	position: relative;
}

.post-content .post-thumbnail figcaption {
	text-align: right;
	color: #929292;
	font-size: 14px;
	min-width: 370px !important;
	text-align: center;
}

.post-content .post-thumbnail figcaption::before {
	content: "▲";
	display: inline-block;
	margin-right: 5px;
}

@media (min-width: 768px) {
	.post-content .post-thumbnail figcaption {
		width: 100%;
		position: absolute;
	}
}

@media (max-width: 575.98px) {
	.post-content .post-thumbnail figcaption {
		padding: 0 8px;
	}
}

.post-content .post-single__thumbnail {
	position: relative;
}

.post-content .post-single__thumbnail .post-thumbnail {
	z-index: 2;
}

.post-content .post-single__thumbnail img {
	max-height: 350px;
	object-fit: cover;
	overflow: hidden;
}

@media (min-width: 768px) {
	.post-content .post-single__thumbnail::after {
		content: '';
		display: block;
		background-image: url(/wp-content/themes/pandaily-2022/images/background/panda-s.png);
		background-size: 100% 100%;
		width: 115px;
		height: 50px;
		position: absolute;
		top: 100%;
		right: 20px;
		opacity: 0;
		transform: translateY(-115%) rotate(180deg);
		transition: transform 200ms, opacity 200ms;
	}
	.post-content .post-single__thumbnail:hover::after {
		transform: translateY(-20%) rotate(180deg);
		opacity: 1;
	}
}

.post-content .post-category {
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 600;
	padding: 10px 0;
	border-bottom: 2px solid #ff5615;
}

@media (min-width: 768px) {
	.post-content .post-category {
		margin-top: 57px;
	}
}

.post-content .post-category a {
	color: #ff5615;
	font-size: 22px;
}

.post-content .entry-title {
	font-size: 40px;
	line-height: 48px;
}

.post-content .entry-meta a {
	color: #929292;
}

.post-content .posted-on {
	font-size: 18px;
	margin-right: 25px;
}

.post-content .byline {
	font-size: 20px;
	font-weight: 600;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.post-content .entry-content {
	font-size: 16px;
	line-height: 30px;
}

.post-content .entry-content a {
	color: #ff5615;
}

.post-content .entry-footer {
	border-top: 1px solid #000;
	padding-top: 10px;
}

.post-content .edit-link {
	display: block;
}

.post-content .edit-link a {
	color: #ff5615;
}

.post-content .twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

.post-content bento-twitter {
	width: 375px;
	height: 472px;
	margin-left: auto;
	margin-right: auto;
}

.post-content bento-youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-left: auto;
	margin-right: auto;
}

.post-content .wp-block-image {
	text-align: center;
}

.post-content .wp-block-image figcaption {
	text-align: right;
	color: #929292;
	font-size: 14px;
	min-width: 370px !important;
}

.post-content .wp-block-image figcaption::before {
	content: "▲";
	display: inline-block;
	margin-right: 5px;
}

.post-content table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
}

.post-content table thead tr {
	background-color: #ff5615;
	color: #ffffff;
	text-align: left;
}

.post-content table th,
.post-content table td {
	padding: 12px 15px;
}

.post-content table tbody {
	border-top: 1px solid #e1e1e1;
}

.post-content table tbody tr {
	border-bottom: 1px solid #e1e1e1;
	transition: color 200ms;
}

.post-content table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.post-content table tbody tr:last-of-type {
	border-bottom: 2px solid #ff5615;
}

.post-content table tbody tr:hover {
	color: #ff5615;
}

.post-content .tags-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.post-content .tags-links::before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/tags.svg);
	background-size: 100% 100%;
}

.post-content .tags-links strong {
	margin: 0 10px;
	font-size: 25px;
}

.post-content .tags-links a {
	color: #ff5615;
}

.post-content a.wp-block-button__link {
	color: #fff;
}

@media (max-width: 575.98px) {
	.post-content .entry-title {
		font-size: 30px;
		line-height: 1;
	}
	.post-content .posted-on {
		font-size: 16px;
	}
	.post-content .byline {
		font-size: 16px;
	}
	.post-content .tags-links strong {
		font-size: 20px;
	}
	.post-content .post-thumbnail {
		display: block;
		width: 100vw;
		min-height: 200px;
	}
}

.page-template .entry-content {
	position: relative;
	margin-left: 30%;
	line-height: 2em;
}

.page-template .entry-content h3,
.page-template .entry-content h2 {
	position: absolute;
	left: -35%;
	display: inline-block;
	margin: 0;
	padding-top: 20px;
	font-size: 30px;
	border-top: 4px solid #222;
	border-radius: 2px;
	width: 250px;
	text-align: right;
	color: #222;
}

.page-template .entry-content h4 {
	position: absolute;
	left: -35%;
	display: inline-block;
	margin: 0;
	padding-top: 20px;
	font-size: 24px;
	min-width: 250px;
	text-align: right;
	color: #929292;
}

.page-template .entry-content h3 + p {
	margin-top: 0;
}

.page-template .entry-content p strong {
	color: #ff5615;
}

@media (max-width: 575.98px) {
	.page-template .entry-content {
		margin-left: 0;
	}
	.page-template .entry-content h3,
	.page-template .entry-content h4,
	.page-template .entry-content h2 {
		position: static;
		text-align: left;
		padding-top: 10px;
		margin-bottom: 10px;
	}
}

body.page-template-page_color_third .site-featured,
body.page-template-page_color_third .site-header {
	background-image: linear-gradient(269deg, rgba(250, 255, 0, 0.6) 0%, rgba(250, 255, 0, 0.1) 100%);
}

.archive-description {
	margin-bottom: 10px;
}

.archive-header {
	margin-bottom: 30px;
}

.favorite-button {
	font-size: 14px;
	align-items: center;
	box-shadow: 0px 0px 4px #ff5615;
	border: none;
	border-radius: 4px;
	display: flex;
}

.favorite-button svg {
	margin-right: 5px;
	display: none;
}

.favorite-button svg.normal {
	display: block;
}

.favorite-button:not(.active):hover svg.hover {
	display: block;
}

.favorite-button:not(.active):hover svg.normal {
	display: none;
}

.favorite-button:not(.active) span.active {
	display: none;
}

.favorite-button.active {
	background-color: #ff5615;
	color: #fff;
}

.favorite-button.active svg.active {
	display: block;
}

.favorite-button.active svg.normal {
	display: none;
}

.favorite-button.active span.inactive {
	display: none;
}

.entry-meta__buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}

.single-container .entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 575.98px) {
	.single-container .entry-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

/* 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;
	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;
}

.site-header {
	display: flex;
	background-image: linear-gradient(90deg, rgba(191, 255, 255, 0.2) 0%, #bfffff 100%);
	min-height: 60px;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.site-header .custom-logo-link {
	width: 150px;
	display: flex;
}

.site-header .site-branding {
	margin-right: 20px;
}

.site-header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.site-header__main {
	display: flex;
	align-items: center;
}

@media (min-width: 576px) {
	.site-header__main {
		height: 100%;
	}
}

.site-header__side {
	display: flex;
	align-items: center;
	height: 100%;
}

.site-header__side-links {
	height: 100%;
	margin-left: 10px;
	display: flex;
}

.site-header__side-link {
	display: flex;
	align-items: center;
}

.site-header__side-link a {
	font-weight: 600;
}

.site-header .user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.site-header .user-profile {
	text-align: center;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.site-header .user-profile__menu {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
	padding: 10px 10px;
	min-width: 100%;
	display: none;
	margin: 0;
	z-index: 40;
}

.site-header .user-profile__menu li {
	list-style-type: none;
}

.site-header .user-profile__menu a {
	display: inline-block;
	transition: border-color 300ms;
}

.site-header .user-profile__menu a:not(:last-child) {
	margin-bottom: 5px;
}

.site-header .user-profile__menu a:hover {
	border-color: #000;
}

.site-header .user-profile:hover .user-profile__menu {
	display: flex;
	flex-direction: column;
}

.site-header .user-profile__trigger {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.site-header .user-profile__name {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 0 2px;
}

.site-header__subscribe {
	font-weight: 600;
	color: #ff5615 !important;
}

@media (max-width: 575.98px) {
	.site-header__container {
		padding: 0;
	}
}

body.single-post .site-header {
	background-image: none;
	border-bottom-width: 0;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10;
}

body.page-template-page_subscribe .site-header {
	background-image: none;
	background-color: #fff;
	border-bottom-width: 0;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
}

.language-switch {
	display: none;
}

.language-switch-button {
	position: relative;
}

.language-switch-button:hover .language-switch {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
	padding: 10px 10px;
	min-width: 100%;
	display: block;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	z-index: 9;
}

.language-switch-button:hover .language-switch li {
	padding: 8px 0;
	white-space: nowrap;
}

.language-switch-button:hover .language-switch li.selected {
	font-weight: 600;
}

.language-switch-button:hover .language-switch li.selected a {
	color: #ff5615;
}

.language-switch-button:hover .language-switch a {
	display: inline-block;
	transition: border-color 300ms;
}

.language-switch-button:hover .language-switch a:not(:last-child) {
	margin-bottom: 5px;
}

.language-switch-button:hover .language-switch a:hover {
	border-color: #000;
}

@media (max-width: 575.98px) {
	.main-navigation {
		order: -1;
	}
	.site-header__main {
		flex-grow: 1;
	}
	.site-branding {
		display: flex;
		justify-content: center;
		margin-right: 0 !important;
		flex-grow: 1;
	}
	.main-navigation {
		width: auto;
	}
}

.site-featured {
	background-image: linear-gradient(90deg, rgba(191, 255, 255, 0.2) 0%, #bfffff 100%);
	padding-top: 9vh;
	padding-bottom: 20px;
}

.site-featured__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-featured__slogan {
	font-size: 38px;
	margin: 8px 0;
	font-weight: 600;
}

@media (max-width: 575.98px) {
	.site-featured {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.site-featured__content {
		padding: 0 15px;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.site-featured__slogan {
		font-size: 20px;
	}
	.site-featured .join-discord {
		margin-left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.site-featured .join-discord svg {
		width: 150px;
	}
	.site-featured .button-large, .site-featured .posts-navigation a, .posts-navigation .site-featured a,
	.site-featured .post-navigation a, .post-navigation .site-featured a, .site-featured .post-content a.wp-block-button__link, .post-content .site-featured a.wp-block-button__link {
		font-size: 16px;
		padding: 5px 20px;
	}
}

.site-featured .join-discord {
	transition: transform 300ms, background-color 300ms, box-shadow 300ms;
}

.site-featured .join-discord svg {
	float: left;
}

.site-featured .join-discord:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
}

.site-featured--blackfriday__deal {
	text-align: center;
	background-color: #ee1111;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	padding: 15px;
	font-size: 18px;
	color: #fff;
}

.site-featured--blackfriday__main {
	background-image: url(https://assets.pandaily.com/uploads/2022/12/holiday-bg.jpg);
	background-size: auto 100%;
	min-height: 200px;
	background-position: center 95%;
	background-repeat: no-repeat;
	display: flex;
}

@media (max-width: 575.98px) {
	.site-featured--blackfriday__main {
		background-image: url(https://assets.pandaily.com/uploads/2022/12/holiday-bg-mobile.jpg);
		background-size: cover;
	}
}

.site-featured--blackfriday__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.site-featured--blackfriday__content {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

@media (max-width: 575.98px) {
	.site-featured--blackfriday__content {
		flex-direction: column;
	}
}

.holiday-sale-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 575.98px) {
	.holiday-sale-content {
		flex-direction: column !important;
	}
	.holiday-sale-content > .button {
		margin-top: 10px;
	}
}

.page-template-page_subscribe-php .holiday-sale-content .button {
	display: none;
}

.page-template-page_book .site-featured,
.site-main .site-racing {
	background-image: url("/wp-content/themes/pandaily-2022/images/background/book-large.jpg");
	min-height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-page_book .site-featured h1,
.site-main .site-racing h1 {
	display: none;
}

@media (max-width: 575.98px) {
	.page-template-page_book .site-featured,
	.site-main .site-racing {
		background-image: url("/wp-content/themes/pandaily-2022/images/background/mobile.jpg");
		width: 100%;
		height: 0;
		display: block;
		background-size: contain;
		background-position: top;
		padding: 0;
	}
}

.page-template-page_book .book-description {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #333;
	/* or any other color you prefer */
}

.page-template-page_book .container {
	display: flex;
	justify-content: center;
	max-width: 700px;
}

@media (min-width: 576px) {
	.featured-book-racing-to-future {
		display: none;
	}
}

@media (min-width: 576px) {
	.featured-book-racing-to-future--existing-banner {
		background-image: url("/wp-content/themes/pandaily-2022/images/background/book-large.jpg");
		min-height: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.featured-book-racing-to-future--existing-banner .racing-link {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: block;
	}
	.featured-book-racing-to-future--existing-banner .site-featured__content {
		display: none;
	}
	.featured-book-racing-to-future--existing-banner h1 {
		display: none;
	}
}

.home-featured {
	margin-top: 30px;
}

.home-featured__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
}

.home-featured .entry-title {
	line-height: 24px;
}

.home-featured .entry-title a {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-featured .entry-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.home-featured .entry-meta > a {
	color: #ff5615;
	font-weight: 600;
}

.home-featured .entry-meta span a {
	color: #929292;
}

.home-featured__major {
	width: 68%;
	flex-shrink: 0;
}

.home-featured__major .post-thumbnail {
	flex-grow: 1;
	position: relative;
}

.home-featured__major .post-thumbnail img {
	float: left;
	object-fit: cover;
	border-radius: 2px 2px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-featured__major .post-entry--featured {
	position: relative;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.home-featured__major .post-entry__content {
	width: 100%;
	background: #222;
	padding: 24px 30px;
	border-radius: 0 0 2px 2px;
	overflow: hidden;
	backdrop-filter: blur(5px);
}

.home-featured__major .post-entry__content .entry-title {
	margin: 0 0 8px 0;
}

.home-featured__major .post-entry__content .entry-title a:hover {
	color: #ff5615;
}

.home-featured__major .post-entry__content .entry-title a {
	color: #fff;
}

@media (min-width: 768px) {
	.home-featured__side {
		padding-left: 40px;
	}
	.home-featured__side .post-entry--featured {
		position: relative;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	.home-featured__side .post-entry--featured:not(:last-child) {
		margin-bottom: 10px;
	}
	.home-featured__side .post-entry--featured:hover .post-entry__content {
		backdrop-filter: blur(5px);
	}
	.home-featured__side .post-entry__content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 8px 15px;
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222222 100%);
		transition: backdrop-filter 200ms;
	}
	.home-featured__side .entry-footer {
		display: none;
	}
	.home-featured__side .post-thumbnail {
		overflow: hidden;
	}
	.home-featured__side .post-thumbnail img {
		float: left;
	}
	.home-featured__side .entry-title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 16px;
		line-height: 1.1;
		margin: 0;
	}
	.home-featured__side .entry-title a {
		color: #fff;
	}
}

@media (max-width: 575.98px) {
	.home-featured__content {
		flex-wrap: wrap;
	}
	.home-featured__major {
		width: 100%;
	}
	.home-featured__major .post-entry--featured {
		height: auto;
	}
	.home-featured__major .post-entry__content {
		position: static;
		padding: 10px;
		background-color: #222;
	}
	.home-featured__major .post-entry__content .entry-title {
		font-size: 18px;
	}
	.home-featured__major .post-thumbnail {
		height: 42vw;
		display: block;
	}
	.home-featured__major .post-thumbnail img {
		border-radius: 2px 2px 0 0;
	}
	.home-featured__side {
		padding-left: 0;
		margin-top: 30px;
	}
	.home-featured__side .post-entry--featured {
		display: flex;
		flex-grow: 1;
	}
	.home-featured__side .post-entry--featured .post-thumbnail {
		width: 50%;
		flex-shrink: 0;
		padding-right: 10px;
	}
	.home-featured__side .post-entry--featured .entry-title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 16px;
		line-height: 17px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.home-featured__side .post-entry--featured .entry-meta > a {
		font-size: 14px;
	}
	.home-featured__side .post-entry--featured .post-entry__content {
		position: relative;
		padding: 5px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.home-featured__side .post-entry--featured:not(:last-child) .post-entry__content::after {
		content: "";
		position: absolute;
		background-color: #e1e1e1;
		height: 1px;
		width: 100%;
		right: 0;
		top: 110%;
	}
}

.pinned-news__list {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 576px) {
	.pinned-news .post-entry--vertical {
		width: 22%;
	}
}

@media (max-width: 575.98px) {
	.pinned-news__list {
		flex-wrap: wrap;
	}
}

.post-entry--vertical {
	display: flex;
	flex-direction: column;
}

.post-entry--vertical .entry-title {
	line-height: 24px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-entry--vertical .entry-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.post-entry--vertical .entry-meta > a {
	color: #ff5615;
	font-weight: 600;
}

.post-entry--vertical .entry-meta span a {
	color: #929292;
}

.post-entry--vertical .entry-summary {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	line-height: 20px;
}

.post-entry--vertical .entry-summary p {
	margin-bottom: 0;
}

.post-entry--vertical .post-entry__content {
	flex-grow: 1;
}

.post-entry--vertical:not(:last-child) .post-entry__content {
	position: relative;
}

.post-entry--vertical:not(:last-child) .post-entry__content::after {
	content: "";
	height: 100%;
	width: 1px;
	position: absolute;
	right: -9%;
	top: 0;
	background-color: #e1e1e1;
}

@media (max-width: 575.98px) {
	.post-entry--vertical {
		flex-direction: row;
		flex-grow: 1;
	}
	.post-entry--vertical .post-thumbnail {
		width: 50%;
		flex-shrink: 0;
		padding-right: 10px;
	}
	.post-entry--vertical .entry-title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 16px;
		line-height: 17px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.post-entry--vertical .entry-meta > a {
		font-size: 14px;
	}
	.post-entry--vertical .post-entry__content {
		padding: 5px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.post-entry--vertical:not(:last-child) .post-entry__content::after {
		height: 1px;
		width: 100%;
		right: 0;
		top: 110%;
	}
}

.pinned-podcast {
	background-size: 100% 100%;
	background-image: url(/wp-content/themes/pandaily-2022/images/background/podcast-home-bg.jpg);
	padding-top: 15.82%;
	position: relative;
}

.pinned-podcast__content {
	position: absolute;
	top: 30px;
	left: 40px;
	max-width: 550px;
}

.pinned-podcast h3,
.pinned-podcast h2 {
	margin: 0;
}

.pinned-podcast__title {
	line-height: 28px;
	margin-top: 6px;
}

.pinned-podcast__footer {
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.pinned-podcast__host {
	color: #ff5615;
	margin-right: 20px;
}

.pinned-podcast__guest {
	color: #929292 !important;
}

@media (max-width: 575.98px) {
	.pinned-podcast {
		background-image: url(/wp-content/themes/pandaily-2022/images/background/podcast-home-bg-M.jpg);
		padding-top: 92.77%;
	}
	.pinned-podcast__title {
		font-size: 20px;
		line-height: 21px;
	}
	.pinned-podcast__content {
		top: 20px;
		left: 25px;
	}
}

.smartphone__content {
	display: grid;
	grid-template-columns: auto 25%;
	grid-template-areas: "main sidebar";
	gap: 50px;
}

.smartphone__list {
	grid-area: main;
	display: grid;
	grid-template-columns: auto 28%;
	grid-template-rows: 2fr 1fr 1fr;
	grid-template-areas: "featured side1" "featured side2" "featured side3";
	gap: 5px;
}

.smartphone__list .post-entry--image-heavy:not(:first-child) {
	height: 100%;
}

.smartphone__list .post-entry--image-heavy:not(:first-child) .entry-footer {
	display: none;
}

.smartphone__list .post-entry--image-heavy:not(:first-child) .entry-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

.smartphone__list .post-entry--image-heavy:not(:first-child) .post-entry__content {
	padding: 8px 10px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222222 100%);
	transition: backdrop-filter 200ms;
}

.smartphone__list .post-entry--image-heavy:not(:first-child):hover .post-entry__content {
	backdrop-filter: blur(5px);
}

.smartphone__list .post-entry--image-heavy:nth-child(1) {
	grid-area: featured;
	flex-shrink: 0;
}

.smartphone__list .post-entry--image-heavy:nth-child(1) .entry-title {
	font-size: 24px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.smartphone__list .post-entry--image-heavy:nth-child(1) .post-entry__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 25%;
	height: calc(25% - 2px);
	padding: 17px 30px;
	backdrop-filter: blur(5px);
	background: #222;
}

.smartphone__list .post-entry--image-heavy:nth-child(2) {
	grid-area: side1;
}

.smartphone__list .post-entry--image-heavy:nth-child(3) {
	grid-area: side2;
}

.smartphone__list .post-entry--image-heavy:nth-child(4) {
	grid-area: side3;
}

.smartphone__side {
	grid-area: sidebar;
}

@media (max-width: 575.98px) {
	.smartphone__content {
		grid-template-areas: "main main" "sidebar sidebar";
		grid-template-columns: auto auto;
		gap: 10px;
	}
	.smartphone__list {
		height: 120vw;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 3fr 1fr 1fr;
		grid-template-areas: "featured featured" "side1 side2" "side1 side3";
	}
	.smartphone__list .post-entry--image-heavy:not(:first-child) .entry-title {
		font-size: 14px;
	}
	.smartphone__list .post-entry--image-heavy:nth-child(1) .post-thumbnail {
		display: block;
	}
	.smartphone__list .post-entry--image-heavy:nth-child(1) .post-thumbnail img {
		border-radius: 2px 2px 0 0;
	}
	.smartphone__list .post-entry--image-heavy:nth-child(1) .post-entry__content {
		position: static;
		padding: 10px;
		background-color: #222;
	}
	.smartphone__list .post-entry--image-heavy:nth-child(1) .post-entry__content .entry-title {
		font-size: 18px;
	}
}

.topmobile {
	border: 5px solid #bfffff;
	padding: 0 10px;
}

.topmobile::before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/pandaily-2022/images/background/top8smartphone-PC.png);
	background-size: 175px 60px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 95px;
	margin-bottom: 15px;
	border-bottom: 5px solid #bfffff;
}

.topmobile__list {
	padding: 0;
	margin: 0;
}

.topmobile__item {
	list-style-type: none;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.topmobile__item:not(:last-child) {
	border-bottom: 1px solid #e1e1e1;
}

.topmobile__item__rank {
	font-weight: 600;
	color: #ff5615;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	border-right: 1px solid #e1e1e1;
	margin-right: 10px;
	width: 25px;
	display: block;
	flex-shrink: 0;
	margin-left: 5px;
}

.topmobile__item__container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-grow: 1;
}

.topmobile__item__brand {
	font-weight: 600;
}

.topmobile__item__model {
	align-self: flex-end;
	justify-self: flex-end;
	flex-grow: 1;
	text-align: right;
}

@media (max-width: 575.98px) {
	.topmobile {
		padding: 0 10px;
	}
	.topmobile::before {
		background-image: url(/wp-content/themes/pandaily-2022/images/background/top8smartphone-M.svg);
		background-size: 257px 42px;
	}
	.topmobile__list {
		display: grid;
		gap: 10px;
	}
	.topmobile__item__brand {
		min-width: auto;
		margin-right: 5px;
	}
	.topmobile__item__rank {
		width: 25px;
		margin-right: 10px;
		font-size: 16px;
	}
}

.topauto {
	position: relative;
}

.topauto::before {
	background-image: url(/wp-content/themes/pandaily-2022/images/background/top8auto-PC.png);
	background-size: 175px 56px;
}

.topauto__title {
	color: #ff5615;
	font-weight: 600;
	position: absolute;
	top: 50px;
	right: 0;
	width: 100%;
	text-align: center;
	padding-left: 28%;
}

@media (min-width: 1200px) {
	.topauto__title {
		padding-left: 22%;
	}
}

@media (max-width: 575.98px) {
	.topauto::before {
		background-image: url(/wp-content/themes/pandaily-2022/images/background/top8auto-M.png);
		background-size: 80% 80%;
	}
	.topauto__title {
		top: 32px;
		font-size: 20px;
		width: auto;
		right: auto;
		left: 54%;
		padding-left: 0;
	}
}

.topauto .topmobile__item {
	border-bottom: 1px solid #e1e1e1 !important;
}

.video-feed__list {
	height: 450px;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: auto 28%;
	grid-template-rows: 2fr 1fr 1fr;
	grid-template-areas: "featured side1" "featured side2" "featured side3";
	gap: 5px;
}

.video-feed__list .post-entry--image-heavy:not(:first-child) {
	height: 100%;
}

.video-feed__list .post-entry--image-heavy:not(:first-child) .entry-footer {
	display: none;
}

.video-feed__list .post-entry--image-heavy:not(:first-child) .entry-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

.video-feed__list .post-entry--image-heavy:not(:first-child) .post-entry__content {
	padding: 8px 10px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222222 100%);
	transition: backdrop-filter 200ms;
}

.video-feed__list .post-entry--image-heavy:not(:first-child):hover .post-entry__content {
	backdrop-filter: blur(5px);
}

.video-feed__list .post-entry--image-heavy:nth-child(1) {
	grid-area: featured;
	flex-shrink: 0;
}

.video-feed__list .post-entry--image-heavy:nth-child(1) .entry-title {
	font-size: 24px;
	line-height: 24px;
}

.video-feed__list .post-entry--image-heavy:nth-child(1) .post-entry__content {
	padding: 17px 30px;
	backdrop-filter: blur(5px);
	height: 25%;
	height: calc(25% - 2px);
	background: #222;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.video-feed__list .post-entry--image-heavy:nth-child(2) {
	grid-area: side1;
}

.video-feed__list .post-entry--image-heavy:nth-child(3) {
	grid-area: side2;
}

.video-feed__list .post-entry--image-heavy:nth-child(4) {
	grid-area: side3;
}

.video-feed__side {
	grid-area: sidebar;
}

@media (max-width: 575.98px) {
	.video-feed__content {
		grid-template-areas: "main main" "sidebar sidebar";
		grid-template-columns: auto auto;
		gap: 10px;
	}
	.video-feed__list {
		height: 120vw;
		margin-bottom: 20px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 3fr 1fr 1fr;
		grid-template-areas: "featured featured" "side1 side2" "side1 side3";
	}
	.video-feed__list .post-entry--image-heavy:not(:first-child) .entry-title {
		font-size: 14px;
	}
	.video-feed__list .post-entry--image-heavy:nth-child(1) .post-thumbnail {
		display: block;
	}
	.video-feed__list .post-entry--image-heavy:nth-child(1) .post-thumbnail img {
		border-radius: 2px 2px 0 0;
	}
	.video-feed__list .post-entry--image-heavy:nth-child(1) .post-entry__content {
		position: static;
		padding: 10px;
		background-color: #222;
	}
	.video-feed__list .post-entry--image-heavy:nth-child(1) .post-entry__content .entry-title {
		font-size: 18px;
	}
}

.home-feed-list {
	display: flex;
	flex-direction: column;
}

.home-feed-list__1 {
	order: 1;
}

.home-feed-list__2 {
	order: 2;
}

.home-feed-list__3 {
	order: 3;
}

.page-template .site-footer {
	margin-top: 30px;
}

.site-footer {
	color: #fff;
	position: relative;
}

.site-footer .panda-back-to-top {
	display: flex;
	background-image: url(/wp-content/themes/pandaily-2022/images/background/panda-s.png);
	background-size: 100% 100%;
	width: 115px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 25%;
	transform: translateY(-80%);
	transition: transform 200ms;
	cursor: pointer;
}

.site-footer .panda-back-to-top:hover {
	transform: translateY(-90%);
}

.site-footer a {
	color: #fff;
}

.site-footer ul,
.site-footer li {
	padding: 0;
	margin: 0;
}

.site-footer li {
	list-style-type: none;
}

.site-footer__social {
	display: flex;
}

.site-footer__social li {
	margin-right: 10px;
}

.site-footer__social .iconfont {
	font-size: 22px;
}

.site-footer__area-logo__logo {
	margin-bottom: 60px;
	display: flex;
}

.site-footer__area-introduce {
	max-width: 370px;
}

.site-footer__area-introduce h3 {
	margin-bottom: 3px;
	display: flex;
	align-items: center;
}

.site-footer__area-introduce h3 i {
	margin-right: 5px;
	display: flex;
	align-items: center;
	margin-top: -2px;
}

.site-footer__area-introduce p {
	margin: 0;
	color: #929292;
	font-size: 14px;
}

.site-footer__area-links {
	display: flex;
}

.site-footer__main {
	background-color: #222;
	padding: 50px 0;
}

@media (max-width: 575.98px) {
	.site-footer__main {
		padding: 20px 0 10px 0;
	}
}

.site-footer__main__content {
	display: flex;
	justify-content: space-between;
}

.site-footer__secondary {
	background-color: #929292;
}

.site-footer__primary-links a, .site-footer__secondary-links a {
	color: #faff00;
}

.site-footer__primary-links h3, .site-footer__secondary-links h3 {
	margin: 0 0 17px 0;
}

.site-footer__primary-links li, .site-footer__secondary-links li {
	display: flex;
	align-items: center;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
}

.site-footer__primary-links li:not(:first-child), .site-footer__secondary-links li:not(:first-child) {
	margin: 17px 0;
}

.site-footer__primary-links li::before, .site-footer__secondary-links li::before {
	content: "";
	display: flex;
	width: 6px;
	height: 10px;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/arrow-right-third-color.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}

.site-footer__primary-links {
	margin-right: 45px;
}

.site-footer__primary-links a {
	color: #bfffff;
}

.site-footer__primary-links li::before {
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/arrow-right-primary-color.svg);
}

.site-footer__secondary {
	font-size: 14px;
	padding: 10px 0;
}

@media (max-width: 575.98px) {
	.site-footer {
		margin-top: 40px;
	}
	.site-footer .panda-back-to-top {
		right: 8%;
	}
	.site-footer__main__content {
		flex-direction: column;
	}
	.site-footer__area-logo__logo {
		width: 170px;
		margin-bottom: 10px;
	}
	.site-footer__area-links {
		margin-top: 20px;
	}
}

.category-header {
	min-height: 170px;
}

.category-header--podcast {
	background-image: linear-gradient(90deg, rgba(191, 255, 255, 0.2) 0%, #bfffff 100%);
}

.category-header--podcast .category-header__content {
	background-image: url(/wp-content/themes/pandaily-2022/images/background/techbuzzChina-list-PC.png);
	height: 170px;
	background-size: auto 130%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

@media (max-width: 575.98px) {
	.category-header--podcast .category-header__content {
		background-image: url(/wp-content/themes/pandaily-2022/images/background/techbuzzChina-list-M.png);
		background-size: contain;
	}
}

.category-featured img {
	display: flex;
}

.featured-podcast__content {
	display: flex;
}

@media (max-width: 575.98px) {
	.featured-podcast__content {
		flex-direction: column;
	}
}

.post-entry-podcast--vertical {
	flex: 1;
	padding: 0 20px;
}

.post-entry-podcast--vertical:first-child {
	padding-left: 0;
}

.post-entry-podcast--vertical:last-child {
	padding-right: 0;
}

.post-entry-podcast--vertical .entry-subtitle {
	font-size: 18px;
	margin: 0 0 3px 0;
}

.post-entry-podcast--vertical .entry-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	min-height: 90px;
	font-size: 20px;
	white-space: pre-wrap;
	margin: 0 0 5px 0;
}

.post-entry-podcast--vertical .entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #929292;
}

.post-entry-podcast--vertical .entry-meta a {
	color: #929292;
}

.post-entry-podcast--vertical .post-entry-podcast__host {
	font-weight: 600;
	font-size: 16px;
}

.post-entry-podcast--vertical .post-entry-podcast__host strong {
	color: #ff5615;
	margin-right: 5px;
}

@media (min-width: 576px) {
	.post-entry-podcast--vertical:not(:last-child) .post-entry__content {
		position: relative;
	}
	.post-entry-podcast--vertical:not(:last-child) .post-entry__content::after {
		content: "";
		height: 100%;
		width: 1px;
		position: absolute;
		right: -20px;
		top: 0;
		background-color: #e1e1e1;
	}
}

@media (max-width: 575.98px) {
	.post-entry-podcast--vertical {
		display: flex;
		align-items: center;
		padding: 0;
	}
	.post-entry-podcast--vertical .entry-subtitle {
		font-size: 14px;
	}
	.post-entry-podcast--vertical .entry-title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 14px;
		min-height: auto;
	}
	.post-entry-podcast--vertical .entry-meta {
		font-size: 12px;
	}
	.post-entry-podcast--vertical .post-entry-podcast__host {
		font-size: 12px;
	}
	.post-entry-podcast--vertical .post-entry__podcast-guest-avatar {
		flex-shrink: 0;
	}
}

.post-entry-podcast__guest {
	display: flex;
	align-items: center;
	margin-top: 30px;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #929292;
}

.post-entry-podcast__guest-avatar {
	margin-right: 10px;
	border-radius: 50%;
	border: 4px solid #e1e1e1;
}

.post-entry-podcast__guest strong {
	color: #ff5615;
}

.post-entry-podcast__guest__name {
	font-weight: 600;
	font-size: 16px;
	margin: 3px 0 0 0;
	line-height: 1.2;
}

.post-entry-podcast__guest__title {
	font-size: 14px;
	font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	line-height: 1;
	max-width: 150px;
}

@media (max-width: 575.98px) {
	.post-entry-podcast__guest {
		margin-top: 0;
	}
	.post-entry-podcast__guest__info {
		display: flex;
		align-items: center;
		font-size: 12px;
	}
	.post-entry-podcast__guest__name {
		margin: 0 5px;
	}
	.post-entry-podcast__guest__name, .post-entry-podcast__guest__title {
		font-size: 12px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

.category-podcast .site-main .hide-xs:not(:last-of-type) .post-entry-podcast--horizontal {
	border-bottom: 1px solid #e1e1e1;
}

.post-entry-podcast--horizontal {
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.post-entry-podcast--horizontal .entry-subtitle,
.post-entry-podcast--horizontal .entry-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: 20px;
	margin: 0;
}

.post-entry-podcast--horizontal .entry-meta {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	color: #929292;
}

.post-entry-podcast--horizontal .entry-meta a {
	color: #929292;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.post-entry-podcast--horizontal .entry-meta strong {
	color: #ff5615;
	margin-right: 5px;
	font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
}

.post-entry-podcast--horizontal .post-entry-podcast__main {
	flex-grow: 1;
	margin-right: 60px;
}

@media (min-width: 576px) {
	.post-entry-podcast--horizontal .post-entry-podcast__main {
		max-width: 60%;
		width: 60%;
		flex-shrink: 0;
	}
}

.post-entry-podcast--horizontal .post-entry-podcast__content {
	display: flex;
	justify-content: space-between;
}

.post-entry-podcast--horizontal .post-entry-podcast__side {
	display: flex;
	flex-shrink: 0;
	min-width: 240px;
}

.post-entry-podcast--horizontal .post-entry-podcast__guest {
	display: flex;
	margin-top: 0;
}

.post-entry-podcast--horizontal .post-entry-podcast__guest.multi {
	transition: all 300ms;
	position: relative;
}

.post-entry-podcast--horizontal .post-entry-podcast__guest.multi .post-entry-podcast__guest__info {
	position: absolute;
	opacity: 0;
	right: 0;
	top: 50%;
	width: 200px;
	transform: translate(100%, -50%);
	transition: all 300ms;
}

.post-entry-podcast--horizontal .post-entry-podcast__guest.multi:hover + .multi {
	transform: translate(200px, 0);
}

.post-entry-podcast--horizontal .post-entry-podcast__guest.multi:hover .post-entry-podcast__guest__info {
	opacity: 1;
}

.post-entry-podcast--horizontal .post-entry-podcast__guest__primary {
	display: flex;
	align-items: center;
}

.post-entry-podcast--horizontal .post-entry-podcast__guest__name {
	margin-left: 10px;
}

body.category-podcast .site-main {
	overflow: unset;
}

@media (max-width: 575.98px) {
	body.category-podcast .site-layout {
		padding-top: 0;
	}
}

.video-player {
	display: none;
}

.video-player.active {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-player__container {
	position: relative;
	background-color: #222;
	border-top: 4px solid #ff5615;
	padding: 40px 15px 10px 15px;
}

.video-player__container a {
	color: #ff5615;
}

.video-player__container p {
	margin: 10px 0;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.video-player.active .video-player__container {
	animation-name: video-player-smooth-transition;
	animation-duration: 500ms;
}

.video-player__content {
	max-width: 100vw;
}

@media (min-width: 576px) {
	.video-player__content {
		width: 900px;
		height: 450px;
	}
}

.video-player__close {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.video-player__close::before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/close.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	transition: transform 300ms;
}

.video-player__close:hover {
	color: #ff5615;
	font-weight: 600;
}

.video-player__close:hover::before {
	transform: rotate(90deg);
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/close-color-secondary.svg);
}

body.dialog-open {
	overflow: hidden;
}

@keyframes video-player-smooth-transition {
	from {
		transform: translate3d(0, 100vh, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.entry-podcast__links {
	margin: 20px 0 10px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.entry-podcast__links a {
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.search-box {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #f2ffff;
	padding: 44px 50px;
	border-top-width: 0;
	align-items: center;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 10;
}

.search-box.active {
	transform: translateY(1px);
	display: flex;
}

.search-box form {
	width: 100%;
	display: flex;
}

.search-box input {
	outline: none;
	flex-grow: 1;
	margin-right: 20px;
	line-height: 40px;
	height: 40px;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 26px;
	background-color: #f2ffff;
	border-width: 0 0 1px;
	border-bottom: 1px solid #929292;
}

.search-box input:focus {
	border-bottom: 1px solid #ff5615;
}

@media (max-width: 575.98px) {
	.search-box {
		padding: 30px 15px;
	}
	.search-box form {
		flex-direction: column;
	}
	.search-box input {
		margin-bottom: 20px;
		margin-right: 0;
	}
}

.subscribe-mask {
	padding: 30px 20px;
	background-image: linear-gradient(180deg, #8d8d8d 0%, #424242 100%);
	position: fixed;
	z-index: 20;
	width: 100%;
	bottom: 0;
	box-shadow: -10px -4px 45px 20px rgba(158, 155, 155, 0.7);
	display: none;
	justify-content: center;
}

.subscribe-mask__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	flex-grow: 1;
}

.subscribe-mask h2 {
	margin: 10px 0;
}

@media (max-width: 575.98px) {
	.subscribe-mask {
		bottom: 60px;
		padding: 20px;
	}
	.subscribe-mask__container {
		flex-direction: column;
	}
}

.subscribe-mask .button-primary, .subscribe-mask .post-content a.wp-block-button__link, .post-content .subscribe-mask a.wp-block-button__link {
	display: flex;
	align-items: center;
}

.subscribe-mask .button-primary::after, .subscribe-mask .post-content a.wp-block-button__link::after, .post-content .subscribe-mask a.wp-block-button__link::after {
	content: "";
	margin-left: 10px;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/arrow-right-white-color.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.subscribe-mask__left {
	display: flex;
	align-items: center;
	color: #fff;
}

.subscribe-mask__left img {
	width: 200px;
	margin-right: 50px;
}

@media (max-width: 575.98px) {
	.subscribe-mask__left {
		flex-direction: column;
	}
	.subscribe-mask__left img {
		margin: 0 0 20px 0;
		width: 110px;
	}
	.subscribe-mask__left h2 {
		margin: 5px 0;
	}
}

@media (max-width: 575.98px) {
	.subscribe-mask__content {
		text-align: center;
	}
}

body.single-post.subscribe-enable.subscribe-blocked .site-footer {
	display: none;
}

body.single-post.subscribe-enable.subscribe-blocked .site-layout {
	height: 120vh;
	overflow: hidden;
}

@media (max-width: 575.98px) {
	body.single-post.subscribe-enable.subscribe-blocked .site-layout {
		height: 150vh;
	}
}

body.single-post.subscribe-enable.subscribe-blocked .site-footer {
	display: none;
}

body.single-post.subscribe-enable.subscribe-blocked .subscribe-mask {
	display: flex;
}

a.subscribe-hint-after-pagination {
	text-align: center;
	color: #ff5615;
	margin: 20px 0;
	display: block;
	font-weight: 500;
	text-decoration: underline;
}

a.subscribe-hint-after-pagination:hover {
	color: rgba(255, 86, 21, 0.8);
}

.subscribe-feedback {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.subscribe-feedback .hide {
	display: none;
}

.subscribe-feedback__backdrop {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
}

.subscribe-feedback__container {
	background-color: #fff;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
	width: 800px;
	max-width: 90vw;
	position: absolute;
	top: 15vh;
	left: 50%;
	transform: translateX(-50%);
	padding: 60px;
	text-align: center;
}

@media (max-width: 575.98px) {
	.subscribe-feedback__container {
		padding: 20px;
	}
}

.subscribe-feedback__title {
	font-size: 24px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.subscribe-feedback__options {
	display: flex;
	flex-direction: column;
	width: 290px;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
}

.subscribe-feedback__options label {
	margin-bottom: 10px;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscribe-feedback__options label span {
	margin-left: 10px;
	margin-right: 10px;
}

.subscribe-feedback .hidden {
	display: none;
}

.subscribe-feedback .checkbox {
	width: 22px;
	height: 22px;
	accent-color: #ff5615;
}

.subscribe-feedback__button {
	margin-top: 20px;
}

.subscribe-feedback__close {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.subscribe-feedback__close::before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/close-color-secondary.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	transition: transform 300ms;
}

.subscribe-feedback__close:hover {
	color: #ff5615;
	font-weight: 600;
}

.subscribe-feedback__close:hover::before {
	transform: rotate(90deg);
}

.subscribe-feedback.hidden {
	display: none;
}

.trade-card {
	position: relative;
	display: inline;
	white-space: nowrap;
}

.trade-card__content {
	display: inline;
	position: absolute;
	z-index: 999;
	bottom: 100%;
	left: -137px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	min-width: 325px;
	min-height: 225px;
	padding: 5px 12px;
	color: #222;
	opacity: 0;
	transform: translate(0, -10%);
	transition: all 300ms;
	pointer-events: none;
}

.trade-card:hover .trade-card__content {
	transform: translate(0, 0);
	opacity: 1;
	pointer-events: auto;
}

.trade-card__loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body.page-template-page_subscribe {
	background-color: #f2f8f8;
}

.subscribe-page {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 38px 0;
}

@media (max-width: 575.98px) {
	.subscribe-page {
		flex-direction: column;
		align-items: center;
	}
	.subscribe-page .subscribe-card {
		margin-bottom: 20px;
		width: 100%;
	}
	.subscribe-page .subscribe-card:not(:hover) .subscribe-card__body {
		display: none;
	}
}

.subscribe-card {
	display: flex;
	flex-direction: column;
	max-width: 347px;
	background-color: #fff;
	transition: transform 300ms;
	border-radius: 3px;
}

.subscribe-card__header {
	transition: background 300ms;
	background-color: #bfffff;
	padding: 10px 25px;
	position: relative;
	min-height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px 3px 0 0;
}

.subscribe-card__header h2 {
	font-size: 28px;
	margin: 0;
	color: #222;
}

.subscribe-card__header p {
	margin: 0;
	line-height: 1;
}

.subscribe-card__header em {
	font-size: 12px;
	font-style: normal;
	line-height: 1;
}

.subscribe-card--pro .subscribe-card__header {
	background-image: url(/wp-content/themes/pandaily-2022/images/background/subscribe-pro.svg);
	background-size: cover;
	background-position: right center;
}

.subscribe-card--pro.hover .subscribe-card__header,
.subscribe-card--pro:hover .subscribe-card__header {
	background-image: none;
}

.subscribe-card__divider {
	height: 1px;
	width: 100%;
	background-color: #e1e1e1;
	margin: 15px 0;
}

.subscribe-card--third .subscribe-card__header {
	background-color: #faff00;
}

.subscribe-card__price-description {
	font-size: 14px;
	color: #929292;
	margin: 0;
}

.subscribe-card__price-description em {
	font-style: normal;
	font-size: 20px;
	color: #ff5615;
	font-weight: bold;
}

.subscribe-card.active, .subscribe-card:hover {
	transform: scale(1.05);
	box-shadow: 0 2px 25px 0 rgba(255, 183, 156, 0.5);
}

.subscribe-card.active .subscribe-card__button, .subscribe-card:hover .subscribe-card__button {
	border-color: #ff5615;
}

.subscribe-card.active .subscribe-card__header, .subscribe-card:hover .subscribe-card__header {
	background-color: #ff5615;
}

.subscribe-card.active .subscribe-card__header h2,
.subscribe-card.active .subscribe-card__header em,
.subscribe-card.active .subscribe-card__header p, .subscribe-card:hover .subscribe-card__header h2,
.subscribe-card:hover .subscribe-card__header em,
.subscribe-card:hover .subscribe-card__header p {
	color: #fff;
}

.subscribe-card.active .js-subscribe {
	user-select: none;
}

.subscribe-card__body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 25px 35px;
}

.subscribe-card__body ul {
	flex-grow: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

.subscribe-card__body li {
	font-size: 14px;
	color: #929292;
	list-style-image: url("/wp-content/themes/pandaily-2022/images/icons/arrow-right-secondary-color.svg");
	padding-left: 5px;
	margin-bottom: 10px;
}

.subscribe-card__body__main {
	min-height: 180px;
}

.subscribe-card__button {
	display: block;
	border: 1px solid #929292;
	border-radius: 2px;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	padding: 10px;
	margin: 5px 0;
	line-height: 1;
	color: #222222;
	letter-spacing: -0.11px;
	text-align: center;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.subscribe-card__button span {
	flex-grow: 1;
	font-size: 18px;
}

.subscribe-card__button em {
	font-size: 22px;
	font-style: normal;
}

.subscribe-card__button:hover {
	background-color: #ff5615;
	color: #fff;
	border-color: #ff5615;
}

.loading-spinng {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(5px);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.loading-spinng.hide {
	display: none;
}

.language-suggestion-box {
	position: fixed;
	left: 20px;
	bottom: 20px;
	display: none;
	padding: 15px;
	border-radius: 5px;
	background-color: #bfffff;
	border: 3px solid #ff5615;
	text-align: center;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.language-suggestion-box {
		bottom: 70px;
		left: 15px;
	}
}

.language-suggestion-box.active {
	display: flex;
}

.language-suggestion-box p {
	margin: 10px 0;
}

.language-suggestion-box .icon {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
	transform: scale(1.5) rotate(45deg);
}

.sign-up-today {
	background: linear-gradient(180deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
	padding: 20px 10px;
	text-align: center;
}

.sign-up-today__title {
	font-size: 16px;
}

.sign-up-today__title em {
	font-weight: 600;
	color: #ff5615;
	font-family: "League Spartan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	font-style: normal;
}

.sign-up-today__alternative a {
	text-decoration: underline;
	color: #7289da;
	font-weight: 600;
}

.sign-up-today__buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.sign-up-today .sign-in-with-email {
	padding: 10px 12px;
}

.google-btn {
	width: 184px;
	height: 42px;
	background-color: #4285f4;
	border-radius: 2px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
}

.google-btn .google-icon-wrapper {
	position: relative;
	margin-top: 1px;
	margin-left: 1px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
}

.google-btn .google-icon {
	position: absolute;
	margin-top: 11px;
	margin-left: 11px;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
}

.google-btn .btn-text {
	flex-grow: 1;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-family: "Roboto";
	margin: 0;
}

.google-btn:hover {
	box-shadow: 0 0 6px #4285f4;
}

.google-btn:active {
	background: #1669f2;
}

.remain-posts {
	background: #faf9f7;
	padding: 20px 8px;
	border-radius: 10px;
}

.remain-posts__bar {
	border-radius: 10px;
	height: 7px;
	background: #ea433533;
	margin-right: 10px;
	position: relative;
}

.remain-posts__bar__main {
	border-radius: 10px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: #ea4335;
	box-shadow: 0px 0px 8px 0px #ea4335;
	width: 20%;
	height: 100%;
}

.remain-posts__bar.green-status {
	background: #34a85333;
}

.remain-posts__bar.green-status .remain-posts__bar__main {
	background: #34a853;
	box-shadow: 0px 0px 8px 0px #34a853;
}

.remain-posts__bar.green-status + .remain-posts__content {
	color: #34a853;
}

.remain-posts__plan {
	border-radius: 10px;
	background-color: #fff;
	padding: 8px 5px;
	justify-content: center;
	margin-top: 5px;
}

.remain-posts__container {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 600px;
}

.remain-posts__content {
	font-weight: 600;
	font-size: 18px;
	color: #ff5615;
	margin-right: 10px;
}

.remain-posts__des {
	font-size: 12px;
}

.remain-posts__bar {
	flex-grow: 1;
}

.remain-posts__plan {
	display: flex;
}

.remain-posts__plan__title {
	margin: 0;
}

.remain-posts__plan__desc {
	margin-right: 50px;
}

@media (max-width: 575.98px) {
	.remain-posts__plan__desc {
		margin-right: 5px;
	}
}

.remain-posts__plan__buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.remain-posts__plan__buttons__secondary {
	margin-top: 5px;
	position: relative;
	text-align: center;
	padding: 10px 0;
	min-width: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.remain-posts__plan__buttons__secondary svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.remain-posts__plan__buttons__secondary span {
	position: relative;
	z-index: 1;
}

.remain-posts__plan__content {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.remain-posts__plan__content li {
	list-style-type: none;
	display: flex;
	align-items: center;
	font-size: 13px;
	white-space: nowrap;
}

.remain-posts__plan__content li span {
	font-size: 14px;
	color: #ff5615;
	margin-right: 3px;
}

.remain-posts__plan__content li::before {
	content: "";
	display: flex;
	width: 6px;
	height: 10px;
	background-image: url(/wp-content/themes/pandaily-2022/images/icons/arrow-right-secondary-color.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}

/*--------------------------------------------------------------
# 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: #ff5615;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	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;
}

/*# sourceMappingURL=style.css.map */