
body {
    background-color: #333;
    font-family: 'IBM Plex Mono', monospace;
    color: #fff;
}

body a {
    color: #00FF04;
    text-decoration: none;
}

.page-header {
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 12px;
    padding-bottom: 24px;
}
.fs-navbar a {
    color: #fff;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
}
.fs-navbar a:hover {
    color: #00FF04;
}
.fs-navbar a:active {
    color: #18801b;
}
.fs-navbar a:visited {
    color: #fff;
}
.fs-navbar a:focus {
    color: #00FF04;
}
.navbar-toggler {
    background-color: #333;
}
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5); /* Optional: change border color */
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2300FF04' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
}
.page-header-h1 {
    color: #FFF;
    font-family: "IBM Plex Mono";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.page-header-h2 {
    color: #B1B1B1;
    font-family: "IBM Plex Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 16.2px */
    max-width: 460px;
}
.header-pattern-bg {
    background-image: url('/img/freeshells-bg.png'); /* Use a small seamless tile */
    background-repeat: repeat;
    background-size: auto; /* Or try 'contain' or a fixed size */

}

/* Optional: add background opacity without affecting content */
.header-pattern-bg::before {
    content: "";
    position: absolute;
    background-color:#000;
    opacity: 0.2;
    z-index: -1;
}
.filters {
    display: flex;
    height:300px;
    padding: 10px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #464646;
}

.filters span {
    color: #FFF;
    font-family: "IBM Plex Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.provider {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #000;
    background: #464646;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.provider-title-area {
    display: flex;
    padding: 8px 24px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    border-bottom: 1px solid #2C2C2C;
    background: #131313;
    height: 40px;
}
.provider-title {
    color: #FFF;
    font-family: "IBM Plex Mono";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 24.3px */
    margin-top: 0;
    margin-bottom:0;
}
.rating {
    display: flex;
    width: 206px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.rating span {
    font-weight: bold;
}
.features {
    display: flex;
    padding: 0 24px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.features img {
    width: 74px;
    align-self: stretch;
    aspect-ratio: 37/40;
    display: block;
}
.highlight {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 8px;
    background: #2E2E2E;
}
.description {
    display: flex;
    width: 67%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    padding-left: 8px;
}
.highlights {
    display: flex;
    align-items: center;
    gap: 8px;
}
.description p {
    color: #D1D1D1;
    font-family: "IBM Plex Mono";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 17.55px */
    margin-bottom: 0;
}
.call-to-action {
    display: flex;
    /*width: 206px;*/
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.call-to-action button {
    display: flex;
    height: 54px;
    padding: 10px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    color: #000;
    font-family: "IBM Plex Mono";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 24.3px */
}
.call-to-action span {
    color: #71A172;
    font-family: "IBM Plex Mono";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 17.55px */
}
.call-to-action a {
    color: #000;
}
.tags {
    display: flex;
    padding: 0 24px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    padding-bottom:18px;
}
.tag {
    display: flex;
    padding: 0 8px 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #616161;
    color: #FFF;
    font-family: "IBM Plex Mono";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 17.55px */
}
.highlight img {
    width: 16px;
    height: 16px;
}
.highlight img {
    align-self: center;
}
.last-checked img {
    width: 14px;
    height: 14px;
}
.last-checked {
    display: flex;
    gap: 4px;
}
footer {
    color: #FFF;
    font-family: "IBM Plex Mono";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 17.55px */
}
button a {
    color:#000;
    text-decoration: none;
}
.cookies {
    color:#fff!important;
    text-decoration: none;
}
.footer-link {
    color:#FFF!important;
    text-decoration: none;
}
.health-br {
    display: none;
}

.d-flex::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.d-flex {
    -ms-overflow-style: none;  /* IE/Edge */
    scrollbar-width: none;     /* Firefox */
}

@media (max-width: 992px) {
    .filters {
        height:auto;
    }
    .highlight span {
        font-size:12px;
    }
    .call-to-action button {
        padding:14px 32px;
        height: auto;
        font-size:12px;
        font-weight: bold;
    }
    .description p {
        font-size: 11px;
    }
    .provider-title {
        font-size: 14px;
    }
    .provider-title-area {

    }
    .rating span {
        font-size: 12px;
    }
    .rating img {
        height: 12px;
        width: 12px;
    }
    .rating {
        width: 167px;
        justify-content: right;
    }
    .last-checked span {
        font-size: 11px;
    }
    .health-br {
        display: block;
    }
}
@media (max-width: 768px) {
    .highlights {
        display:block;
    }
    .highlight {
        margin-bottom: 4px;
    }
    .call-to-action {
        width: 80%;
        margin-left:4px;
    }
    .features img {
        align-self: flex-start;
    }
}