.archive-backdrop {
    background: #eef0f3;
}
.archive-nav {
    align-items: center;
    display: flex;
    height: 56px;
    line-height: 56px;
    padding: 0 28px;
    position: relative;
}
.archive-nav-back {
    background: url(../../images/menu_arrow_left_grey.svg) no-repeat center center;
    background-size: auto 14px;
    max-width: 40px;
    width: 100%;
}
.archive-nav-title {
    flex: 1;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.archive-nav-title .entry-title {
    color: #000;
    font-size: 18px;
    letter-spacing: -.5px;
    line-height: 56px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.archive-nav > div {
    flex: 1;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.archive-nav-back a {
    cursor: pointer;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
.archive-gambling-content {
    margin-top: 24px;
}
.archive-gambling-content .entry-meta {
	display: flex;
	margin-top: 20px;
}
.archive-gambling-content .entry-date {
    width: auto;
    margin: 0;
    gap: 0 5px;
}
.archive-gambling-content .by-author a {
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
}
.archive-gambling-content .entry-date span {
    width: 13px;
    height: 13px;
}
.archive-item:hover .entry-title a {
    text-decoration: underline;
}
.category-menu-div {
	display: flex;
	justify-content: space-between;
	padding: 5px 28px;
	font-size: 17px;
	color: grey;
	overflow: auto;
	white-space: nowrap;
	position: relative;
	gap: 0 10px;
}
.date-archive-page h1 {
	font-size: 68px;
	line-height: 68px;
}
.article-body ul {
	padding-left: 10px;
	list-style: disc;
	margin: 18px 0;
}
.article-body li {
	font-size: 18px;
	color: #2b2b2b;
	font-family: var(--d-din);
}
.article-body li a {
	color: #01798f;
	text-decoration: underline;
}
.date-archive-page .sidebar ul {
	list-style: disc;
	padding-left: 40px;
}
.date-archive-page .sidebar li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.date-archive-page .sidebar li a {
	color: #01798f;
	text-decoration: underline;
}
.archive .content-fade {
	height: 121px;
    overflow: hidden;
}
.archive-content-description {
    position: relative;
    padding: 20px;
}
.archive .content-unrolled {
	height: auto;
	overflow: unset;
}
.activecatmenu {
	border-bottom: 2px #01798f solid;
}
.category-menu-div a {
	color: var(--black);
}
.content-fade::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 34px;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
}
.category-content-see-more {
	color: #01798f;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	text-align: right;
	text-decoration: underline;
}
.category-content-see-more .see-more-btn {
	color: #01798f;
}
.gx-pagination .nav-links {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	display: flex;
	background: white;
	padding: 5px;
}
.gx-pagination .nav-links a {
	text-decoration: none;
	font-size: 14px;
	color: #01798f;
}
@media (max-width:1159px) {
	.archive-gambling-content .entry-meta {
		display: none;
	}
	.archive-backdrop {
		margin: 0 -20px;
		width: calc(100% + 40px);
	}
	.archive-content-description {
		padding: 20px 0;
	}
	.date-archive-page h1 {
		font-size:32px;
		line-height: 32px;
	}
}