form.nb-search-form {
    display: flex
;
    gap: 0;
}

form.nb-search-form button {
    border-radius: 0 4px 4px 0;
}

.nb-wrapper button {
    padding: 10px 20px !important;
    border: 1px solid black !important;
    border-left: 0 !important;
}

form.nb-search-form input {
    border-radius: 4px 0 0 4px;
    border-right: none;
    border: 1px solid black;
    padding: 10px;
}
article.nb-post-tile > p {
    margin-bottom: 10px;
}
.nb-left {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.nb-two-col {
    display: grid
;
    grid-template-columns: 75fr 25fr;
    gap: 30px;
}

@media screen and (max-width: 800px) {
    .nb-two-col {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 500px) {
    .nb-left {
        grid-template-columns: 1fr;
		gap: 20px;
    }
	    
}

.nb-excerpt {
    margin-bottom: 10px;
}

article.nb-post-tile > a:first-child {
    margin-bottom: 10px;
}

.nb-post-category {
    display: none;
}
.elementor-toc__list-item {
    margin-bottom: 0;
}
.elementor-toc__list-item-text {
	line-height: 180%;
}
ul.elementor-toc__list-wrapper {
    margin-top: 0 !important;
}
article.nb-post-tile h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 120%;
}
.nb-excerpt {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}
article.nb-post-tile a {
    display: flex
;
	line-height: 140%;
}


article.nb-post-tile {
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #00000012;
    border: 1px solid #00000012;
}
img.nb-post-thumb.wp-post-image {
    aspect-ratio: 300 / 168;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.nb-pagination {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.nb-pagination > span {
    padding: 1px 10px;
    display: flex
;
    background: #F24A08;
    color: white;
    justify-content: center;
    min-width: 35px;
}
.nb-pagination > a {
    padding: 1px 10px;
    display: flex
;
    border: 1px solid #F24A08;
    background: white;
    color: #F24A08;
    min-width: 35px;
    justify-content: center;
}

.nb-pagination {
    grid-column: 1 / -1;
}

.nb-cats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	row-gap: 10px;
}
@media screen and (max-width: 786px){
	a.nb-cat-tile {
		width: 100%;
	}
}
a.nb-cat-tile {
    padding: 10px 30px;
    background: #ffe9e0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a.nb-cat-tile:hover {
    background-color: #F24A08;
    transition-duration: 0.2s;
    color: white;
}
.post-count {
    color: black;
    font-size: 14px;
}
a.nb-cat-tile:hover * {
    color: white;
}


aside.nb-right p {
    padding: 10px 15px;
    background: #F8F4EE;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 10px;
    color: black;
}
aside.nb-right ul {
    padding: 0;
    list-style-type: none;
    padding-left: 15px;
}
a.nb-cat-link {
    color: black !important;
    font-weight: 500 !important;
	font-size: 16px;
}
aside.nb-right h4 {
    margin-top: 0;
}
a.nb-tag-link {
    font-size: 12px;
}
ul.nb-subcats a {
    color: black;
    font-weight: 500;
}
ul.nb-tags-list {
    display: flex;
    gap: 7px;
	row-gap: 0;
    flex-wrap: wrap;
}
a.nb-tag-link {
    padding: 5px 10px;
	color: black !important;
    border-radius: 4px;
    border: 1px solid #F8F4EE;
}
article.nb-post-tile a {
    display: flex
;
    font-family: 'Poppins';
    color: #1b1c21;
    font-size: 16px;
    font-weight: 500;
}

.nb-excerpt {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #1b1c21;
}

a.nb-readmore {
    color: #1b1c21;
    font-size: 14px !important;
}
.nb-two-col {
    margin-top: 50px !important;
}
a.nb-cat-tile strong {
    font-size: 16px;
    text-align: center;
}

.e-n-carousel.swiper {
  overflow: visible !important; /* 👈 allows slides outside container to be visible and clickable */
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  overflow: visible !important;
}

.swiper-slide {
  pointer-events: auto !important;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0.7;
}

.swiper-slide-active {
  opacity: 1;
}

a.nb-cat-tile {
    color: white;
    border-radius: 5px;
    background: black;
    border: 1px solid #f24a08;
}
.post-count {
    display: none;
}
.nb-wrapper button {
    padding: 10px 20px !important;
}

.search-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

a.nb-cat-tile {
    color: white;
    border-radius: 5px;
    font-size: 16px;
    background: black;
    border: 1px solid #f24a08;
    color: white !important;
    font-weight: 500;
}

a.nb-cat-tile span {
    position: relative;
}
a.nb-cat-tile span svg {
    position: absolute;
    height: 15px;
    width: 15px;
    color: #f24a08;
	top: 0;
	right: -15px;
	transition-duration: 0.3s;
}
a.nb-cat-tile:hover span svg {
		right: -20px;
		top: -3px;
}
form.nb-search-form {
    display: flex;
    gap: 0;
    margin: 0 !important;
}
h1.page-title {
    margin: 0;
}
.nb-cats-grid {
    margin-top: 30px;
}
ul.nb-subcats a {
    color: black;
    font-weight: 500;
	line-height: 120%;
    font-size: 16px;
}