/* Custom overrides */

/* Fonts */

@font-face {
    font-family: 'GeneralSans-Regular';
    src: url('/assets/fonts/GeneralSans/GeneralSans-Regular.woff2') format('woff2'),
    url('/assets/fonts/GeneralSans/GeneralSans-Regular.woff') format('woff'),
    url('/assets/fonts/GeneralSans/GeneralSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-Italic';
    src: url('/assets/fonts/GeneralSans/GeneralSans-Italic.woff2') format('woff2'),
    url('/assets/fonts/GeneralSans/GeneralSans-Italic.woff') format('woff'),
    url('/assets/fonts/GeneralSans/GeneralSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;

}

@font-face {
    font-family: 'GeneralSans-Medium';
    src: url('/assets/fonts/GeneralSans/GeneralSans-Medium.woff2') format('woff2'),
    url('/assets/fonts/GeneralSans/GeneralSans-Medium.woff') format('woff'),
    url('/assets/fonts/GeneralSans/GeneralSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-MediumItalic';
    src: url('/assets/fonts/GeneralSans/GeneralSans-MediumItalic.woff2') format('woff2'),
    url('/assets/fonts/GeneralSans/GeneralSans-MediumItalic.woff') format('woff'),
    url('/assets/fonts/GeneralSans/GeneralSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'GeneralSans-Bold';
    src: url('/assets/fonts/GeneralSans/GeneralSans-Bold.woff2') format('woff2'),
    url('/assets/fonts/GeneralSans/GeneralSans-Bold.woff') format('woff'),
    url('/assets/fonts/GeneralSans/GeneralSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-BoldItalic';
    src: url('/assets/fonts/GeneralSans/GeneralSans-BoldItalic.woff2') format('woff2'),
    url('/assets/fonts/GeneralSans/GeneralSans-BoldItalic.woff') format('woff'),
    url('/assets/fonts/GeneralSans/GeneralSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'GeneralSans-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: 'GeneralSans-Bold';
    line-height: 1.1;
    font-weight: normal;
}

em,
i {
    font-family: 'GeneralSans-Italic';
}

strong em, em strong,
b i, i b {
    font-family: 'GeneralSans-BoldItalic';
}

.container {
    width: 100% !important;
    max-width: 1350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--bs-gutter-x, 1.5rem);
    padding-right: var(--bs-gutter-x, 1.5rem);
}

.single a, a.orange {
    color: #FF715B;
}

.single a:hover, a.orange:hover {
    color: #cb5a48
}

.badge {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
}

.ip {
    font-weight: 700;
    color: #ed008c;
}

#button-addon2 {
    background-color: #FF715B;
    border-color: #FF715B;
}

/* DELETE WHEN GOING TO PROD */

.tb-ad-slot {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin: 0 0 1.5em;
    position: relative;
    text-align: center;
    width: 100%;
    color: #fff;
}


/* Icons */

a.banner-find {
    background: transparent url(/assets/images/banner-find.svg) no-repeat left center;
}

a.banner-offers {
    background: transparent url(/assets/images/banner-offers.svg) no-repeat left center;
}

a.banner-speed {
    background: transparent url(/assets/images/banner-speed.svg) no-repeat 8px center;
}

a.banner-monitor {
    background: transparent url(/assets/images/banner-monitor.svg) no-repeat 8px center;
}

a.banner-slow {
    background: transparent url(/assets/images/banner-slow.svg) no-repeat 8px center;
}

a.banner-wifi {
    background: transparent url(/assets/images/banner-wifi.svg) no-repeat 8px center;
}

button#banner-expand {
    background: transparent url(/assets/images/banner-expand.svg) no-repeat 8px center;
    padding-left: 30px !important;
}

button#banner-expand.clicked {
    background: transparent url(/assets/images/banner-contract.svg) no-repeat 8px center;
}

/* Lightbox */

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2090;
    width: 100%;
    height: 500px
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20100;
    text-align: center;
    line-height: 0
}

#jquery-lightbox a img {
    border: 0
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

#lightbox-container-image {
    padding: 10px
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0
}

#lightbox-nav a {
    outline: 0
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left
}

#lightbox-nav-btnNext {
    right: 0;
    float: right
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left
}

#lightbox-image-details-caption {
    font-weight: 700
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: .7em
}

#lightbox-container-image-box {
    max-width: 95%
}

#lightbox-container-image img {
    max-width: 100%
}

/* Captions */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Navigation */

#navbar ul li a {
    color: #000000;
}

#navbar ul li a:hover {
    color: #555555;
}

.navbar-nav .dropdown-menu.depth_1 {
    position: absolute;
    left: 100%;
    top: -10px;
}

#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #1d1f59;
}

#mega-menu-wrap-main-menu .mega-menu-toggle {
    margin-top: -32px;
    background: transparent !important
}

@media (max-width: 768px) {
    .navbar-nav .dropdown-menu.depth_1 {
        position: relative;
        left: 0;
        top: 10px;
    }
}

/* Hover effect for navbar dropdowns on desktop */
/*@media (min-width: 992px) {
	.navbar .navbar-nav .nav-item:hover .nav-link {
		cursor: pointer;
	}

	.navbar .navbar-nav .nav-item:hover .dropdown-menu {
		display: block;
	}
}*/


/* Widgets */

.widget-area.override .widget-title,
.widget-area.override .posts-widget {
    background: #EAFAF5;
    border-radius: 6px;
    padding: 15px 15px 15px 15px;
    margin: 0 0 0px 0;
}

.widget-area.override .widget-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 500;
}

.widget-area.override ul.posts-widget {
    list-style: disc;
    color: #52D8AF;
}

.widget-area.override ul.posts-widget li {
    margin: 0 0 5px 1.5em;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #d0ddd9;
}

.widget-area.override ul.posts-widget li a {
    color: #000000
}

.widget-area.override ul.posts-widget li a:hover {
    color: #555555
}

.widget-title {
    line-height: 1.1;
}

.custom-social {
    margin-bottom: 0;
}

.custom-social a {
    display: block;
    color: #fff;
    background: #52D8AF;
    border-radius: 6px;
    margin: 0 0 15px 0;
    font-size: 18px;
    padding: 15px;
    line-height: 1.3;
}

.custom-social a:hover {
    background: #3eb490;
    color: #ffffff;
}

.custom-social.twitter a {
    background: #7000FF;
}

.custom-social.twitter a:hover {
    background: #4f00b3;
    color: #ffffff;
}

.custom-social a img {
    display: block;
    margin-bottom: 5px;
}

.custom-social.speed a {
    background: #FF715B;
}

.custom-social.speed a:hover {
    background: #c44e3c;
}

/* Pagination */

/*.pagination .page-item:first-child {
	margin-right: auto !important;
}

.pagination .page-item:last-child {
	margin-left: auto !important;
}*/

.pagination .active > .page-link, .pagination .page-link.active {
    background: #2C2D59;
    border-color: #2C2D59;
}

@media (max-width: 575.98px) {
    .pagination .page-item:first-child,
    .pagination .page-item:last-child {
        display: none;
    }
}

/* Header */

.login-join .btn {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    font-size: 80%;
    box-shadow: none;
    padding: 0.1rem 0.7rem;
}

.login-join a.nav-join {
    color: #fff;
    background: #FF715B;
    border: none;
}

.when-logged-in {
    font-family: 'GeneralSans-Regular';
    font-size: 0.875rem;
    font-weight: 400;
    font-size: 80%;
    box-shadow: none;
    padding: 0.1rem 0.7rem;
}

/*.site-msg {
	animation: banner-expand 1s;
}
@keyframes banner-expand {
	0% {transform: scaleY(0);transform-origin: top left;}
	100% {transform: scaleY(1);transform-origin: top left;}
}*/

/* Home Header */

.bg-secondary-lime {
    background: #A8EBD7;
}

.custom-rounded-start {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.custom-rounded-ends {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.custom-hero .h2,
.custom-hero .h3 {
    color: #1D1F59;
}

.custom-hero #button-addon2 {
    background: #7000FF url(/assets/images/banner-search.svg) no-repeat center center;
    text-indent: -9999px;
    font-size: 16px;
    width: 50px;
}

.ispsearchinput {
    max-width: 250px;
}

.ispsearch {
    background-color: #FF715B;
    border-color: #FF715B;
    font-size: 16px;
    width: auto;
    color: #fff;
}

.ispsearch:hover, .ispsearch:active {
    background-color: #FF715B !important;
    border-color: #FF715B !important;
}

.custom-hero .h2 {
    font-family: 'GeneralSans-Regular';
    font-size: 40px;
    white-space: nowrap;
}


@media screen and (max-width: 992px) {
    .custom-hero .h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .custom-hero .h2 {
        font-family: 'GeneralSans-Bold';
        font-weight: 700;
    }
}

form.bbdeal {
    max-width: 400px;
}

@media screen and (max-width: 768px) {
    form.bbdeal {
        margin: 0 auto;
    }
}

.custom-hero .h3 {
    font-family: 'GeneralSans-Bold';
    line-height: 1.1;
    font-weight: 700;
}

.custom-hero a {
    padding-left: 1.5em;
    color: #1D1F59;
    white-space: nowrap;
}

.custom-hero a:hover {
    color: #1D1F59 !important;
    opacity: 0.5;
}

.custom-hero a.btn-outline-primary {
    padding-left: 2.2em;
}

.custom-hero .btn-link {
    --bs-btn-color: #1D1F59;
    --bs-btn-hover-color: #1D1F59;
    --bs-btn-hover-bg: none;
}

.custom-hero .btn-outline-primary {
    --bs-btn-color: #1D1F59;
    --bs-btn-border-color: #1D1F59;
    --bs-btn-hover-color: #1D1F59;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: #1D1F59;
}

#tb-banner-ill {
    width: 100%;
    max-width: 260px;
    margin: -10px auto 0 auto;
}

.custom-home-h1 {
    display: none;
}

@media screen and (min-width: 768px) {
    .custom-home-h1 {
        display: inherit;
        background: #ebf9f4;
        margin-top: -1.5rem;
    }

    .custom-home-h1 h1 {
        color: #1D1F59;
        letter-spacing: 2px;
        font-size: 14px;
    }

    .custom-home-h1 h1:before, .custom-home-h1 h1:after {
        content: '\00b7';
        color: #c5ddd4;
        font-size: 40px;
        line-height: 14px;
        margin: 0 10px;
        vertical-align: -6px;
    }
}


/* Home posts */
.entry ul.post-categories {
    margin-bottom: 0.5rem;
}

.entry ul.post-categories,
.entry ul.post-categories a,
.post ul.post-categories {
    color: #FF715B;
    font-weight: 700;
}

.entry ul.post-categories a:hover {
    color: #d14e3a;
}

.home-secondary .entry ul.post-categories,
.home-secondary .entry ul.post-categories a {
    color: #7000FF;
}

.home-secondary .entry ul.post-categories a:hover {
    color: #5700c8;
}

ul.post-categories li {
    list-style-type: none;
}

ul.post-categories li:before {
    content: '\00b7';
    font-size: 40px;
    line-height: 13px;
    margin: 0 0.2rem 0 -15px;
    vertical-align: -6px;
}

.entry .entry-title a {
    color: #000;
    font-weight: 700;
}

.entry-footer span {
    margin: 0 10px 0 0;
    padding: 0 0 0 1.6em;
    color: #A1A1A1;
}

.entry-footer span.tb-time-ago {
    background: transparent url(/assets/images/post-time.svg) no-repeat left center;
}

.entry-footer span.tb-comments-count {
    background: transparent url(/assets/images/post-comments.svg) no-repeat left center;
}

.home-top-2 h3 {
    font-size: calc(1.625rem + .9vw);
}

.home-top-2 .entry .entry-title a, .post .entry-title span /*Applies to single posts as well*/
{
    background-image: linear-gradient(rgba(255, 255, 255, 0) 40%, #FFD7D1 41%, #FFD7D1 85%, rgba(255, 255, 255, 0) 85%);
}

.home-top-2 .entry .entry-title a:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 40%, #ffa193 41%, #ffa193 85%, rgba(255, 255, 255, 0) 85%);
}

.archive .entry .entry-title a:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 40%, #FFD7D1 41%, #FFD7D1 85%, rgba(255, 255, 255, 0) 85%);
}

.home-secondary .entry .entry-title a:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 40%, #e4cfff 41%, #e4cfff 85%, rgba(255, 255, 255, 0) 85%);
}

.home-top-2 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0.5em 0;
    border: 1px solid #dee2e6
}

@media screen and (min-width: 768px) {
    .home-top-2 img {
        width: 50%;
        float: right;
        margin-left: 1em;
    }
}

.home-secondary h3 {
    font-size: calc(1rem + .6vw);
}

.home-secondary .border-start:nth-child(4n+1),
.home-top-2 .border-start:nth-child(4n+1),
.archive .border-start:nth-child(4n+1) {
    border: none !important;
}

@media screen and (max-width: 768px) {
    .home-secondary .border-start,
    .home-top-2 .border-start,
    .archive .border-start {
        border: none !important;
    }
}

@media screen and (max-width: 992px) {
    .home-secondary .border-start:nth-child(2n+1),
    .home-top-2 .border-start:nth-child(2n+1),
    .archive .border-start:nth-child(2n+1) {
        border: none !important;
    }
}

.btn-primary.btn-purple {
    background-color: #7000FF
}

.btn-primary.btn-purple:hover {
    background-color: #5300bd
}

.btn-primary.btn-green {
    background-color: #52D8AF
}

.btn-primary.btn-green:hover {
    background-color: #3eb490
}


/* Guides section */

.guides-home {
    background: #FFDED9;
}

.guides-home h2, .discussion-home h2, .most-viewed h2, h2.widget-title {
    color: #1D1F59;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.guides-home a img {
    transition: 0.5s;
}

.guides-home a:hover img {
    transform: translate(0, -5px);
}

/* Discussion section */
.discussion-home ul {
    padding-left: 1.1rem;
}

.discussion-home ul li::marker {
    color: #52D8AF;
}

.discussion-home ul li a {
    color: var(--bs-body-color);
}

.discussion-home ul li a:hover {
    color: gray;
}

/* Most viewed section */

.most-viewed {
    background-color: #F3F3F3
}

.most-viewed-number {
    font-size: 4rem;
    color: #52D8AF;
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    line-height: 0.7;
    text-align: center;
}

.most-viewed h3 {
    font-size: calc(1rem + .6vw);
}

.most-viewed h3 a {
    color: var(--bs-body-color);
}

@media screen and (min-width: 769px) {
    .most-viewed .border-bottom {
        border-bottom: none !important;
    }
}

@media screen and (max-width: 768px) {
    .most-viewed .border-start {
        border-left: none !important;
    }
}

/* Single posts and pages */

.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #FFF7F6;
}

.table th {
    vertical-align: middle;
}

blockquote {
    background: #FFF7F6 url(/assets/images/quote-open.svg) no-repeat 1em 1em;
    padding: 2.5em 1.2em 1.2em 1.2em;
    margin: 1em 0 1.5em 0;
    border-radius: 6px;
    border: none !important;
}

blockquote div {
    color: #FF715B;
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    padding-left: 35px;
    background: #FFF7F6 url(/assets/images/quote-close.svg) no-repeat 0 4px;
}

.entry-meta .by-author {
    display: none;
}

.entry-meta .posted-on a {
    color: var(--bs-body-color);
}

.entry-meta .posted-on .sep {
    background: transparent url(/assets/images/post-time.svg) no-repeat left center;
    padding-left: 20px;
}

.entry-meta .tb-comments-count {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    background: transparent url(/assets/images/post-comments-red.svg) no-repeat left center;
    padding-left: 20px;
}

.post img {
    margin: 1em 0;
}

.post .entry-header .post-thumbnail {
    margin: 0;
}

.post .entry-header .post-thumbnail img {
    margin: 0;
    border-radius: 4px;
}

.page .content li {
    margin: 1em 0;
}

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

/* Archive loops*/

.entry .entry-title {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
}

.entry .entry-footer {
    font-size: 12px;
}

.post-categories {
    font-family: 'GeneralSans-Bold';
    font-size: 13px;
    padding-left: 15px;
}

#nav-below .btn {
    background: #FF715B;
    border: none;
    font-family: 'GeneralSans-Bold';
}

#nav-below .btn:hover {
    background: #c44e3c;
}

/* Comments */

#comments {
    background: #FFF7F6;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    clear: both;
}

#comments h4 {
    margin-top: 0 !important;
}

#comments textarea {
    min-height: 7em;
}

#comments input#submit {
    background: #FF715B;
    border: none;
    border-radius: 30px;
    font-family: 'GeneralSans-Bold';
}

/* Footer */

#footer {
    padding: 40px 0 30px;
    background: #1D1F59;
    color: #fff;
    font-size: 85%;
    /* Remove if guides go in footer */
}

.footer-logo img {
    max-width: 250px;
}

#footer a {
    color: #ffffff
}

#footer a:hover {
    color: #5D5E89
}

#footer ul.menu {
    padding-left: 0;
}

#footer ul.menu li {
    list-style: none;
}

#footer .menu-item a[aria-current=page] {
    color: #52D8AF;
}

#footer .border-bottom {
    border-bottom-color: #585982 !important;
}

#footer .copyright {
    font-size: 90%;
    color: #bbbccc
}


/* Tables */
.single main table {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    max-width: 100%;
}

.single main table th {
    font-family: 'GeneralSans-Bold';
    text-align: left;
}

.single main table td, .single main table th {
    border-bottom: 1px solid #E1E1E1;
    padding: 6px;
}

.single main table tr:nth-child(2n) td, .single main table tr:nth-child(2n) th {
    background: #FFF7F6;
}

/* ISP Details */
span.big {
    font-size: 170%;
    display: block;
}

span.small {
    font-size: 80%;
    display: block;
}

span.purple {
    color: #7000FF;
}

#isp-detail-header {
    background: #2C2D59;
    padding: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    margin-top: 10px;
}

#isp-detail-header a {
    color: #A8EBD7;
}

#isp-detail-header a:hover {
    color: #fff;
}

/* #isp-detail-header #isp-detail-logo {
	display: block;
}*/

#isp-detail-header h1 img {
    width: auto;
    height: 50px;
}

#isp-detail-header h1 {
    clear: none;
}

#isp-detail-header span.small {
    display: inline-block;
}

.rating {
    vertical-align: middle;
    display: inline-block;
    margin: -3px 0.5em 0 0;
}

.isp-detail-links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.isp-detail-links li {
    margin: 0 1em 0 0;
    padding: 0;
    list-style-position: inside;
}

#isp-detail-header table {
    margin-bottom: 0;
}

#isp-detail-header table * {
    background: transparent !important;
    border-bottom-color: #6B6C8B;
}

#isp-detail-header tr:last-child * {
    border-bottom: none;
}

#isp-detail-main {
    padding: 1px 15px 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid #DDDDE6;
    border-top: none;
}

#isp-detail-main h2 {
    font-size: 1.5em;
    margin: 1em 0 0.5em 0;
}

.info-icon {
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.info-icon img {
    margin: 0;
}

.info-icon .info-icon-text {
    visibility: hidden;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -100px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s;
    font-weight: 400;
    font-family: 'GeneralSans-Regular';
    line-height: 1.4;
}

.info-icon:hover .info-icon-text {
    visibility: visible;
    opacity: 1;
}

.btn-primary {
    color: #fff !important;
    background: #FF715B;
    border: none;
    line-height: 1.6;
}

.btn-primary:hover {
    color: #fff;
    background: #dc614e;
}

.btn-primary img {
    margin: 0;
}

.reviews-main {
    background: #FFF7F6;
}

/* Package Details */
#package-detail-content {
    background: #fff7f6;
}

#package-detail-content dt {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    font-size: 80%;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

#package-detail-content td, #package-detail-content th {
    background: transparent !important;
}

#package-detail-content th {
    line-height: 1.2;
}

.speed-key {
    background: #FF715B;
    color: #fff !important;
    font-family: 'GeneralSans-Bold';
    display: inline-block !important;
    padding: 2px 12px 2px 25px;
    border-radius: 30px;
    font-size: 80%;
    margin: 8px 0 0 0;
    line-height: 1.5;
    cursor: pointer;
    white-space: nowrap;
}

.speed-key-basic {
    background: #9A9A9A;
    padding-left: 12px;
}

.speed-key-high {
    background: #52D8AF url('/assets/images/icon-speed-high-speed.svg') no-repeat 7px 2px;
}

.speed-key-superfast {
    background: #FF715B url('/assets/images/icon-speed-superfast.svg') no-repeat 7px 3px;
}

.speed-key-ultrafast {
    background: #7000FF url('/assets/images/icon-speed-ultrafast.svg') no-repeat 7px 3px;
}

.speed-key-gigabit {
    background: #1D1F59 url('/assets/images/icon-speed-gigabit.svg') no-repeat 7px 2px;
}

.speed-key-container {
    position: relative;
    display: inline-block;
}

.speed-key-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    width: 350px;
    height: 240px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    padding-top: 0;
    z-index: 100;
    left: 0;
    top: 0;
    transform: translateY(-240px);
    transition: 0.5s;
}

.speed-key-container:hover .speed-key-overlay {
    visibility: visible;
    opacity: 1;
}

.overlay-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
}

.button-invis {
    border: none;
}

.single main .speed-key-overlay table {
    margin: 5px 0;
    vertical-align: middle;
}

.single main .speed-key-overlay table tr:nth-child(2n) td,
.single main .speed-key-overlay table tr:nth-child(2n) th {
    background: transparent
}

.single main .speed-key-overlay table .speed-key {
    margin-top: 0;
}

.single main .speed-key-overlay table td {
    padding: 3px !important;
}

.single main .speed-key-overlay .small {
    font-size: 12px;
}

#package-detail-extra {
    border-color: #fff7f6 !important;
}

/* Package Search */
.table-package {
    font-size: 14px;
    line-height: 1.3;
}

.table-package p {
    margin-bottom: 0;
}

.table-package .text-secondary {
    color: #000 !important;
}

.table-striped.table-package > tbody > tr:nth-of-type(odd) > * {
    background: #fff;
}

.table-package th {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    color: #fff;
    background: #1d1f59;
    position: sticky;
    top: 0;
    border: 1px solid #fff;
}

.table-package th:first-child {
    border-top-left-radius: 6px;
}

.table-package th:last-child {
    border-top-right-radius: 6px;
}

.table-package th small {
    display: block;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
}

.table-package tr {
    vertical-align: middle;
}

.table-package td {
    border: 1px solid #cccccc;
}

.table-package td:first-child, .table-package td:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.table-package td:first-child {
    padding-right: 0;
}

.table-package td:nth-child(2) {
    padding-left: 0;
}

.table-package td:last-child {
    border-right: 0;
}

.table-package td:nth-child(8) {
    background: #f8f2ff;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
    width: 40px;
}

.table-package .badge {
    text-transform: uppercase;
    font-size: 9px;
    background: #FF715B;
}

.table-package .provider-logo {
    border-radius: 2px;
    max-width: 44px;
    max-height: 44px;
    height: auto;
    width: auto;
    display: block; /* optional: avoids inline whitespace */
}

.table-package .col-provider {
    width: 20%;
}

.table-package .col-package {
    width: 30%;
    z-index: 2;
}

.table-package .col-download, .table-package .col-monthly, .table-package .col-first-year, .table-package .col-contract {
    width: 9.37%;
}

.table-package .col-compare {
    width: 12.5%;
}

.table-package .btn {
    background: #FF715B;
    border: none;
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    font-size: 13px;
    line-height: 1.1;
}

.table-package .btn:hover {
    background: #dc614e;
}

.table-package .sort-link {
    display: block;
    color: #fff;
    background: transparent url('/assets/images/sort.svg') no-repeat right center;
    padding-right: 20px;
}

.table-package .sort-link.sort-asc {
    background: transparent url('/assets/images/sort-asc.svg') no-repeat right center;
}

.table-package .sort-link.sort-desc {
    background: transparent url('/assets/images/sort-desc.svg') no-repeat right center;
}

.table-package .col-compare a {
    color: #fff;
    border-radius: 2px;
    display: block;
    padding: 5px 10px 15px 10px;
    background: #FF715B url('/assets/images/mask-compare-button.png') no-repeat center bottom;
    background-size: contain;
    line-height: 1.1;
}

.table-package .col-compare a.enabled {
    animation: flasher 1s infinite;
}

@keyframes flasher {
    0% {
        background-color: #FF715B;
    }
    50% {
        background-color: #ca3f29;
    }
    100% {
        background-color: #FF715B;
    }
}

.table-package-header {
    background: #7000FF;
    color: #fff;
}

.table-package-header h2 {
    color: #fff;
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    margin-top: 0;
}

.table-package-header h3 {
    color: #fff;
    font-size: 1em;
    margin-top: 0;
    border-bottom: 1px solid #b780ff;
    padding-bottom: 5px;
}

.table-package-header h3 b {
    display: block;
}

.table-package-header #button-addon2 {
    background-color: #FF715B;
    border-color: #FF715B;
}

.table-package-header.custom-hero a.btn {
    padding-left: 0.8em;
    color: #fff;
}

.table-package-header.custom-hero a.btn:hover {
    color: #7000FF;
}

.table-package-header #advanced-filters {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.table-package-header #advanced-filters li {
    font-size: 80%;
    padding: 2px 0;
}

.table-package-header.tbb-hero-header .container {
    padding: 1rem;
}

.table-package-header.custom-hero #advanced-filters .filter {
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
}

.table-package-header.custom-hero #advanced-filters .filter:hover,
.table-package-header.custom-hero #advanced-filters .filter.selected {
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    opacity: 1;
}

.table-package-header.custom-hero #advanced-filters .filter.selected {
    padding-left: 17px;
    background: rgba(255, 255, 255, 0.4) url('/assets/images/icon-filter-check.svg') no-repeat 3px center;
}

.table-package-header form.bbdeal {
    margin: 0 auto;
}

.table-package-header button.expand-button {
    padding-left: 30px;
    background: transparent url('/assets/images/icon-button-expand.svg') no-repeat 12px center;
}

.table-package-header button.expand-button:hover,
.table-package-header button.expand-button:active {
    background-color: transparent !important;
    color: #fff !important;
    opacity: 0.8;
}

.table-package-header button.expand-button.clicked {
    background: transparent url('/assets/images/icon-button-contract.svg') no-repeat 12px center;
}

.table-package-header.custom-hero #advanced-filters h2 {
    font-size: 1.7em;
    margin-bottom: 0.5em;
}

.table-package td small {
    color: rgb(151, 151, 151);
    font-size: .775em
}

@media screen and (max-width: 880px) {
    .table-package {
        display: block;
        width: 100%;
    }

    .table-package thead,
    .table-package tbody {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: none;
        align-items: center;
    }

    .table-package tbody tr,
    .table-package thead tr {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        border: none;
        align-items: center;
    }

    .table-package tbody > tr {
        align-items: stretch
    }

    .table-package thead {
        position: sticky;
        top: 0;
    }

    .table-package thead tr {
        align-items: stretch;
    }

    .table-package thead th {
        width: 25% !important;
        border: none;
    }

    .table-package th.col-provider, .table-package th.col-package, .table-package th.col-compare, .table-package td:nth-child(8), .table-package td:nth-child(2) {
        display: none;
    }

    .table-package td:nth-child(1) {
        width: 60px;
        border: none;
    }

    .table-package td:nth-child(3) {
        width: calc(100% - 60px);
        border: none;
    }

    .table-package td:nth-child(4) {
        width: 25%;
        border: none;
        border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        flex-direction: row;
        padding-top: 0;
    }

    .table-package td:nth-child(5), .table-package td:nth-child(6), .table-package td:nth-child(7) {
        width: 20%;
        border: none;
        border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        flex-direction: row;
        padding-top: 0;
    }

    .table-package td:nth-child(9) {
        width: 15%;
        border: none;
        border-bottom: 1px solid #CCCCCC;
        flex-direction: row;
        padding-top: 0;
    }

    .table-package td:nth-child(4) {
        border-left: none;
    }

    #table-package-see-all {
        display: none;
    }

    .custom-hero h2 {
        white-space: inherit;
    }

    .table-package td:nth-child(4)::before {
        content: "Download speed\A(average)";
        white-space: pre;
        display: block;
        font-size: 10px;
    }

    .table-package td:nth-child(5)::before {
        content: "Monthly\A(inc. VAT)";
        white-space: pre;
        display: block;
        font-size: 10px;
    }

    .table-package td:nth-child(6)::before {
        content: "First year cost\A(inc. VAT)";
        white-space: pre;
        display: block;
        font-size: 10px;
    }

    .table-package td:nth-child(7)::before {
        content: "Contract\Aperiod";
        white-space: pre;
        display: block;
        font-size: 10px;
    }
}

/* Guide Template */

.guide-header {
    background: #ff705b;
    color: #fff;
}

.guide-header img {
    width: 100%;
    max-width: 155px;
    height: auto;
}

/* WP Client area styles */

h1.tbb-title, h2.tbb-title, h3.tbb-title, h4.tbb-title {
    font-family: 'GeneralSans-Bold';
    line-height: 1.1;
    font-weight: normal;
    color: #1d1f59;
}

h1.tbb-title {
    font-size: 2.5rem;
}

h2.tbb-title {
    font-size: 2.0rem;
}

h3.tbb-title {
    font-size: 1.7rem;
}

h4.tbb-title {
    font-size: 1.0rem;
}

.breadcrumb .breadcrumb-item {
    font-family: 'GeneralSans-Regular';
    line-height: 1.1;
    font-weight: 400;
    font-size: 0.8rem;
}

.breadcrumb .breadcrumb-item a {
    color: #FF715B;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #595C5F;
}

.breadcrumb .breadcrumb-item.active {
    font-family: 'GeneralSans-Medium';
}

#breadcrumbs {
    font-family: 'GeneralSans-Regular';
    line-height: 1.1;
    font-weight: 400;
    font-size: 0.8rem;
}

#breadcrumbs a {
    color: #FF715B;
}

#breadcrumbs a:hover {
    color: #595C5F;
}

#breadcrumbs .breadcrumb-devider {
    padding: 0 0.2rem
}

.tbb-hero-header {
    margin-bottom: 1.5rem !important;
}

/* Ajax loader */

.page-template-page-traceroute .ajax-loading-state {
    position: relative;
    top: -270px;
    left: -14px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-page-traceroute .ajax-loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: orange;
    animation: ajax-loading 1s linear infinite;
}


.page-template-page-isp-package-search .ajax-loading-state {
    position: fixed; /* or absolute, depending on the need */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-page-isp-package-search .ajax-loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: orange;
    animation: ajax-loading 1s linear infinite;
}

@keyframes ajax-loading {
    to {
        transform: rotate(360deg);
    }
}

/* Ajax loader fixed */

.ajax-loading-state-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ISP package list compare boxes */

.bottom-fixed-row {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    background: #FF715B;
    color: #fff;
}

.column-content {
    position: relative; /* Added for positioning close buttons */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6; /* Adjusted for consistency */
    border-radius: .25rem;
    padding: .75rem;
    width: 100%;
    min-height: 50px;
}

.column-content-compare-box {
    position: relative; /* Added for positioning close buttons */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6; /* Adjusted for consistency */
    border-radius: .25rem;
    padding: .75rem;
    width: 100%;
}

.compare-add-another {
    font-size: 15px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(50%, -50%);
    color: #fff;
}

.close-btn:hover {
    color: #fff;
}

.clear-btn {
    position: absolute;
    top: 12px !important;
    right: 40px !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transform: translate(50%, -50%);
    font-size: 12px;
    border: none;
    color: #fff;
}

.clear-btn:hover {
    color: #fff;
}

.btn.do-isp-package-compare {
    color: #fff;
}

.btn.do-isp-package-compare:hover {
    background: #7000FF;
    border: #7000FF;
    color: #fff;
}

#isp_packages_compare_model .modal-body .provider-logo {
    max-height: 50px;
    margin: 0 auto;
}

.debug {
    background-color: yellow;
}

/* Mega menu */

/** Push menu onto new line **/
#{$wrap} {
    clear: both;
}

#header.navbar {
    padding-bottom: 0 !important;
}

#header .container .d-flex:nth-child(2) {
    display: block !important;
}

@media (max-width: 767px) {
    .tbblogo {
        width: 80%;
        padding-right: 0 !important;
    }
}

.mega-menu-description {
    font-style: normal !important;
    opacity: 0.8;
    font-size: 12px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link .mega-description-group {
    max-width: 270px !important;
}

.mega-sub-menu .mega-menu-item {
    font-family: 'GeneralSans-Bold' !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.mega-sub-menu .mega-menu-item .mega-menu-description {
    font-family: 'GeneralSans-Regular' !important;
    font-weight: 400 !important;
}

.bg-secondary-lime {
    margin-top: 0 !important;
}

.mega-sub-menu img {
    width: 300px !important;
    height: auto !important;
    margin: 0 auto !important;
}

li.mega-menu-item-43186.mega-toggle-on > a.mega-menu-link,
li.mega-menu-item-43186.mega-toggle-on > ul.mega-sub-menu {
    background-color: #FFF0ED !important;
}

li.mega-menu-item-43221.mega-toggle-on > a.mega-menu-link,
li.mega-menu-item-43221.mega-toggle-on > ul.mega-sub-menu {
    background-color: #f8f2ff !important;
}

li.mega-menu-item-43230.mega-toggle-on > a.mega-menu-link,
li.mega-menu-item-43230.mega-toggle-on > ul.mega-sub-menu {
    background-color: #eff6ff !important;
}

li.mega-menu-item-43238.mega-toggle-on > a.mega-menu-link,
li.mega-menu-item-43238.mega-toggle-on > ul.mega-sub-menu {
    background-color: #F6F6F6 !important;
}

li.mega-menu-item-66092 > a.mega-menu-link {
    font-family: 'GeneralSans-Bold' !important;
    background: transparent url('/assets/images/menu-speed-test.svg') no-repeat left center !important;
    padding-left: 28px !important;
    color: #7000FF !important;
}

li.mega-menu-item-66092 > a.mega-menu-link:hover {
    background-color: transparent !important;
}

.menu-sub .mega-menu-link, #mega-menu-item-43204 .mega-sub-menu .guide-fix .menu-sub .mega-menu-link {
    background-image: none !important;
    padding-left: 10px !important;
}

.mega-menu-bp-offers .mega-sub-menu .mega-menu-link {
    border-left: none !important;
    border-bottom-width: 1px !important;
    padding: 5px 0 5px 0 !important;
    margin-bottom: 0 !important;
}

/* Guides page */

.guide-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.guide-card {
    border-radius: 7px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .guide-card {
        flex: 0 0 calc(50% - 10px)
    }
}

@media screen and (min-width: 992px) {
    .guide-card {
        flex: 0 0 calc(33.33% - 20px);
    }
}

.guide-card > div {
    padding: 13px;
}

.guide-card-top {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

@media screen and (min-width: 768px) {
    .guide-card-top {
        height: 130px;
    }
}

.guide-card-tag {
    flex-basis: 50%;
}

.guide-card-tag span {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'General Sans Bold', sans-serif;
}

.guide-card-top > div:nth-child(1) {
    flex: 1 0 60%;
}

.guide-card-top > div:nth-child(2) {
    flex: 1 0 35%;
    max-width: 120px;
}

.guide-card-top img {
    width: 100%;
}

.guide-card-top h4 {
    font-size: 16px;
    margin: 10px 0;
}

.guide-card-top h4 a {
    color: #fff;
}

.guide-card-top h4 a:hover {
    opacity: 0.7
}

@media screen and (min-width: 768px) {
    .guide-card-bottom {
        height: 135px;
    }
}

.guide-card-bottom p {
    font-size: 14px;
}

.guide-card-beginner .guide-card-top {
    background-color: #52D8AF;
}

.guide-card-beginner .guide-card-bottom {
    background-color: #eafbf5;
}

.guide-card-intermediate .guide-card-top {
    background-color: #7000FF;
}

.guide-card-intermediate .guide-card-bottom {
    background-color: #f6f0ff;
}

.guide-card-expert .guide-card-top {
    background-color: #FF715B;
}

.guide-card-expert .guide-card-bottom {
    background-color: #ffedea;
}

/* BT Exchange */

.bt-exchange img {
    width: 25px;
}

/* BQM Snapshot picker */

.picker__footer,
.picker__header,
.picker__table {
    text-align: center
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 3em;
    margin-right: .25em
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}

.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width: 24.5em) {

    .picker__select--month,
    .picker__select--year {
        margin-top: -.5em
    }

    .picker__nav--next,
    .picker__nav--prev {
        top: -.33em
    }

    .picker__nav--prev {
        padding-right: 1.5em
    }

    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: #f2d1c5
}

.picker__table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.accordion-button:not(.collapsed) {
    background-color: #f2d1c5
}

.accordion-button:focus {
    border-color: #f2d1c5;
    box-shadow: 0px 0px 0px #f2d1c5;
}

#count_message {
    color: #666666;
    font-size: 14px;
    right: 1rem;
    bottom: 2rem;
    padding: 0.25rem 0.5rem;
}

div:where(.swal2-container) .swal2-html-container {
    overflow: hidden !important;
}


.subscriptions .form-check label {
    padding-top: 1px;
}

a.update-action, a.delete-action {
    cursor: pointer;
}

.news-archive-header {
    font-family: 'GeneralSans-Bold';
    font-size: 1rem;
    color: #000;
}

.news-archive-title {
    font-family: 'GeneralSans-Regular';
    font-size: 1rem;
    color: #000;
}

.news-archive-title a {
    color: #FF715B;
    font-weight: 700;
}

.page-item .page-link {
    color: #FF715B;
}

.page-item.active .page-link {
    color: #fff;
}

/* Establish a stacking context for the container */
/* Container styles */
.tags-container {
    position: relative;
    display: inline-block;
}

/* Badge styles - with higher z-index to overcome Bootstrap defaults */
.tags-container .badge.rounded-pill {
    position: relative;
    cursor: pointer;
    padding: 6px 12px;
    display: inline-block;
    margin: 2px;
    background-clip: padding-box;
}

/* Popup styles */
.custom-popup {
    position: fixed !important;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: max-content;
    max-width: min(600px, 90vw);
    z-index: 999999 !important;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Show popup on hover */
.tags-container:hover .custom-popup {
    visibility: visible;
    opacity: 1;
}

/* Scrollbar styles */
.custom-popup::-webkit-scrollbar {
    width: 6px;
}

.custom-popup::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-popup::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.custom-popup::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Interaction styles */
.custom-popup,
.custom-popup * {
    pointer-events: auto;
}

.custom-popup a {
    cursor: pointer;
}

.custom-popup a:hover {
    text-decoration: underline;
}

.wp-block-buttons {
    margin: 10px 0px;
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.wp-block-buttons > .wp-block-button a {
    width: 100%;
}

.wpp-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .wpp-list {
        flex-direction: row;
    }
}

#comments h2 {
    margin-top: 0 !important;
}

.commentlist {
    width: 100% !important;
    padding-left: 0;
}

.commentlist > li.comment {
    padding-left: 0;
    padding-right: 0;
}

.comment-meta {
    height: auto !important;
    margin-bottom: 1em;
}

.sticky-post {
    width: 100%;
    background: #ffd8d24d;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 6px
}

.sticky-post p {
    max-width: 950px;
}

.sticky-post .border-bottom {
    border: none !important;
}

.home-top-2.has-sticky .border-start:nth-child(4n+2) {
    border: none !important;
}