h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-style: normal !important;
    transform: none !important;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: "Montserrat", Arial, sans-serif !important;
}

body.home main#primary,
.page-template-school-page main#primary {
    padding: 0;
    margin: 0;
    max-width: none;
}

body.home nav#cta {
    margin-bottom: 0;
}

#masthead h1 {
    font-family: "Montserrat", Arial, sans-serif;
    text-shadow: 0 .05rem 0 var(--darkprimary), 0 .1rem 0 var(--darkprimary), 0 .15rem 0 var(--darkprimary), 0 .2rem 0 var(--darkprimary);
    font-style: normal;
    font-size: 4rem;
    text-transform: uppercase;
}

#masthead h1::before,
#masthead h1::after {
    display: none;
}

#masthead #branding img {
    transform: scale(1.15);
}

#masthead #container {
    justify-content: flex-start;
    z-index: 99;
}

#nav #socials,
button#navigate,
nav #search {
    display: none !important;
}

nav#nav {
    padding: 0 2rem;
}

#nav #menu:hover #primary-menu,
#nav #menu:focus-within #primary-menu {
    padding: 0;
}

#primary-menu > li > ul,
#primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    width: fit-content;
    text-wrap: nowrap;
}

#primary-menu > li > a {
    font-size: 1.75rem;
    height: 4.5rem;
    padding: 0 7rem 0 2rem;
    background: transparent;
    color: black;
    text-shadow: none;
    font-style: normal;
    text-transform: none;
    font-family: "Montserrat", Arial, sans-serif;
}

#primary-menu > li > button.submenu-toggle,
.school-navigation li button.submenu-toggle {
    right: 3rem;
    top: calc(50% - 1.1rem);
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
    background-color: var(--primary);
}

.school-navigation li button.submenu-toggle {
    background-color: white;
}

#primary-menu > li > button.submenu-toggle::after {
    background-size: 50% auto;
}

#primary-menu {
    background: transparent;
}

#primary-menu > li > ul > li:first-child {
    padding-top: 1rem;
}

#primary-menu > li > ul > li:last-child {
    padding-bottom: 1rem;
}

#primary-menu > li > ul > li > a, #primary-menu .sub-menu a {
    font-size: 1.75rem;
}

.school-navigation ul > li.menu-item-has-children {
    padding-right: 5rem;
}

.school-navigation li button.submenu-toggle {
    right: 2rem;
}

.quick-items-container {
    position: absolute;
    top: 0rem;
    right: 0rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 3rem 1rem 0;
}

#quick-menu {
    display: flex;
    gap: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
}

#quick-menu li.menu-item-has-children {
    position: relative;
    padding-right: 2rem;
}

#quick-menu a {
    text-decoration: none;
    color: black;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.75rem;
    text-transform: uppercase;
}

#quick-menu ul.sub-menu {
    position: absolute;
    top: calc(100% + .5rem);
    right: 50%;
    display: flex;
    width: fit-content;
    text-wrap: nowrap;
    flex-direction: column;
    background-color: white;
    padding: 1rem 2rem;
    display: none;
    background-color: var(--darkergray);
    transform: translateX(50%);
}

#quick-menu ul.sub-menu a {
    color: white;
    text-transform: none;
}

#quick-menu .sub-menu li {
    padding: 1rem 2.5rem;
}

#quick-menu .menu-item-has-children.open ul.sub-menu {
    display: block;
}

.quick-items-container .socials {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.quick-items-container .socials img {
    width: 3rem; 
    height: 3rem;
}

.quick-items-container .socials #youtube-link img {
    width: 3.5rem;
}

.quick-items-container .socials #linkedin-link img {
    width: 2.75rem;
}

.home #hero img {
    object-position: center;
}

.home .news,
.page-template-school-page .news {
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
}

.archive .entry-meta {
    display: block !important;
    margin-bottom: 2rem;
    text-align: center;
}

.archive .entry-title {
    margin-bottom: 0;
}

.news .news-item {
    width: 25%;
    text-align: left;
}

.news-item > a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
    color: black;
}

.news-item > a:hover {
	text-decoration: none !important;
}

.news .news-item h3 {
    overflow: hidden;
    margin-top: 1rem !important;
    font-size: 2rem !important;
    font-variant: none !important;
}

.home .news .news-item p,
.page-template-school-page .news .news-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0 !important;
    color: black !important;
}

.news .news-item img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    object-position: 50% 42.5%;
    padding: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.hero-slider-dots {
    display: none;
}

.admin-temp ~ #community-partners {
    display: none;
}

.home .events,
.page-template-school-page .events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    justify-content: center;
    align-items: stretch;
    gap: 5rem 3rem;
    padding: 10rem 5rem 10rem;
    position: relative;
    background-color: #eaeaea;
}

.home .events::before,
.page-template-school-page .events::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://www.ltsd.k12.pa.us/wp-content/uploads/2026/05/LTSD-Logo.png');
	background-repeat: no-repeat;
	background-position: 50% 80%;
	background-size: 29%;
	opacity: .4;
}

.events > h2 {
    color: var(--darkprimary) !important;
    z-index: 1;
    font-weight: 500 !important;
    font-size: 4rem !important;
}

.events > h2 span {
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.events > h2 span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 12.5%;
    width: 75%;
    height: 2px;
    background-color: var(--darksecondary);
}

.event-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    padding: 1rem 2rem;
    height: 100%;
    width: 10rem;
    background-color: var(--darkprimary);
    color: white;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    font-size: 2rem;
    text-align: center;
}

.event-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}

.event-date > span:nth-of-type(2) {
    font-weight: bold;
    font-size: 2.5rem;
}

.events .event-item {
    z-index: 1;
}

.events .event-item a {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 16rem;
    background-color: white;
    box-shadow: 1rem 1rem 2rem rgba(0,0,0,.25);
    border-radius: 1rem;
    transition: transform .25s ease-in-out, box-shadow .25s ease-in-out;
    color: black !important;
}

.events .event-item a:hover {
    text-decoration: none !important;
    transform: scale(1.025);
}

.event-item h3 {
    margin-bottom: 0 !important;
    text-align: left;
    font-size: 2.25rem !important;
    color: var(--darkerprimary) !important;
}

.event-item p {
    text-align: left;
}

.news {
    padding: 2rem 10rem 10rem;
    position: relative;
}

#quick-menu > li > button.submenu-toggle::after {
    background-size: 50% auto;
}

#quick-menu > li > button.submenu-toggle::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/2025/01/chevron.png');
	background-position: center;
	background-repeat: no-repeat;
	transition: transform var(--ease);
}

#quick-menu > li.open > button.submenu-toggle::after {
	transform: rotate(180deg);
}

#quick-menu > li.open > button.submenu-toggle {
    background-color: var(--darkergray);
}

#quick-menu > li > button.submenu-toggle:hover {
	filter: contrast(110%);
}

#quick-menu > li > button.submenu-toggle {
    position: absolute;
	top: calc(50% - 1rem);
    right: -.5rem;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 3px;
	background-color: var(--primary);
    border: none;
    cursor: pointer;
}

footer#colophon a[rel="home"] {
    display: none;
}

.events .view-all-events {
    z-index: 1;
    height: fit-content;
    width: fit-content;
    position: absolute;
    bottom: 2rem;
    right: 6rem;
}

main#primary .news-header {
    margin-top: 8rem !important;
    margin-bottom: 0;
}

.news .view-all-news {
    position: absolute;
    bottom: 3rem;
    right: 10rem;
}

#cta,
body.page-template-school-page #cta {
    height: 14rem;
    background: var(--darkprimary);
    padding: 1rem 10vw !important;
    justify-content: center !important;
}

#cta > div:not(.bubble-submenu) > a,
body.page-template-school-page #cta > div:not(.bubble-submenu) > a {
    position: static;
    border-radius: 0;
    box-shadow: none;
    width: 8rem;
    height: 8rem;
    background-size: 90%;
}

#cta > div:not(:last-of-type) {
    border-right: 1px solid white;
}

#cta > div:hover {
    transform: none;
    filter: none;
}

#cta > div button {
    position: static;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    width: 8rem;
    height: 8rem;
}

#cta div {
    flex-direction: column;
    align-items: center;
}

#cta > div > button::before {
    display: none;
}

#cta > div > button::after {
    display: none;
}

#cta > div:not(.bubble-submenu) > a::after, body.page-template-school-page #cta > div:not(.bubble-submenu) > a::after {
    display: none;
}

#cta div label::before, #cta div label::after,
body.page-template-school-page #cta div label::before,
body.page-template-school-page #cta div label::after {
    display: none;
}

#cta div label,
body.page-template-school-page #cta div label {
    position: static;
    font-size: 2rem;
    padding: 0 !important;
    font-style: normal;
}

#cta div a {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    gap: 1rem;
    background-image: none !important;
}

#cta div a img {
    width: 4.5rem;
    height: 4.5rem;
}

.archive article {
    margin-bottom: 5rem !important;
}

.archive article .entry-content {
    padding-left: 10rem;
}

.wp-singular article .entry-title {
    font-size: clamp(14px, 4rem, 40px) !important;
    font-weight: 700 !important;
}

.archive hr {
    margin: 2.25em auto !important;
    width: 50%;
    height: .5rem !important;
    border-radius: 0 !important;
}

.archive .post-thumbnail img,
.wp-singular .post-thumbnail img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 60rem;
    margin: 0 auto 1rem;
}

.news-header {
    text-align: center;
}

.school-navigation {
    display: flex;
    justify-content: center;
    font-family: "Montserrat", Arial, sans-serif;
}

.school-navigation > div {
    width: fit-content;
    position: absolute;
    margin-top: 2rem;
    font-size: 1.75rem;
    z-index: 1;
}

.school-navigation > div > ul {
    display: flex;
}

.school-navigation a {
    color: white;
    text-decoration: none;
}

.school-navigation li {
    position: relative;
    padding: 1rem 2rem;
}

.school-navigation > div > ul > li {
    background-color: var(--primary);
    box-shadow: 1rem 1rem 2rem rgba(0,0,0,.25);
}

.school-navigation > div > ul > li:first-of-type {
    background-color: var(--primary);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

 .school-navigation > div > ul > li:last-of-type {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
 }

.school-navigation > div > ul > li:first-of-type a {
    color: white;
}

.school-navigation > div > ul > li:not(:last-of-type) {
    border-right: 2px solid var(--secondary);
}

.school-navigation .sub-menu {
    background-color: var(--darkergray);
    top: 2.15lh;
}

.school-navigation .sub-menu a {
    color: white;
}

.school-navigation li > button.submenu-toggle::after {
    background-image: url('/wp-content/themes/base-theme/images/chevron-black.svg');
    background-size: 85%;
    transform: rotate(90deg);
}

.school-navigation li.open > button.submenu-toggle::after,
.school-navigation li:hover > button.submenu-toggle::after {
    transform: rotate(-90deg);
}

#cta > div:hover,
body.page-template-school-page #cta > div:hover {
    filter: none;
    transform: none;
}

#cta > div img,
body.page-template-school-page #cta > div img {
    transition: transform .25s ease-in-out;
}

#cta > div:hover img,
body.page-template-school-page #cta > div:hover img {
transform: scale(1.03);
}

/* Hidden on desktop */
#navigate {
	display: none;
}

footer#colophon {
    width: 100%;
}

.wp-singular .entry-content {
    display: flow-root;
}

.quick-items-container > div:first-of-type {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quick-items-container #search {
	position: relative;
	flex: 0 0 2.5rem;
	width: 2.5rem;
	height: 3.5rem;
	z-index: 20;
	overflow: visible;
}

.quick-items-container #search #search-btn {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	width: 2rem;
	height: 2.5rem;
	transform: translateY(-50%);
	background-image: url('/wp-content/themes/base-theme/images/search-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.quick-items-container #search #search-input {
	position: absolute;
	top: 50%;
	right: calc(100% + 0.5rem);

	width: 0;
	height: 3.5rem;
	box-sizing: border-box;
	transform: translateY(-50%);

	border-radius: 1rem;
	border: 0.325rem solid var(--primary);
	opacity: 0;
	pointer-events: none;

	transition:
		width var(--ease),
		opacity var(--ease);
}

.quick-items-container #search.open #search-input {
	width: min(45rem, calc(100vw - 6rem));
	opacity: 1;
	pointer-events: auto;
}

#cta > div:nth-of-type(4) img {
    transform: scale(1.1);
}

#primary-menu .mobile-school-menu-item { 
    display: none;
}

.safe-2-say-logo {
    width: 15rem;
    height: auto;
}

.school-page-content {
    padding: 0 5rem;
}

@media (max-width: 800px) {
	nav#nav {
		justify-content: center;
		gap: 0;
		padding: 0 var(--gutter);
        height: 9rem;
	}

	nav#nav > div {
		height: auto;
	}

	/* Optional: reclaim some mobile space */
	nav#nav > #socials {
		display: none;
	}

	#menu {
		position: static;
		justify-content: flex-start;
	}

	#navigate {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		padding: 1rem 0;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	/*
	 * Hide the WordPress menu wrapper.
	 * It is the sibling immediately after #navigate.
	 */
	#navigate + .menu-new-main-menu-container {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 20;

		max-height: 0;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-0.5rem);

		background: rgba(0, 0, 0, 0.92);
		box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);

		transition:
			max-height 0.3s ease,
			opacity 0.2s ease,
			transform 0.2s ease,
			visibility 0s linear 0.3s;
	}

	/* Open state */
	#navigate[aria-expanded="true"] + .menu-new-main-menu-container {
		max-height: calc(100vh - 5rem);
		overflow-y: auto;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);

		transition:
			max-height 0.3s ease,
			opacity 0.2s ease,
			transform 0.2s ease,
			visibility 0s;
	}

	#primary-menu {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 1rem 10rem !important;
		background: transparent;
	}

	#primary-menu > li {
        display: flex;
        justify-content: center;
		width: 100%;
		max-width: none;
        height: auto;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	#primary-menu > li > a {
		display: block;
		width: 100%;
		padding: 1rem 3rem 1rem 0;
	}

	/* Prevent desktop dropdown positioning on mobile */
	#primary-menu ul.sub-menu {
		position: static !important;
		inset: auto !important;
		transform: none !important;

		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;

		margin: 0 !important;
		box-shadow: none;

		text-wrap: wrap;
		white-space: normal;
	}

	/*
	 * Each submenu item becomes a vertical container so its nested
	 * submenu appears beneath its link instead of beside it.
	 */
	#primary-menu ul.sub-menu > li {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;

		width: 100%;
		min-width: 0;
	}

	#primary-menu ul.sub-menu > li > a {
		width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	/*
	 * Make the open rule work at every menu depth.
	 * .open supports your existing theme JS.
	 * .submenu-open supports the cloned-school-menu JS.
	 */
	#primary-menu li.open > ul.sub-menu,
	#primary-menu li.submenu-open > ul.sub-menu {
		max-height: 100vh;
		overflow: visible;
	}

	#primary-menu li > .submenu-toggle {
		position: absolute;
		top: 0.55rem;
		right: 0;
	}

    #primary-menu a {
        color: white !important;
        font-size: 6rem !important;
        padding: 5rem 3rem !important;
        display: flex !important;
    }

    #primary-menu > li > a {
        padding: 10rem 3rem !important;
    }

    button#navigate {
        display: block !important;
        margin-top: 0;
        flex-shrink: 0;
        padding: 1rem 5rem 1rem 5rem !important;
    }

    #primary-menu > li > button.submenu-toggle,
    .school-navigation li button.submenu-toggle {
        width: 8rem;
        height: 8rem;
        top: calc(50% - 5.5rem);
        right: 10rem;
    }

    .home .events,
    .page-template-school-page .events {
        grid-template-columns: repeat(2, 1fr);
    }

    .home .events > div:first-of-type,
    .page-template-school-page .events > div:first-of-type {
        display: none !important;
    }

    .events > h2 {
        font-size: 6.5rem !important;
    }

    .home .news,
    .page-template-school-page .news {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15rem;
    }

    .news .news-item {
        width: 100%;
    }

    .news .news-item img {
        height: 30rem;
    }

    .view-all-events,
    .view-all-news {
        font-size: 5rem;
    }

    #primary-menu > li.open > button.submenu-toggle,
    .school-navigation li.open > button.submenu-toggle {
        background-color: var(--primary);
    }

    #quick-menu a {
        font-size: 4rem !important;
    }

    #quick-menu > li > button.submenu-toggle {
        width: 5rem;
        height: 5rem;
        top: calc(50% - 3rem);
        right: -6rem;
    }

    #quick-menu {
        gap: 10rem;
        padding-right: 4rem;
        padding-top: 1rem;
    }

    #quick-menu .sub-menu li {
        padding: 4rem 2.5rem;
    }

    .quick-items-container #search #search-btn {
        width: 4rem;
        height: 4.5rem;
    }

    .quick-items-container #search #search-input {
        right: calc(100% + 4rem);
        top: 40%;
        height: 5rem;
    }
    
    .quick-items-container #search.open #search-input {
        width: 75rem;
    }

    #cta div label,
    body.page-template-school-page #cta div label {
        font-size: 3rem;
    }

    #cta div a img {
        width: 7.5rem;
        height: 7.5rem;
    }

    #cta,
    body.page-template-school-page #cta {
        height: 20rem;
        padding: 1rem 5vw !important;
    }

    .quick-items-container .socials {
        gap: 5rem;
        padding-right: 2rem;
    }

    .quick-items-container .socials img {
        width: 6rem;
        height: 6rem;
    }

    .quick-items-container .socials #youtube-link img {
        width: 7rem;
    }

    .quick-items-container .socials #linkedin-link img {
        width: 5.5rem;
    }

    .event-date {
        width: 22.5%;
        font-size: 4.5rem;
        flex-shrink: 0;
        text-align: center;
    }

    .event-date > span:nth-of-type(2) {
        font-size: 5.5rem;
    }

    .event-item h3 {
        font-size: 5rem !important;
    }

    .school-navigation {
        display: none;
    }

    #primary-menu .mobile-school-menu-item {
        display: flex;
    }

    #nav #menu > button #hamburger {
        width: 7rem;
        height: 6rem;
        transform: none;
    }

    #nav #menu > button #hamburger span {
        height: 1rem;
    }

    #primary-menu .mobile-school-menu-item ul.sub-menu > li.menu-item-has-children > .submenu-toggle {
        display: flex;
    }

    #primary-menu .mobile-school-menu-item
        ul.sub-menu
        > li.menu-item-has-children {
        padding-right: 10rem;
    }

	#primary-menu li.menu-item-has-children {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 12rem;
		grid-template-rows: auto auto;
		align-items: center;
		width: 100%;
		padding-right: 0 !important;
	}

	#primary-menu li.menu-item-has-children > a {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100%;
		min-width: 0;
		padding-right: 12rem !important;
	}

	#primary-menu li.menu-item-has-children > button.submenu-toggle {
		position: relative !important;
		inset: auto !important;

		grid-column: 2;
		grid-row: 1;

		align-self: center;
		justify-self: center;

		margin: 0 !important;
		z-index: 2;
	}

	#primary-menu li.menu-item-has-children > ul.sub-menu {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100% !important;
	}

	#primary-menu ul li.menu-item-has-children::after {
		display: none;
	}

    #primary-menu li.menu-item-has-children
        > button.submenu-toggle {
        display: flex !important;
        position: relative !important;
        inset: auto !important;

        width: 10rem;
        height: 10rem;
        margin: 0;
        padding: 0;
        flex: 0 0 8rem;

        border: 0;
        border-radius: 3px;
        outline: none;
        background-color: var(--primary);

        cursor: pointer;
        appearance: none;
        transition:
            filter var(--ease),
            background-color var(--ease);
    }

    #primary-menu li.menu-item-has-children
        > button.submenu-toggle::after {
        content: '';
        position: absolute;
        inset: 0;

        background-image:
            url('/wp-content/uploads/2025/01/chevron.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 40% auto;

        transition: transform var(--ease);
    }

    #primary-menu li.menu-item-has-children.open
        > button.submenu-toggle,
    #primary-menu li.menu-item-has-children.submenu-open
        > button.submenu-toggle {
        background-color: var(--darkergray);
    }

    #primary-menu li.menu-item-has-children.open
        > button.submenu-toggle::after,
    #primary-menu li.menu-item-has-children.submenu-open
        > button.submenu-toggle::after {
        transform: rotate(180deg);
    }

    #primary-menu li.menu-item-has-children
        > button.submenu-toggle:hover {
        filter: contrast(110%);
    }

    #primary-menu ul li.menu-item-has-children::after {
        display: none !important;
    }

    #primary-menu
        li.menu-item-has-children:not(.open)
        > ul.sub-menu {
        max-height: 0 !important;
        overflow: hidden !important;
    }

    #primary-menu
        li.menu-item-has-children.open
        > ul.sub-menu {
        max-height: 300rem !important;
        overflow: visible !important;
    }
}

@media (max-width: 600px) {
    #masthead h1 {
        font-size: 5.5rem !important;
    }
}