body {
    background: #ecf0f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
a {
    color: #d90000;
    text-decoration: none;
}
a:hover {
    color: #c62828;
 }
.page-wrapper {
    margin: 0 auto;
    max-width: 1216px;
    background: #fff;
    width: 100%;
    padding: 35px 88px 48px;
	box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 20%);
}

/* ═══════════════════════════════
   Header  
 ═══════════════════════════════ */

header.header {
    max-width: 675px;
    margin: 0 auto;
    width: 100%;
}

header.header nav.navbar {
    padding: 0 36px 0 2px;
    min-height: 48px;
    border: 1px solid #cad5e2;
    background-color: #fff;
    border-radius: 8px;
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 0 #0000,
        0 0 0 1px #0000,
        0 1px 3px 0 #0000001a,
        0 1px 2px -1px #0000001a;
}

header.header .navbar-brand {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    font-family: "Space Grotesk", sans-serif;
    padding: 0;
}

header.header .navbar-nav .nav-item+.nav-item {
    margin-left: 24px;
}

header.header .navbar-nav .nav-item .nav-link {
    color: #0f172b;
    font-size: 18px;
    line-height: 55px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    transition: .3s;
}

header.header .navbar-nav .nav-item .nav-link:hover{
    color: #ff2056;
}

/* ═══════════════════════════════
   content-layout  
 ═══════════════════════════════ */

.content-layout {
    display: flex;
    gap: 35px;
    padding-top: 48px;
}

.content-layout .content-left .content h1 {
    font-size: 34px;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 11px;
    letter-spacing: -0.3px;
    font-family: Arial, Helvetica, sans-serif;
}

.content-layout .content-left {
    max-width: 724px;
    width: 100%;
}

.content-layout .content-left .content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.content-layout .banner-right {
    max-width: 268px;
    width: 100%;
    flex-shrink: 0;
}

.content-layout .banner-right .ad-img {
    margin-top: 7px;
}
.alignleft {
    float: left;
    margin: 0.3em 1em 0.1em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0.3em 0 0.1em 1em;
}
.edit-heading {
    display: flex;
    justify-content: space-between;
}

/* ═══════════════════════════════
   Responsive 
 ═══════════════════════════════ */

@media(max-width:991px){
.page-wrapper {
	padding: 20px;
	margin: 0 20px;
	width: auto;
}
header.header {
    max-width: inherit;
}
.navbar-collapse {
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	width: auto;
	background: white;
	border-radius: 16px;
	margin-top: 8px;
	margin-right: 8px;
	padding: 0 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, 0.05);
	z-index: 1000;
	transition: 1s;
}
.navbar-toggler {
    border: none;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(13, 110, 253, 0.1);
    transition: all 0.3s ease;
}
header.header .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
header.header nav.navbar {
    padding: 0;
}
.content-layout {
    display: block;
        padding: 20px 10px;
}
.content-layout .banner-right {
    margin-top: 30px;
}
.content-layout .content-left .content h1 {
    font-size: 25px; 
}
.navbar-toggler.change-icon .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }	
.navbar>.container {
    max-width: inherit;
}
.edit_page {
    text-align: right;
    width: 50px;
}
.content-layout .content-left .edit_page a {
    font-size: 15px;
    line-height: 1.2;
	display: inline-block;
}	
.alignleft {
    margin: 0.3em 1em 0.6em 0;
}
}	