/*!
Theme Name: epaper-pro-wp-theme-bootstrap
Theme URI: https://epaperpro.com
Author:  IQL Technologies
Author URI: https://iqltech.com
Description: E-Paper Pro
Version: 3.2.1 
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.2
License: Restricted
License URI: https://epaperpro.com/license
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: epaper-pro
*/


.epaper-auth-page .login-register-form-container.loggedin{
	text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
#login-form label{
	
    width: 100%;
    line-height: 2;
}

.epaper-auth-page .login-register-form-container{
	min-width: 34% !important;
	max-width: 400px;;
	min-height: 340px;
}

.epaper-auth-page .login-register-form-container .nav-item{
	width:50%
}

.page-thumbnail{
	transition: ease 300ms;
}

.page-thumbnails.active .card {
    border: 3px solid #000000;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #0000006b;
}

.epaper-digital-crop-card {
	border-radius: 8px;
	overflow: hidden;
}

.epaper-digital-crop-card .card-img-top {
	aspect-ratio: 4 / 3;
	background: #f5f5f5;
	object-fit: cover;
}

.epaper-digital-crop-card .card-title {
	line-height: 1.3;
}

.page-thumbnails{
	cursor: pointer;
}

.epaper-news-ticker {
	margin: 18px 0 6px;
}

.epaper-news-ticker__inner {
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e3e6ea;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.epaper-news-ticker__label {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	gap: 8px;
	flex: 0 0 auto;
	padding: 11px 15px;
	color: #ffffff;
	background: #a90329;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.epaper-news-ticker__label i {
	font-size: 14px;
}

.epaper-news-ticker__viewport {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.epaper-news-ticker__viewport::before,
.epaper-news-ticker__viewport::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 34px;
	pointer-events: none;
}

.epaper-news-ticker__viewport::before {
	left: 0;
	background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.epaper-news-ticker__viewport::after {
	right: 0;
	background: linear-gradient(270deg, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.epaper-news-ticker__track {
	display: flex;
	width: max-content;
	animation: epaper-news-ticker-scroll 44s linear infinite;
}

.epaper-news-ticker__viewport:hover .epaper-news-ticker__track,
.epaper-news-ticker__viewport:focus-within .epaper-news-ticker__track {
	animation-play-state: paused;
}

.epaper-news-ticker__group {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding: 0 18px;
}

.epaper-news-ticker__item {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	color: #1f2933;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.epaper-news-ticker__item:hover,
.epaper-news-ticker__item:focus {
	color: #a90329;
	text-decoration: none;
}

.epaper-news-ticker__date {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 2px 8px;
	color: #5f6670;
	background: #f3f5f7;
	border: 1px solid #e3e6ea;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

.epaper-news-ticker__title {
	max-width: 360px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@keyframes epaper-news-ticker-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media screen and (prefers-reduced-motion: reduce) {
	.epaper-news-ticker__track {
		animation: none;
	}
}

@media screen and (max-width: 767px) {
	.epaper-news-ticker {
		margin-top: 12px;
	}

	.epaper-news-ticker__inner {
		display: block;
	}

	.epaper-news-ticker__label {
		display: flex;
		justify-content: center;
		min-height: 38px;
		padding: 9px 12px;
	}

	.epaper-news-ticker__item {
		min-height: 40px;
		font-size: 13px;
	}

	.epaper-news-ticker__title {
		max-width: 260px;
	}
}

.edition-archive-page {
	padding-top: 24px;
	padding-bottom: 44px;
}

.edition-archive-page .edition-archive-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 24px;
	padding: 22px;
	background: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.edition-archive-page .edition-archive-kicker {
	margin: 0 0 6px;
	color: #a90329;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.edition-archive-page .edition-archive-title {
	margin: 0;
	color: #15171a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.18;
}

.edition-archive-page .edition-archive-subtitle {
	margin: 8px 0 0;
	color: #5f6670;
	font-size: 14px;
	font-weight: 600;
}

.edition-archive-page .edition-archive-calendar {
	flex: 0 0 auto;
}

.edition-archive-page .edition-archive-calendar-row {
	display: flex;
	align-items: center;
	gap: 7px;
}

.edition-archive-page .edition-archive-calendar .form-control {
	width: auto;
	min-width: 72px;
	height: 38px;
	padding: 5px 9px;
	border-color: #d5dae1;
	border-radius: 6px;
	color: #15171a;
	font-size: 14px;
	font-weight: 700;
}

.edition-archive-page #archive-month {
	min-width: 88px;
}

.edition-archive-page .edition-archive-calendar-btn,
.edition-archive-page .edition-archive-go,
.edition-archive-page .edition-archive-date-picker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d5dae1;
	border-radius: 6px;
	color: #343a40;
	background: #ffffff;
	text-decoration: none;
}

.edition-archive-page .edition-archive-go {
	width: auto;
	min-width: 48px;
	padding: 0 12px;
	color: #ffffff;
	background: #0d6efd;
	border-color: #0d6efd;
	font-weight: 700;
}

.edition-archive-page .edition-archive-calendar-btn:hover,
.edition-archive-page .edition-archive-calendar-btn:focus,
.edition-archive-page .edition-archive-date-picker:hover,
.edition-archive-page .edition-archive-date-picker:focus {
	color: #a90329;
	background: #fff6f7;
	border-color: #e7b7c0;
}

.edition-archive-page .edition-archive-go:hover,
.edition-archive-page .edition-archive-go:focus {
	color: #ffffff;
	background: #0b5ed7;
	border-color: #0b5ed7;
}

.edition-archive-page .edition-archive-date-picker {
	position: relative;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
}

.edition-archive-page .edition-archive-date-picker input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.edition-archive-page .edition-archive-reset {
	display: inline-block;
	margin-top: 9px;
	color: #5f6670;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.edition-archive-page .edition-archive-reset:hover,
.edition-archive-page .edition-archive-reset:focus {
	color: #a90329;
}

.edition-archive-page .edition-archive-grid {
	row-gap: 18px;
}

.edition-archive-page .edition-archive-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.edition-archive-page .edition-archive-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid #e3e6ea;
	border-radius: 8px;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.edition-archive-page .edition-archive-card:hover {
	border-color: #ccd2da;
	box-shadow: 0 16px 32px rgba(15, 23, 42, .12) !important;
	transform: translateY(-2px);
}

.edition-archive-page .edition-archive-cover {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: top center;
	background: #eef1f5;
	border-bottom: 1px solid #e3e6ea;
}

.edition-archive-page .edition-archive-cover-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9aa3af;
	font-size: 42px;
}

.edition-archive-page .card-title {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.32;
}

.edition-archive-page .card-title a {
	color: #15171a;
	text-decoration: none;
}

.edition-archive-page .card-text.entry-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	color: #5f6670;
	font-size: 13px;
	font-weight: 600;
}

.edition-archive-page .card-text.entry-content {
	display: none;
}

.edition-archive-page .edition-archive-empty {
	max-width: 560px;
	margin: 22px auto 40px;
	padding: 38px 24px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.edition-archive-page .edition-archive-empty i {
	margin-bottom: 12px;
	color: #a90329;
	font-size: 42px;
}

.edition-archive-page .edition-archive-empty h2 {
	margin: 0 0 8px;
	color: #15171a;
	font-size: 24px;
	font-weight: 700;
}

.edition-archive-page .edition-archive-empty p {
	margin: 0;
	color: #5f6670;
}

@media screen and (max-width: 767px) {
	.edition-archive-page .edition-archive-header {
		display: block;
		padding: 18px;
	}

	.edition-archive-page .edition-archive-title {
		font-size: 24px;
	}

	.edition-archive-page .edition-archive-calendar {
		margin-top: 16px;
	}

	.edition-archive-page .edition-archive-calendar-row {
		flex-wrap: wrap;
	}

	.edition-archive-page .edition-archive-calendar .form-control {
		flex: 1 1 70px;
	}

	.edition-archive-page .edition-archive-go {
		flex: 1 1 64px;
	}
}

.news .modal-dialog{

    width: fit-content !important;
	max-width: 1020px !important;
}
/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

.double-shadow {
	box-shadow: 10px 0px 30px gray;
}

.sharing.modal  .modal-dialog{
	max-width: 600px;
}


/* menu color :: redhot */

.newspaper-side-nav{
	z-index: 9;
}

.newspaper-actions-toolbar {
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.newspaper-actions-toolbar {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 4px;
		flex-wrap: nowrap;
		overflow: visible;
	}

	.newspaper-actions-toolbar.is-expanded {
		flex-wrap: wrap;
	}

	.newspaper-actions-toolbar > .newspaper-actions {
		flex: 0 0 auto;
		margin: 0;
	}

	.newspaper-actions-toolbar > .newspaper-actions.newspaper-action-overflow {
		display: none !important;
	}

	.newspaper-actions-toolbar.is-expanded > .newspaper-actions.newspaper-action-overflow {
		display: inline-flex !important;
		align-items: center;
	}

	.newspaper-actions-more-toggle {
		flex: 0 0 auto;
		margin: 0;
	}
}

@media screen and (min-width: 768px) {
	.newspaper-actions-more-toggle {
		display: none !important;
	}
}

.previous-page-btn,.next-page-btn,.z-index-top{

	z-index:9999999 !important
}

.redhot,.blue button i,.green,.green-alt,.brown,.gray,.sky,.blue-alt,.orange,.purple{
	
}

.white-borders button{
	border-color: #ffffff33 !important;
}

.white-borders .page-nav-buttons a,.white-borders button i{
	color:white !important
}

.redhot {
    background: #a90329;
    background: -moz-linear-gradient(top,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: -webkit-linear-gradient(top,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom,rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);
}

.blue{
		background: linear-gradient(to bottom,rgba(47,130,203,1) 0%,#336098 100%);
}

.green{

		background: linear-gradient(to bottom,#02950d 0%,#0d7012 100%);
	
}

.green-alt{
	
		background: linear-gradient(to bottom,#8BC34A 0%,#71a238 100%);
}

.brown{
		background: linear-gradient(to bottom,#795548 0%,#5d3f34 100%);
	
}

.gray{
		background: linear-gradient(to bottom,#9E9E9E 0%,#6a6a6a 100%);
	
}

.sky{
		background: linear-gradient(to bottom,#00BCD4 0%,#038b9c 100%);	
}

.blue-alt {
    background: #000;
    background: rgba(47,130,203,1);
    background: -moz-linear-gradient(top,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(47,130,203,1)),color-stop(100%,rgba(4,104,211,1)));
    background: -webkit-linear-gradient(top,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    background: -o-linear-gradient(top,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    background: -ms-linear-gradient(top,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    background: linear-gradient(to bottom,rgba(47,130,203,1) 0%,rgba(4,104,211,1) 100%);
    box-shadow: 0 0 4px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f82cb',endColorstr='#0468d3',GradientType=0);
   
}

.orange {
    background: linear-gradient(to bottom,#FF5722 0%,#cd3a0c 100%);
}

.purple{
    background: linear-gradient(to bottom,#673AB7 0%,#4c2492 100%);
}


.redhot .page-nav-buttons a,.blue button i,.green .page-nav-buttons a,.green-alt .page-nav-buttons a,.brown .page-nav-buttons a,.gray .page-nav-buttons a,.sky .page-nav-buttons a,.blue-alt .page-nav-buttons a,.orange .page-nav-buttons a,.purple .page-nav-buttons a{
	border-color:#ffffff33 !important;
}



.left-column {
    /* background: linear-gradient(to right, transparent 0%,rgba(0,0,0,0.2) 46%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.5) 51%,rgba(0,0,0,0.2) 52%,transparent 100%); */
    content: '';
    transform: translate(50%,0);
    z-index: 1;
}


/* @dflip pdf ui */

*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}


/*homepage */

.bg-orange{
	background:#F35C03
}



/* my account page design */


.my-account-dropdown ul .fa{
	display:inline-block; 
	margin:7px 10px
}


	/* remove shadow */
	.woocommerce-account.woocommerce-page #theme-header .container-fluid.shadow{
		box-shadow:none !important
	}

	.woocommerce-account.woocommerce-page main .container.py-3{
		padding-top:0px !important
	}

.woocommerce-MyAccount-navigation{

    border-right: 1px solid #eaeaea;
}

.woocommerce-MyAccount-navigation ul li a{

    border-bottom: 1px solid #eaeaea;
	width:100%;
	padding:12px;
	display:block;
	color:black;
	font-weight: 300;
	font-size:16px
}

.woocommerce-MyAccount-navigation ul li.is-active a{
	font-weight: bold;
}

.woocommerce-account h1.entry-title{

    padding: 30px;
    text-align: center;
    font-size: 30pt;
    font-weight: 200;
	margin-bottom:0px;
    background: #f1f1f1;

	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 13%, rgba(233,233,233,1) 76%, rgba(255,255,255,1) 95%);
}

.woocommerce-MyAccount-navigation ul li.is-active{
background: #eaeaea}


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
	padding-top: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    padding-top: 10px;
    padding: 2rem 0px 2rem 2rem  !important
}



/* woocommerce user dashboard add icons */
.woocommerce-MyAccount-navigation ul li a:before {
   
	color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;
	display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    color: black !important;
    margin: 0px 15px 0px 0px;


}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4";
}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291"
}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f2bc";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f044";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--bookmarks a:before {
    content: "\f097";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--clippings a:before {
    content: "\f125";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscription a:before {
    content: "\f021";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
	
}



.woocommerce-MyAccount-navigation li{
	list-style: none;
}

.woocommerce-MyAccount-navigation li{

}
.woocommerce-MyAccount-navigation ul{
	padding-left:0px;
}

.clip-tools li:hover  span,.clip-tools li:hover  .fa{
	color:white !important
}

.sidebar-menu li{
	width:100%
}
.sidebar-menu .menu-item .nav-link{
	color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;

    padding: 10px 0px;
}

.sidebar-menu  .dropdown-menu.show{
	width:100%
}

.sidebar-menu .nav-link{
	font-weight: 200;
}

.sidebar-menu .nav-link .fa{
	display: inline-block;
	padding: 10px;
	border: 1px solid #8080808a;
	border-radius: 5px;
	margin: 0px 10px 0px 0px;
}


#footer.site-footer {
	background: #101418;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #d7dde5;
	margin-top: 48px;
	padding: 34px 0 22px;
}

.site-footer__top,
.site-footer__bottom {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.site-footer__brand {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-size: 1.05rem;
	font-weight: 800;
	max-width: 300px;
	text-decoration: none;
}

.site-footer__brand img {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.site-footer__nav .menu {
	gap: 8px;
	justify-content: flex-end;
	margin: 0;
}

#footer .nav-link {
	border-radius: 6px;
	color: #d7dde5 !important;
	font-weight: 600;
	padding: 8px 10px;
}

#footer .nav-link:hover,
#footer .nav-link:focus {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.site-footer__widgets {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 24px;
	padding-top: 22px;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #9aa6b2;
	margin-top: 24px;
	padding-top: 18px;
}

.site-footer__credit {
	display: inline-flex;
	align-items: center;
	background: transparent;
	border: 0;
	max-width: 100%;
	padding: 0;
	text-decoration: none;
}

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

.site-footer__credit:hover,
.site-footer__credit:focus {
	opacity: 0.86;
}

@media screen and (max-width: 767px) {
	.site-footer__top,
	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer__nav .menu {
		justify-content: flex-start;
	}
}


.modal.calendar .modal-content{
	max-width:360px  
}
.dropdown-menu.show,.offcanvas{
	z-index:999999 !important
}
@media screen and (min-width:1000px)
{
	.df-ui-wrapper.df-ui-controls{
		margin-top:-88px !important;
		z-index:999999 !important
	}
	._df_book.df-lite.df-container{
		overflow: visible !important;
	}
}

.loading-info,.df-raw-loading{
	display:none
}

.df-ui-wrapper.df-ui-controls{
	box-shadow: none;
	background: none;
}
.df-ui-wrapper > .df-ui-btn {
    position: relative;
   
   
  
    border: 1px solid #6c757d !important;
    background: white !important;
    border-radius: 3px  !important;
    margin: 0px 4px;

	position: relative;
    width: 33px !important;
    
    height: 33px  !important;
    font-size: 15px  !important;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    padding: 8px 7px  !important;
    
}

[class*=" ti-"]:before, [class^=ti-]:before{
	color:black
}
.df-ui-wrapper > .df-ui-btn.df-ui-prev:not(.disabled),.df-ui-wrapper > .df-ui-btn.df-ui-next:not(.disabled){
	background: #0d6efd !important;
	border-color: #0d6efd !important; 
}
.df-ui-wrapper > .df-ui-page label{
	padding-top:5px !important
}

.df-ui-wrapper > .df-ui-btn.df-ui-prev.ti-angle-left:not(.disabled):before,.df-ui-wrapper > .df-ui-btn.df-ui-next:not(.disabled):before {
    color: white !important;
}
.df-ui-wrapper > .df-ui-btn.df-ui-page{
	border:none !important
}
.df-ui-wrapper > .df-ui-btn.df-ui-page label{
	margin-top: 3px;
}
/* /@dflip pdf ui */


.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
	background: #f9f9f9;
    z-index: 999;
    border-right: 1px solid #e2e2e2;

  }
  .panel:before {
	content: '';
	display: block;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.5s ease-in-out;
  }
  
  .panel-open:before {

	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
  }
  .slideout-menu-left {
	left: 0;
  }
  
  .slideout-menu-right {
	right: 0;
  }
  
  .slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
	background-color: #FFF; /* A background-color is required */
	min-height: 100vh;
	
  }
  
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
	overflow: hidden;
  }
  
  .slideout-open .slideout-menu {
	display: block;
  }
/* 
.mm-menu--position-left{
	max-width:80vw !important
} */

.maphilighted{
	background-repeat: no-repeat !important;
	max-width: 100% !important;
	width: 100% !important;
}

.maphilighted img.map {
	display: block;
	height: auto !important;
	width: 100% !important;
}

.fb-color{
	color: #4267b2;
}

@media screen and (min-width:600px){

	#full-page-mobile-menu{
			max-width:450px
	}

}
.epaper-edition-box{
	max-width:25rem
}

.epaper-editions-list-row {
	--bs-gutter-x: 1.25rem;
	--bs-gutter-y: 1.25rem;
	align-items: flex-start;
}

.epaper-editions-list {
	min-height: calc(100vh - 210px);
	display: flex;
	align-items: center;
}

.epaper-editions-list .epaper-editions-list-row {
	width: 100%;
	padding-top: clamp(32px, 6vh, 72px) !important;
	padding-bottom: clamp(32px, 6vh, 72px) !important;
}

.epaper-editions-list .epaper-edition-item {
	max-width: 320px;
	padding-left: 10px;
	padding-right: 10px;
}

.epaper-editions-list .epaper-edition-box {
	width: 100%;
	max-width: 300px;
	margin-top: 0 !important;
	overflow: hidden;
}

.epaper-editions-list .epaper-edition-box .card-img-top {
	display: block;
	width: 100%;
	height: clamp(300px, 52vh, 460px);
	object-fit: contain;
	background: #f8fafc;
}

.epaper-editions-list .epaper-edition-box .card-body {
	min-height: 0;
}

.epaper-editions-list .epaper-edition-box .card-title {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.25;
}

.epaper-editions-list .epaper-edition-box .card-text {
	display: none;
}

@media screen and (min-width: 768px) {
	.epaper-editions-list .epaper-edition-item {
		flex: 0 1 320px;
		width: 320px;
	}
}

@media screen and (max-width: 575px) {
	.epaper-editions-list {
		padding-left: 14px !important;
		padding-right: 14px !important;
		min-height: auto;
		display: block;
	}

	.epaper-editions-list .epaper-edition-item {
		max-width: 50%;
	}

	.epaper-editions-list .epaper-edition-box {
		max-width: 180px;
	}

	.epaper-editions-list .epaper-edition-box .card-img-top {
		height: clamp(180px, 38vh, 270px);
	}
}

.pdf-icon{
	max-width:100px
}

.view-type-btn{
	background-color:rgb(218, 218, 218) !important
}
.book-shadow{
		background: #fff;
		box-shadow: rgb(0 0 0 / 50%) 0 1em 3em;
		color: #000;
	
}

.pages-link{
	display:none !important
}




/* From http://codex.wordpress.org/CSS */


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*

	EPAPER PRO CSS

*/

/* 


search button right





*/


.search-input{

    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.search-submit{
	border-color: #ced4da;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 12px;

}

.epaper-search-page {
	background: #f4f7fb;
	min-height: 70vh;
	padding-bottom: 46px;
}

.epaper-search-hero {
	padding: 34px 0 22px;
	background: #ffffff;
	border-bottom: 1px solid #e4e9f1;
}

.epaper-search-hero-inner {
	max-width: 880px;
}

.epaper-search-eyebrow {
	margin: 0 0 6px;
	color: #64748b;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.epaper-search-hero h1 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	font-weight: 850;
	line-height: 1.1;
}

.epaper-search-summary {
	margin: 10px 0 0;
	color: #475569;
	font-size: 1rem;
	font-weight: 650;
}

.epaper-search-form {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	width: min(100%, 720px);
	margin-top: 22px;
	padding: 8px;
	border: 1px solid #dbe3ee;
	border-radius: 8px;
	background: #f8fafc;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.epaper-search-form i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #64748b;
}

.epaper-search-form input {
	min-width: 0;
	height: 42px;
	border: 0;
	outline: 0;
	color: #0f172a;
	background: transparent;
	font-size: 1rem;
	font-weight: 650;
}

.epaper-search-form input::placeholder {
	color: #94a3b8;
}

.epaper-search-form button {
	height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	background: #0f172a;
	font-weight: 800;
}

.epaper-search-form button:hover,
.epaper-search-form button:focus {
	background: #1d4ed8;
}

.epaper-search-results-section {
	padding-top: 24px;
}

.epaper-search-results-list {
	display: grid;
	gap: 14px;
	max-width: 980px;
}

.epaper-search-result {
	display: grid;
	grid-template-columns: 184px minmax(0, 1fr);
	gap: 18px;
	padding: 14px;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.epaper-search-result:hover,
.epaper-search-result:focus-within {
	border-color: #c7d3e2;
	box-shadow: 0 22px 44px rgba(15, 23, 42, .1);
	transform: translateY(-1px);
}

.epaper-search-result-media {
	display: block;
	overflow: hidden;
	width: 184px;
	height: 138px;
	border-radius: 6px;
	background: #eef2f7;
}

.epaper-search-result-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.epaper-search-result-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #64748b;
	font-size: 2rem;
}

.epaper-search-result-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 2px 2px 0;
}

.epaper-search-result-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
	color: #475569;
	font-size: .78rem;
	font-weight: 800;
}

.epaper-search-result-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 24px;
	padding: 3px 9px;
	border: 1px solid #dbe3ee;
	border-radius: 999px;
	background: #f8fafc;
}

.epaper-search-result h2 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(1.08rem, 2vw, 1.35rem);
	font-weight: 850;
	line-height: 1.24;
}

.epaper-search-result h2 a {
	color: inherit;
	text-decoration: none;
}

.epaper-search-result p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 9px 0 12px;
	color: #475569;
	line-height: 1.55;
}

.epaper-search-result-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	margin-top: auto;
	color: #0f172a;
	font-size: .9rem;
	font-weight: 850;
	text-decoration: none;
}

.epaper-search-result-link:hover,
.epaper-search-result-link:focus {
	color: #1d4ed8;
	text-decoration: none;
}

.epaper-search-pagination {
	max-width: 980px;
	margin-top: 22px;
}

.epaper-search-empty {
	max-width: 680px;
	margin: 0 auto;
	padding: 38px 28px;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
}

.epaper-search-empty img {
	width: min(180px, 55vw);
	margin-bottom: 18px;
}

.epaper-search-empty h2 {
	margin: 0 0 8px;
	color: #0f172a;
	font-weight: 850;
}

.epaper-search-empty p {
	max-width: 460px;
	margin: 0 auto;
	color: #475569;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.epaper-search-hero {
		padding: 24px 0 18px;
	}

	.epaper-search-form {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.epaper-search-form button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.epaper-search-result {
		grid-template-columns: 104px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}

	.epaper-search-result-media {
		width: 104px;
		height: 104px;
	}

	.epaper-search-result-meta {
		gap: 6px;
		margin-bottom: 7px;
	}

	.epaper-search-result p {
		-webkit-line-clamp: 3;
		font-size: .92rem;
	}
}



.my-account-dropdown .dropheader{
min-width: 300px;
}

.epaper-account-menu {
	min-width: 280px;
	padding: 8px;
	border: 0;
	border-radius: 8px;
}

.epaper-account-menu__header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
}

.epaper-account-menu__header small {
	display: block;
	color: #6c757d;
	font-size: 12px;
	margin-top: 2px;
}

.epaper-account-menu__avatar,
.epaper-account-menu__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	margin: 0;
	border-radius: 6px;
	background: #f1f3f5;
	color: #495057;
    margin-right: 10px;
}

.epaper-account-menu__icon .fa {
	line-height: 1;
	margin: 0;
}

.epaper-account-menu__item {
	display: flex;
	align-items: center;
	gap: 14px;
	border-radius: 6px;
	padding: 8px 10px;
	color: #212529;
	font-weight: 500;
}

.epaper-account-menu__item:hover,
.epaper-account-menu__item:focus {
	background: #f8f9fa;
	color: #0d6efd;
}

.epaper-account-menu__item:hover .epaper-account-menu__icon,
.epaper-account-menu__item:focus .epaper-account-menu__icon {
	background: #e7f1ff;
	color: #0d6efd;
}

.epaper-account-menu__item.is-active {
	background: #e7f1ff;
	color: #0d6efd;
	font-weight: 700;
}

.epaper-account-menu__item.is-active .epaper-account-menu__icon {
	background: #0d6efd;
	color: #ffffff;
}

.epaper-account-menu__item.is-logout {
	margin-top: 6px;
	color: #dc3545;
	border-top: 1px solid #eef0f2;
	border-radius: 0 0 6px 6px;
	padding-top: 12px;
}

.epaper-account-menu__item.is-logout .epaper-account-menu__icon {
	background: #fff1f1;
	color: #dc3545;
}

.epaper-account-menu__item.is-logout:hover,
.epaper-account-menu__item.is-logout:focus {
	background: #fff5f5;
	color: #b02a37;
}

.epaper-account-menu__item.is-logout:hover .epaper-account-menu__icon,
.epaper-account-menu__item.is-logout:focus .epaper-account-menu__icon {
	background: #dc3545;
	color: #ffffff;
}

.offcanvas .epaper-account-menu {
	min-width: min(360px, calc(100vw - 32px));
	width: max-content;
	max-width: calc(100vw - 32px);
}

.offcanvas .dropdown {
	position: static;
}




/*

	issue top bar

*/

.issue-top-bar{
	z-index:99999
}

.epaper-web-stories {
	background: #ffffff;
	border-bottom: 1px solid rgba(20, 26, 33, 0.08);
	padding: 12px 0;
}

.issue-top-bar + .epaper-web-stories {
	position: relative;
	z-index: 5;
}

.epaper-web-stories__bar {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.epaper-web-stories__label {
	color: #3d4652;
	font-size: 0.86rem;
	font-weight: 700;
	margin: 0;
}

.epaper-web-stories__select {
	background-color: #ffffff;
	border: 1px solid rgba(20, 26, 33, 0.18);
	border-radius: 8px;
	color: #111820;
	font-size: 0.9rem;
	font-weight: 700;
	min-height: 34px;
	padding: 4px 30px 4px 10px;
}

.epaper-web-stories__track {
	display: grid;
	grid-auto-columns: 104px;
	grid-auto-flow: column;
	gap: 12px;
	justify-content: center;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 2px 2px 10px;
	scroll-snap-type: inline mandatory;
	scrollbar-width: thin;
}

.epaper-web-stories__item {
	scroll-snap-align: start;
}

.epaper-web-stories__link {
	align-items: center;
	color: #111820;
	display: flex;
	flex-direction: column;
	gap: 7px;
	text-decoration: none;
}

.epaper-web-stories__link:hover,
.epaper-web-stories__link:focus {
	color: #111820;
	text-decoration: none;
}

.epaper-web-stories__ring {
	background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(18, 24, 32, 0.15);
	display: block;
	height: 86px;
	padding: 3px;
	width: 86px;
}

.epaper-web-stories__image {
	background: #111820;
	border: 3px solid #ffffff;
	border-radius: 999px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.epaper-web-stories__title {
	display: -webkit-box;
	font-size: 0.76rem;
	font-weight: 700;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.18;
	margin: 0;
	overflow: hidden;
	text-align: center;
	text-shadow: none;
	width: 100%;
}

.epaper-story-player-open {
	overflow: hidden;
}

.epaper-story-player-open .sticky-top,
.epaper-story-player-open .sticky-bottom,
.epaper-story-player-open .issue-top-bar,
.epaper-story-player-open .prev-next-container,
.epaper-story-player-open .z-index-top {
	z-index: 1 !important;
}

.epaper-story-player {
	align-items: center;
	background: rgba(4, 6, 10, 0.86);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 18px;
	position: fixed;
	z-index: 2147483647 !important;
}

.epaper-story-player.is-open {
	display: flex;
}

.epaper-story-player__shell {
	background: #05070b;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
	height: min(760px, 94vh);
	overflow: hidden;
	position: relative;
	width: min(430px, 96vw);
}

.epaper-story-player__progress {
	display: grid;
	gap: 4px;
	grid-auto-flow: column;
	left: 12px;
	position: absolute;
	right: 54px;
	top: 12px;
	z-index: 2;
}

.epaper-story-player__progress span {
	background: rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	display: block;
	height: 3px;
	overflow: hidden;
	position: relative;
}

.epaper-story-player__progress span::after {
	background: #ffffff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
}

.epaper-story-player__progress span.is-complete::after {
	transform: scaleX(1);
}

.epaper-story-player__progress span.is-filling::after {
	background: #ffffff;
	transform: scaleX(1);
	transition-duration: var(--story-duration, 5000ms);
	transition-property: transform;
	transition-timing-function: linear;
}

.epaper-story-player__image {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.epaper-story-player__caption {
	background: linear-gradient(180deg, rgba(5, 7, 11, 0), rgba(5, 7, 11, 0.92));
	bottom: 0;
	color: #ffffff;
	left: 0;
	padding: 90px 18px 18px;
	position: absolute;
	right: 0;
}

.epaper-story-player__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 10px;
}

.epaper-story-player__pill {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 5px;
	line-height: 1;
	min-height: 24px;
	padding: 5px 9px;
}

.epaper-story-player__title {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 10px;
}

.epaper-story-player__open {
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: underline;
}

.epaper-story-player__close,
.epaper-story-player__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 3;
}

.epaper-story-player__close {
	font-size: 28px;
	height: 34px;
	line-height: 1;
	right: 12px;
	top: 8px;
	width: 34px;
}

.epaper-story-player__nav {
	font-size: 42px;
	height: 58px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
}

.epaper-story-player__nav--prev {
	left: 10px;
}

.epaper-story-player__nav--next {
	right: 10px;
}

@media screen and (max-width: 575px) {
	.epaper-web-stories {
		padding: 10px 0;
	}

	.epaper-web-stories .container {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.epaper-web-stories__bar {
		justify-content: space-between;
	}

	.epaper-web-stories__track {
		grid-auto-columns: 92px;
		gap: 10px;
		justify-content: flex-start;
	}

	.epaper-web-stories__ring {
		height: 76px;
		width: 76px;
	}

	.epaper-story-player {
		padding: 0;
	}

	.epaper-story-player__shell {
		border-radius: 0;
		height: 100vh;
		width: 100vw;
	}
}

/*

	Search 

*/

.btn-outline-dark.search-submit{
	border-color: #ced4da;
}


.card.gray,.card.redhot{
	color:white
}

#theme-header .navbar {
	align-items: center;
	flex-wrap: nowrap;
}

#theme-header .header-edition-bar {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	white-space: nowrap;
}

#theme-header .header-edition-bar .dropdown {
	margin-left: 0 !important;
}

#theme-header .navbar-brand {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

#theme-header .epaperpro-logo {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.modal-backdrop {
	z-index: 100010 !important;
}

.modal {
	z-index: 100020 !important;
}

.tooltip {
	z-index: 100030 !important;
}

.x-share {
	border-color: #111820 !important;
}

.x-share a,
.x-share .x-brand-icon {
	color: #111820;
}

.x-share:hover,
.x-share:focus-within {
	background: #111820;
}

.x-share:hover a,
.x-share:focus-within a,
.x-share:hover .x-brand-icon,
.x-share:focus-within .x-brand-icon {
	color: #ffffff !important;
}

.x-brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	margin-right: 4px;
}

@media screen and (max-width:900px){

    .woocommerce-MyAccount-navigation li {
        display: none;
        width: 30%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation ul li a {
        font-size: 12px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
        padding-top: 10px;
        padding: 2rem 0px 2rem 0rem  !important;
    }
}

.epaper-page {
    position: relative;
    min-height: 55vh;
}

.epaper-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: none;
    min-height: 55vh;
    border-radius: 4px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 50%, rgba(255,255,255,0) 100%),
        linear-gradient(#eceff3 0 0),
        linear-gradient(#f5f6f8 0 0),
        linear-gradient(#f0f2f5 0 0),
        linear-gradient(#f7f8fa 0 0);
    background-repeat: no-repeat;
    background-size:
        220px 100%,
        72% 18%,
        84% 11%,
        68% 11%,
        78% 46%;
    background-position:
        -220px 0,
        50% 12%,
        50% 36%,
        50% 53%,
        50% 86%;
    background-color: #e7ebef;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
    animation: epaper-page-placeholder 1.15s linear infinite;
}

.epaper-page::after {
    content: "Loading page";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: none;
    transform: translate(-50%, -50%);
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(255,255,255,.86);
    color: #343a40;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.epaper-page.epaper-page-loading::before,
.epaper-page.epaper-page-loading::after {
    display: block;
}

.epaper-page.epaper-page-load-error::after {
    content: "Page could not load";
}

@keyframes epaper-page-placeholder {
    from {
        background-position:
            -220px 0,
            50% 12%,
            50% 36%,
            50% 53%,
            50% 86%;
    }
    to {
        background-position:
            calc(100% + 220px) 0,
            50% 12%,
            50% 36%,
            50% 53%,
            50% 86%;
    }
}

/* Modern auth/register screen */
body.epaper-auth-page {
    background: #f4f6f8;
}

body.epaper-auth-page main {
    padding: 0 !important;
}

body.epaper-auth-page .content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, 46vw) minmax(360px, 1fr);
    grid-auto-rows: min-content;
    align-items: start;
    align-content: center;
    column-gap: 0;
    row-gap: 10px;
    min-height: calc(100vh - 92px);
    padding: clamp(32px, 6vh, 72px) 0;
    overflow: hidden;
    background: #fff;
}

body.epaper-auth-page .content.post,
body.epaper-auth-page .type-page.content,
body.epaper-auth-page article.content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.epaper-auth-page .content::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 8;
    align-self: stretch;
    min-height: calc(100vh - 92px);
    background:
        linear-gradient(rgba(6, 20, 38, .66), rgba(6, 20, 38, .78)),
        var(--epaper-auth-bg-image, linear-gradient(135deg, #0f172a, #334155));
    background-position: center top;
    background-size: cover;
}

body.epaper-auth-page .content::after {
    content: "Stay connected with trusted journalism";
    position: absolute;
    left: clamp(28px, 5vw, 72px);
    bottom: clamp(32px, 8vh, 88px);
    width: min(360px, 34vw);
    color: #fff;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce-form-register,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce-form-login,
.epaper-auth-page .login-register-form-container {
    width: min(100%, 460px) !important;
    max-width: 460px;
    min-width: 0 !important;
    min-height: 0;
    margin: 8px auto 0;
    padding: 30px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .12);
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login {
    display: grid;
    gap: 14px;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register .form-row,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .form-row {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register label,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login label,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce-form-register label,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce-form-login label,
.epaper-auth-page .form-floating > label,
.epaper-auth-page .login-register-form-container label {
    position: static !important;
    display: block;
    width: 100%;
    margin: 0 0 7px;
    transform: none !important;
    color: #334155;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register input.input-text,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login input.input-text,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register input[type="text"],
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login input[type="text"],
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register input[type="email"],
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login input[type="email"],
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register input[type="password"],
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login input[type="password"],
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register select,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login select,
.epaper-auth-page .login-register-form-container input,
.epaper-auth-page .login-register-form-container select {
    min-height: 48px;
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.4;
    padding: 11px 13px;
    box-shadow: none;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register input:focus,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login input:focus,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register select:focus,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login select:focus,
.epaper-auth-page .login-register-form-container input:focus,
.epaper-auth-page .login-register-form-container select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
    outline: none;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register .select2-container,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .select2-container,
.epaper-auth-page .login-register-form-container .select2-container {
    width: 100% !important;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register .select2-container .select2-selection--single,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .select2-container .select2-selection--single,
.epaper-auth-page .login-register-form-container .select2-container .select2-selection--single {
    height: 48px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register .select2-container .select2-selection__rendered,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .select2-container .select2-selection__rendered,
.epaper-auth-page .login-register-form-container .select2-container .select2-selection__rendered {
    padding-left: 13px;
    padding-right: 36px;
    color: #0f172a;
    line-height: 48px;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register .select2-container .select2-selection__arrow,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .select2-container .select2-selection__arrow,
.epaper-auth-page .login-register-form-container .select2-container .select2-selection__arrow {
    height: 48px;
    right: 8px;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register button,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login button.button,
.epaper-auth-page .login-register-form-container button,
.epaper-auth-page .login-register-form-container input[type="submit"] {
    min-height: 48px;
    width: 100%;
    border: 0;
    border-radius: 6px;
    background: #0f172a;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register button:hover,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login button.button:hover,
.epaper-auth-page .login-register-form-container button:hover,
.epaper-auth-page .login-register-form-container input[type="submit"]:hover {
    background: #1d4ed8;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    margin: 0;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .password-input {
    display: block;
    width: 100%;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .show-password-input {
    width: 42px;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #64748b;
    box-shadow: none;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .woocommerce-form-login__rememberme input {
    min-height: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce-LostPassword {
    margin: 0;
    text-align: center;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce-LostPassword a {
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

body.epaper-auth-page:not(.woocommerce-checkout) .epaper-auth-create-account {
    width: min(100%, 460px);
    margin: 16px auto 0;
    padding: 18px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #f8fafc;
    color: #475569;
    text-align: center;
}

body.epaper-auth-page:not(.woocommerce-checkout) .epaper-auth-create-account span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

body.epaper-auth-page:not(.woocommerce-checkout) .epaper-auth-create-account a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: none;
}

body.epaper-auth-page:not(.woocommerce-checkout) .epaper-auth-create-account a:hover {
    border-color: #1d4ed8;
    background: #eff6ff;
    color: #1d4ed8;
}

body.epaper-auth-page:not(.woocommerce-checkout) .entry-title + .woocommerce,
body.epaper-auth-page:not(.woocommerce-checkout) .entry-content > .woocommerce:first-child,
body.epaper-auth-page:not(.woocommerce-checkout) .content > .woocommerce:first-child {
    width: min(100% - 24px, 520px);
    margin: 0 auto;
    grid-column: 2;
    grid-row: auto;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce {
    color: #334155;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce .woocommerce-notices-wrapper {
    width: min(100% - 24px, 520px);
    margin: 0 auto 12px;
    grid-column: 2;
}

body.epaper-auth-page:not(.woocommerce-checkout) h1.entry-title {
    display: none;
}

body.epaper-auth-page:not(.woocommerce-checkout) h1.entry-title + p,
body.epaper-auth-page:not(.woocommerce-checkout) .entry-content > p:first-child,
body.epaper-auth-page:not(.woocommerce-checkout) .content > p:first-of-type {
    grid-column: 2;
    grid-row: auto;
    max-width: 520px;
    width: min(100% - 24px, 520px);
    margin: 0 auto 4px;
    padding: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce h2,
body.epaper-auth-page:not(.woocommerce-checkout) .u-column1 h2,
body.epaper-auth-page:not(.woocommerce-checkout) .u-column2 h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce .u-columns {
    display: grid;
    gap: 18px;
    width: min(100%, 460px);
    margin: 0 auto;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce .u-column1,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce .u-column2 {
    width: 100%;
    float: none;
    padding: 30px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .12);
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce .u-column1 form.login,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce .u-column2 form.register {
    width: 100% !important;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .password-input {
    position: relative;
    display: block;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .password-input input {
    padding-right: 48px;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .show-password-input {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #64748b !important;
    box-shadow: none !important;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .form-row:has(.woocommerce-form-login__rememberme) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .woocommerce-form-login__submit {
    order: 1;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login .woocommerce-form-login__rememberme {
    order: 2;
    justify-self: start;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce a.button,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce .button:not(.woocommerce-form-login__submit):not(.woocommerce-form-register__submit) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
}

body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce a.button:hover,
body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce .button:not(.woocommerce-form-login__submit):not(.woocommerce-form-register__submit):hover {
    border-color: #1d4ed8;
    background: #eff6ff;
    color: #1d4ed8;
}

body.epaper-auth-page:not(.woocommerce-checkout) h1.entry-title + p a,
body.epaper-auth-page:not(.woocommerce-checkout) .entry-content > p:first-child a,
body.epaper-auth-page:not(.woocommerce-checkout) .content > p:first-of-type a {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

body.epaper-auth-page .epaper-register-screen {
    padding: 0 !important;
    background: #fff;
}

body.epaper-auth-page .epaper-register-shell {
    min-height: calc(100vh - 92px);
}

body.epaper-auth-page .epaper-register-panel {
    display: grid;
    grid-template-columns: minmax(360px, 46vw) minmax(360px, 1fr);
    min-height: calc(100vh - 92px);
    background: #fff;
}

body.epaper-auth-page .epaper-register-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: calc(100vh - 92px);
    padding: clamp(32px, 7vw, 76px);
    background:
        linear-gradient(rgba(6, 20, 38, .64), rgba(6, 20, 38, .82)),
        var(--epaper-auth-bg-image, linear-gradient(135deg, #0f172a, #334155));
    background-position: center top;
    background-size: cover;
    color: #fff;
}

body.epaper-auth-page .epaper-register-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
        radial-gradient(circle at 20% 22%, rgba(255,255,255,.16), transparent 28%),
        radial-gradient(circle at 78% 70%, rgba(96,165,250,.16), transparent 30%);
    background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%;
    pointer-events: none;
}

body.epaper-auth-page .epaper-register-copy > * {
    position: relative;
    z-index: 1;
}

body.epaper-auth-page .epaper-register-eyebrow {
    margin: 0 0 14px;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.epaper-auth-page .epaper-register-copy h1 {
    max-width: 420px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(34px, 5vw, 60px);
    font-weight: 800;
    line-height: 1;
}

body.epaper-auth-page .epaper-register-copy p:last-child {
    max-width: 420px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.7;
}

body.epaper-auth-page .epaper-register-card {
    position: relative;
    align-self: center;
    width: min(100% - 48px, 720px);
    margin: 34px auto;
    padding: clamp(24px, 3.4vw, 38px);
    border: 1px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.98)) padding-box,
        linear-gradient(135deg, rgba(37,99,235,.42), rgba(14,165,233,.2), rgba(15,23,42,.12)) border-box;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .16);
    overflow: hidden;
}

body.epaper-auth-page .epaper-register-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px),
        radial-gradient(circle at 0 0, rgba(37,99,235,.1), transparent 34%),
        radial-gradient(circle at 100% 12%, rgba(14,165,233,.09), transparent 30%);
    background-size: 28px 28px, 28px 28px, 100% 100%, 100% 100%;
    pointer-events: none;
}

body.epaper-auth-page .epaper-register-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1d4ed8, #0ea5e9, #111827);
}

body.epaper-auth-page .epaper-register-card > * {
    position: relative;
    z-index: 1;
}

body.epaper-auth-page .epaper-register-card-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    width: min(100%, 620px);
    margin: -4px 0 22px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}

body.epaper-auth-page .epaper-register-card-header h2 {
    margin: 0 0 6px;
    color: #0f172a;
    font-size: clamp(24px, 2.2vw, 30px);
    font-weight: 800;
    line-height: 1.15;
}

body.epaper-auth-page .epaper-register-card-header p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

body.epaper-auth-page .epaper-register-card-header a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
    text-decoration: none;
}

body.epaper-auth-page .epaper-register-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.epaper-auth-page .epaper-register-form .woocommerce-input-wrapper {
    display: block;
}

body.epaper-auth-page .epaper-register-form .required {
    color: #dc2626;
    font-weight: 800;
    text-decoration: none;
}

body.epaper-auth-page .epaper-register-form .form-row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.epaper-auth-page .epaper-register-form #billing_city_field,
body.epaper-auth-page .epaper-register-form #billing_state_field,
body.epaper-auth-page .epaper-register-form #billing_phone_field,
body.epaper-auth-page .epaper-register-form #billing_email_field,
body.epaper-auth-page .epaper-register-form #billing_first_name_field,
body.epaper-auth-page .epaper-register-form #billing_last_name_field {
    width: 100% !important;
    display: block !important;
}

body.epaper-auth-page .epaper-register-form #billing_company_field,
body.epaper-auth-page .epaper-register-form #billing_country_field,
body.epaper-auth-page .epaper-register-form #billing_address_1_field,
body.epaper-auth-page .epaper-register-form #billing_address_2_field,
body.epaper-auth-page .epaper-register-form #billing_postcode_field,
body.epaper-auth-page .epaper-register-form #reg_password_field,
body.epaper-auth-page .epaper-register-form > p:last-child {
    grid-column: 1 / -1;
}

body.epaper-auth-page .woocommerce-privacy-policy-text,
body.epaper-auth-page .epaper-register-form .woocommerce-privacy-policy-text {
    display: none !important;
}

body.epaper-auth-page .epaper-register-form .password-input {
    position: relative;
    display: block;
    width: 100%;
}

body.epaper-auth-page .epaper-register-form .password-input input {
    padding-right: 48px;
}

body.epaper-auth-page .epaper-register-form .show-password-input {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #64748b !important;
    box-shadow: none !important;
}

body.epaper-auth-page .epaper-register-form .show-password-input:hover {
    background: transparent !important;
    color: #1d4ed8 !important;
}

body.epaper-auth-page .epaper-register-form label {
    position: static !important;
    display: block;
    width: 100%;
    margin: 0 0 7px;
    transform: none !important;
    color: #334155;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    pointer-events: auto;
}

body.epaper-auth-page .epaper-register-form input.input-text,
body.epaper-auth-page .epaper-register-form input[type="text"],
body.epaper-auth-page .epaper-register-form input[type="email"],
body.epaper-auth-page .epaper-register-form input[type="password"],
body.epaper-auth-page .epaper-register-form select,
body.epaper-auth-page .epaper-register-form textarea {
    min-height: 50px;
    width: 100%;
    border: 1px solid #d7dee8;
    border-radius: 6px;
    background: rgba(255,255,255,.96) !important;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.4;
    padding: 11px 13px;
    box-shadow: none;
}

body.epaper-auth-page .epaper-register-form input:focus,
body.epaper-auth-page .epaper-register-form select:focus,
body.epaper-auth-page .epaper-register-form textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
    outline: none;
}

body.epaper-auth-page .epaper-register-form .select2-container {
    width: 100% !important;
}

body.epaper-auth-page .epaper-register-form .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #d7dee8;
    border-radius: 6px;
    background: rgba(255,255,255,.96);
}

body.epaper-auth-page .epaper-register-form .select2-container .select2-selection__rendered {
    padding-left: 13px;
    padding-right: 36px;
    color: #0f172a;
    line-height: 50px;
}

body.epaper-auth-page .epaper-register-form .select2-container .select2-selection__arrow {
    height: 50px;
    right: 8px;
}

body.epaper-auth-page .epaper-register-form button[type="submit"] {
    min-height: 52px;
    width: 100%;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #111827, #1d4ed8);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 14px 26px rgba(29, 78, 216, .22);
}

body.epaper-auth-page .epaper-register-form button[type="submit"]:hover {
    background: linear-gradient(135deg, #1d4ed8, #0f172a);
    transform: translateY(-1px);
}

body.epaper-auth-page .epaper-register-screen .woocommerce-error,
body.epaper-auth-page .epaper-register-screen .woocommerce-message,
body.epaper-auth-page .epaper-register-screen .woocommerce-info {
    width: min(100% - 32px, 520px);
    margin: 24px auto 0;
    border-radius: 6px;
}

#newsModal .modal-dialog {
    max-width: min(1120px, calc(100vw - 24px));
}

#newsModal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #fbfcfe;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
}

#newsModal .modal-header {
    align-items: flex-start;
    gap: 14px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #e5e9f0;
    background: #fff;
}

#newsModal .modal-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

#newsModal .news-modal-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

#newsModal .news-modal-text-size,
#newsModal .news-modal-nav {
    display: flex;
    align-items: center;
    gap: 2px;
}

#newsModal .news-modal-icon-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #334155;
    background: transparent;
    font-weight: 800;
    line-height: 34px;
}

#newsModal .news-modal-icon-btn:hover,
#newsModal .news-modal-icon-btn:focus {
    color: #0f172a;
    background: #eef2f7;
    box-shadow: none;
}

#newsModal .news-modal-icon-btn:disabled {
    color: #b8c1cf;
    background: transparent;
    opacity: 1;
}

#newsModal .btn-close {
    flex: 0 0 auto;
    margin: 4px 0 0 2px;
    padding: 9px;
    border-radius: 50%;
}

#newsModal .btn-close:hover,
#newsModal .btn-close:focus {
    background-color: #eef2f7;
    box-shadow: none;
}

#newsModal .modal-body {
    padding: 0;
}

#newsModal .news-modal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 24px;
    border-bottom: 1px solid #e7ebf2;
    background: #f8fafc;
}

#newsModal .news-modal-subheading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    color: #475569;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1.25;
}

#newsModal .news-modal-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 3px 9px;
    border: 1px solid #d7dee8;
    border-radius: 999px;
    color: #0f172a;
    background: #fff;
    font-size: .76rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

#newsModal .news-modal-source {
    color: #64748b;
    font-size: .84rem;
    font-weight: 700;
}

.view-news-page {
	background: #f3f6fa;
	padding: 24px 0 42px;
}

.view-news-shell {
	overflow: hidden;
	border-radius: 8px;
	background: #fbfcfe;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
}

.view-news-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px 18px;
	border-bottom: 1px solid #e5e9f0;
	background: #ffffff;
}

.view-news-title {
	margin: 0;
	color: #0f172a;
	font-size: clamp(1.45rem, 2.1vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
}

.view-news-title-share {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	min-height: 42px;
	border-radius: 999px;
	font-weight: 800;
}

.view-news-header-actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 8px;
}

.view-news-nav-button {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	min-height: 42px;
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 800;
}

.view-news-close {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.view-news-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 24px;
	border-bottom: 1px solid #e7ebf2;
	background: #f8fafc;
}

.view-news-meta-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.view-news-meta-separator {
	align-self: stretch;
	width: 1px;
	min-height: 24px;
	background: #d7dee8;
}

.view-news-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.view-news-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 24px;
	padding: 4px 10px;
	border: 1px solid #d7dee8;
	border-radius: 999px;
	color: #0f172a;
	background: #fff;
	font-size: .76rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.view-news-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.view-news-actions li {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin: 0 !important;
}

.view-news-action-pill {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	justify-content: center;
	min-height: 24px;
	padding: 4px 10px;
	border: 1px solid #d7dee8;
	border-radius: 999px;
	color: #0f172a;
	background: #fff;
	font-size: .76rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.view-news-action-pill i,
.view-news-action-pill .x-brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 1;
}

.view-news-action-whatsapp i {
	color: #25d366;
}

.view-news-action-facebook i {
	color: #1877f2;
}

.view-news-action-pill.x-share .x-brand-icon {
	color: #111820;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	margin-right: 0;
}

.view-news-save-clip {
	border-color: #f3c333;
	background: #fff4bc;
	color: #5b4300;
}

.view-news-save-clip i {
	color: #d29a00;
}

button.view-news-action-pill {
	cursor: pointer;
}

.view-news-action-pill:hover,
.view-news-action-pill:focus {
	border-color: #b8c2d0;
	color: #0f172a;
	background: #f8fafc;
	text-decoration: none;
}

.view-news-listen.is-speaking,
.view-news-listen.is-speaking:hover,
.view-news-listen.is-speaking:focus {
	border-color: #0f172a;
	color: #ffffff;
	background: #0f172a;
}

.view-news-save-clip:hover,
.view-news-save-clip:focus {
	border-color: #d29a00;
	background: #ffe58a;
	color: #4b3700;
}

.view-news-action-pill.x-share:hover,
.view-news-action-pill.x-share:focus {
	color: #ffffff;
}

.view-news-action-pill.x-share:hover .x-brand-icon,
.view-news-action-pill.x-share:focus .x-brand-icon {
	color: #ffffff;
}

.view-news-tabs {
	gap: 8px;
	flex: 0 0 auto;
	padding: 0;
	border-bottom: 0;
	background: transparent;
}

.view-news-tabs .nav-link {
	border: 1px solid #d8dee8;
	border-radius: 6px;
	color: #475569;
	background: #fff;
	font-weight: 700;
}

.view-news-tabs .nav-link.active {
	border-color: #0f172a;
	color: #fff;
	background: #0f172a;
}

.view-news-font-tools {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.view-news-font-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-width: 38px;
	min-height: 36px;
	padding: 6px 8px;
	border: 1px solid #d8dee8;
	border-radius: 6px;
	color: #475569;
	background: #fff;
	font-size: .8rem;
	font-weight: 800;
	line-height: 1;
}

.view-news-font-button:hover,
.view-news-font-button:focus {
	border-color: #0f172a;
	color: #0f172a;
	background: #f8fafc;
}

.view-news-body {
	padding: 20px 24px 26px;
}

.view-news-print {
	position: relative;
	min-height: 240px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center center;
	text-align: center;
}

.epaper-crop-loader {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 3;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(248, 250, 252, .76);
	backdrop-filter: blur(1px);
}

.epaper-crop-loading .epaper-crop-loader {
	display: flex;
}

.epaper-crop-loading img {
	opacity: .35;
}

.view-news-print .figure {
	width: 100%;
	margin: 0;
}

.view-news-print img {
	border: 1px solid #e5e9f0;
	background: #ffffff;
	object-fit: contain;
}

.view-news-text {
	max-width: 760px;
	margin: 0 auto;
	color: #182230;
	line-height: 1.72;
}

.single-post-text-featured {
	margin: 0 0 22px;
}

.single-post-text-featured img {
	display: block;
	width: 100%;
	max-height: 520px;
	border: 1px solid #e5e9f0;
	background: #ffffff;
	object-fit: contain;
}

.epaper-comments-section {
	padding: 0 12px 46px;
	background: #f3f6fa;
}

.epaper-comments-shell {
	width: min(100%, 960px);
	margin: 0 auto;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.epaper-comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px;
	border-bottom: 1px solid #e7ebf2;
}

.epaper-comments-eyebrow {
	margin: 0 0 4px;
	color: #64748b;
	font-size: .76rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.epaper-comments-header h2 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 850;
	line-height: 1.2;
}

.epaper-comments-jump {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 7px 13px;
	border: 1px solid #d8dee8;
	border-radius: 999px;
	color: #0f172a;
	background: #f8fafc;
	font-size: .86rem;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.epaper-comments-jump:hover,
.epaper-comments-jump:focus {
	border-color: #0f172a;
	color: #ffffff;
	background: #0f172a;
	text-decoration: none;
}

.epaper-comment-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 22px 24px;
	list-style: none;
}

.epaper-comment-list .children {
	display: grid;
	gap: 12px;
	margin: 12px 0 0 36px;
	padding: 0;
	list-style: none;
}

.epaper-comment-item {
	margin: 0;
}

.epaper-comment-card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 14px;
	padding: 16px;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	background: #fbfcfe;
}

.epaper-comment-avatar img {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
}

.epaper-comment-main {
	min-width: 0;
}

.epaper-comment-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.epaper-comment-author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #64748b;
	font-size: .86rem;
	font-weight: 750;
}

.epaper-comment-author .fn,
.epaper-comment-author .fn a {
	color: #0f172a;
	font-size: .98rem;
	font-weight: 850;
	text-decoration: none;
}

.epaper-comment-time {
	color: #64748b;
	text-decoration: none;
}

.epaper-comment-time:hover,
.epaper-comment-time:focus {
	color: #1d4ed8;
}

.epaper-comment-actions .edit-link {
	display: inline-flex;
}

.epaper-comment-actions .comment-edit-link,
.epaper-comment-actions .badge {
	border-radius: 999px;
	background: #eef2f7 !important;
	color: #475569;
	font-size: .72rem;
	font-weight: 850;
	text-decoration: none;
}

.epaper-comment-moderation {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	padding: 7px 10px;
	border: 1px solid #fde68a;
	border-radius: 6px;
	color: #7c5200;
	background: #fffbeb;
	font-size: .84rem;
	font-style: normal;
	font-weight: 750;
}

.epaper-comment-content {
	color: #273244;
	line-height: 1.65;
}

.epaper-comment-content p:last-child {
	margin-bottom: 0;
}

.epaper-comment-reply {
	margin-top: 12px;
}

.epaper-comment-reply .comment-reply-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 850;
}

.epaper-comments-nav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 24px;
	border-bottom: 1px solid #e7ebf2;
}

.epaper-comments-nav-below {
	border-top: 1px solid #e7ebf2;
	border-bottom: 0;
}

.epaper-comments-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid #d8dee8;
	border-radius: 999px;
	color: #0f172a;
	background: #ffffff;
	font-weight: 850;
	text-decoration: none;
}

.epaper-comments-nav a:hover,
.epaper-comments-nav a:focus {
	border-color: #0f172a;
	color: #ffffff;
	background: #0f172a;
}

.epaper-comments-closed {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 22px 24px;
	padding: 14px;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	color: #475569;
	background: #f8fafc;
	font-weight: 750;
}

.epaper-comments-closed p {
	margin: 0;
}

.epaper-comment-form-panel {
	padding: 22px 24px 24px;
	border-top: 1px solid #e7ebf2;
	background: #fbfcfe;
}

.epaper-comment-form-panel .comment-reply-title {
	margin: 0 0 6px;
	color: #0f172a;
	font-size: 1.25rem;
	font-weight: 850;
}

.epaper-comment-form-panel .comment-notes,
.epaper-comment-form-panel .logged-in-as,
.epaper-comment-form-panel .must-log-in {
	margin: 0 0 16px;
	color: #64748b;
	font-size: .9rem;
	font-weight: 650;
}

.epaper-comment-form-panel .logged-in-as a,
.epaper-comment-form-panel .must-log-in a {
	color: #1d4ed8;
	font-weight: 850;
	text-decoration: none;
}

.epaper-comment-form-panel .form-control {
	min-height: 52px;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
	box-shadow: none;
}

.epaper-comment-form-panel textarea.form-control {
	min-height: 150px;
}

.epaper-comment-form-panel .form-control:focus {
	border-color: #1d4ed8;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, .12);
}

.epaper-comment-form-panel .form-floating label {
	color: #64748b;
}

.epaper-comment-form-panel .form-check-label {
	color: #475569;
	font-size: .88rem;
	line-height: 1.45;
}

.epaper-comment-submit {
	min-height: 44px;
	padding: 9px 18px;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	background: #0f172a;
	font-weight: 850;
}

.epaper-comment-submit:hover,
.epaper-comment-submit:focus {
	color: #ffffff;
	background: #1d4ed8;
}

@media screen and (max-width: 767px) {
	.epaper-comments-section {
		padding: 0 10px 34px;
	}

	.epaper-comments-header,
	.epaper-comments-nav,
	.epaper-comment-form-panel {
		padding-left: 16px;
		padding-right: 16px;
	}

	.epaper-comments-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.epaper-comment-list {
		padding: 16px;
	}

	.epaper-comment-card {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 11px;
		padding: 13px;
	}

	.epaper-comment-avatar img {
		width: 44px;
		height: 44px;
	}

	.epaper-comment-meta {
		display: block;
	}

	.epaper-comment-actions {
		margin-top: 6px;
	}

	.epaper-comment-list .children {
		margin-left: 16px;
	}
}

.view-news-qr {
	padding: 0 24px 24px;
	text-align: center;
}

.view-news-more {
	padding: 0 24px 28px;
}

.view-news-more h2 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 800;
}

.view-news-more-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.view-news-more-card {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 14px;
	min-height: 136px;
	padding: 12px;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	background: #ffffff;
}

.view-news-more-image {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 112px;
	border-radius: 6px;
	background: #f1f5f9;
}

.view-news-more-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.view-news-more-content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.view-news-more-content h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0;
	color: #0f172a;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
}

.view-news-more-content h3 a {
	color: inherit;
	text-decoration: none;
}

.view-news-more-link {
	margin-top: auto;
	color: #475569;
	font-size: .9rem;
	font-weight: 800;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#theme-header .header-edition-bar {
		gap: 6px;
	}

	#theme-header .header-logo-bar {
		padding-left: 12px;
	}

	.view-news-header,
	.view-news-topbar {
		align-items: flex-start;
		flex-direction: column;
		padding: 16px;
	}

	.view-news-actions {
		justify-content: flex-start;
	}

	.view-news-header-actions {
		justify-content: flex-start;
	}

	.view-news-nav-button span {
		display: none;
	}

	.view-news-tabs {
		padding: 0;
	}

	.view-news-body {
		padding: 18px 16px 22px;
	}

	.view-news-more {
		padding: 0 16px 22px;
	}

	.view-news-more-grid {
		grid-template-columns: 1fr;
	}

	.view-news-more-card {
		grid-template-columns: 96px minmax(0, 1fr);
		min-height: 112px;
	}

	.view-news-more-image {
		width: 96px;
		height: 92px;
	}
}

#newsModal .clip-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#newsModal .clip-tools li {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 !important;
    border-radius: 6px;
}

#newsModal .clip-tools a {
    text-decoration: none;
}

#newsModal .news-modal-listen-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
}

#newsModal .news-modal-listen-btn.is-speaking i,
#newsModal .news-modal-listen-btn.is-speaking span {
    color: #0f172a !important;
    font-weight: 800;
}

#newsModal .news-modal-tabs {
    gap: 8px;
    padding: 14px 24px 0;
    border-bottom: 0;
    background: #fbfcfe;
}

#newsModal .news-modal-tabs .nav-link {
    border: 1px solid #d8dee8;
    border-radius: 6px;
    color: #475569;
    background: #fff;
    font-weight: 700;
}

#newsModal .news-modal-tabs .nav-link.active {
    border-color: #0f172a;
    color: #fff;
    background: #0f172a;
}

#newsModal .tab-content {
    padding: 20px 24px 26px !important;
}

#newsModal #news-modal-clip {
    position: relative;
    min-height: 240px;
    padding: 0 !important;
}

#newsModal #news-modal-clip .figure {
    width: 100%;
    margin: 0;
}

#newsModal #news-modal-clip img {
    max-height: 72vh;
    border: 1px solid #e5e9f0;
    background: #fff;
    object-fit: contain;
}

#newsModal .news-modal-text-content {
    max-width: 760px;
    margin: 0 auto;
    color: #182230;
    line-height: 1.72;
}

#newsModal .news-modal-text-content p {
    margin-bottom: 1rem;
}

#newsModal .news-modal-more {
    padding: 0 24px 28px;
    text-align: left;
}

#newsModal .news-modal-more h2 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
}

#newsModal .news-modal-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

#newsModal .news-modal-more-image,
#newsModal .view-news-more-content button {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: left;
}

#newsModal .news-modal-more-image {
    overflow: hidden;
    width: 120px;
    height: 112px;
    border-radius: 6px;
    background: #f1f5f9;
}

#newsModal .news-modal-more-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#newsModal .view-news-more-content .view-news-more-link {
    color: #475569;
}

@media screen and (max-width: 767px) {
    #newsModal .modal-dialog {
        max-width: calc(100vw - 12px);
        margin: 6px auto;
    }

    #newsModal .modal-header {
        align-items: flex-start;
        padding: 16px;
    }

    #newsModal .modal-title {
        font-size: 1.35rem;
    }

    #newsModal .news-modal-header-actions {
        gap: 2px;
    }

    #newsModal .news-modal-icon-btn {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    #newsModal .news-modal-topbar {
        display: block;
        padding: 14px 16px;
    }

    #newsModal .clip-tools {
        justify-content: flex-start;
        margin-top: 12px;
    }

    #newsModal .news-modal-tabs {
        padding: 12px 16px 0;
    }

    #newsModal .tab-content {
        padding: 16px !important;
    }

    #newsModal .news-modal-more {
        padding: 0 16px 22px;
    }

    #newsModal .news-modal-more-grid {
        grid-template-columns: 1fr;
    }

    #newsModal .news-modal-more-image {
        width: 96px;
        height: 92px;
    }
}

@media screen and (max-width: 900px) {
    body.epaper-auth-page .epaper-register-panel {
        display: block;
        min-height: auto;
        padding: 28px 12px 40px;
        background: #f6f8fb;
    }

    body.epaper-auth-page .epaper-register-copy {
        display: none;
    }

    body.epaper-auth-page .epaper-register-card {
        width: min(100%, 520px);
        margin: 0 auto;
        padding: 24px;
    }

    body.epaper-auth-page .epaper-register-card-header {
        display: block;
    }

    body.epaper-auth-page .epaper-register-form {
        grid-template-columns: 1fr;
    }

    body.epaper-auth-page .content {
        display: block;
        min-height: auto;
        padding: 28px 12px 40px;
    }

    body.epaper-auth-page .content::before,
    body.epaper-auth-page .content::after {
        display: none;
    }

    body.epaper-auth-page:not(.woocommerce-checkout) h1.entry-title,
    body.epaper-auth-page:not(.woocommerce-checkout) h1.entry-title + p,
    body.epaper-auth-page:not(.woocommerce-checkout) .entry-content > p:first-child,
    body.epaper-auth-page:not(.woocommerce-checkout) .content > p:first-of-type {
        text-align: center;
    }

    body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.register,
    body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce form.login,
    body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce-form-register,
    body.epaper-auth-page:not(.woocommerce-checkout) .woocommerce-form-login,
    .epaper-auth-page .login-register-form-container {
        margin-top: 16px;
        padding: 22px;
        box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
    }

    body.epaper-auth-page:not(.woocommerce-checkout) .entry-title + .woocommerce,
    body.epaper-auth-page:not(.woocommerce-checkout) .entry-content > .woocommerce:first-child,
    body.epaper-auth-page:not(.woocommerce-checkout) .content > .woocommerce:first-child {
        margin-top: 10px;
    }
}
