.page-content,
.post-list,
.site-footer__widgets {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

body {
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

p, h1, h2, h3, h4, h5, h6, li, span, a, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.single-post {
    margin-left: auto;
    margin-right: auto;
}

.page-title,
.single-post__title {
    font-size: clamp(2rem, 5vw, 3rem);
    margin: 0 0 1.5rem;
}

.page-body,
.single-post__content {
    font-size: 1.05rem;
    line-height: 1.75;
    display: grid;
    gap: 1.5rem;
}

.single-post__meta {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-post__thumbnail img {
    width: 100%;
    border-radius: 18px;
}

.single-post__footer {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.single-post__categories a,
.single-post__tags a {
    margin-right: 0.5rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(16, 27, 55, 0.08);
    color: var(--affiliate-betportal-primary);
    font-size: 0.85rem;
}

.page-body blockquote,
.single-post__content blockquote {
    border-left: 4px solid var(--affiliate-betportal-accent);
    padding-left: 1.25rem;
    font-style: italic;
}

.page-body table,
.single-post__content table {
    width: 100%;
    border-collapse: collapse;
}

.page-body table th,
.page-body table td,
.single-post__content table th,
.single-post__content table td {
    border: 1px solid rgba(27, 34, 52, 0.08);
    padding: 0.75rem 1rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.left {
    float: left;
}

.right {
    float: right;
}

.box-25 {
    width: 25%;
}

.box-75 {
    width: 75%;
}

.space-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.space-header-height {
    min-height: 80px;
}

.space-header-wrap {
    width: 100%;
    background-color: #fff;
    z-index: 20;
    box-shadow: 0 10px 40px 0 rgba(109, 141, 173, 0.25);
}

.space-header {
    width: 100%;
    min-height: 80px;
}

.space-header-ins {
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.space-header-logo-ins {
    margin: 5px 15px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.space-header-logo-ins:after {
    display: none;
}

.space-header-logo a {
    padding-top: 0;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #2d3436;
    line-height: 0;
}

.space-header-logo a.text-logo {
    font-size: 1.333em;
    line-height: 1em;
    text-transform: uppercase;
}

.space-header-logo span {
    display: block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1em;
    color: #7f8c8d;
}

.space-header-menu ul,
.space-header-menu ul li,
.space-mobile-menu-list ul,
.space-mobile-menu-list ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.space-header-menu ul li::marker,
.space-mobile-menu-list ul li::marker {
    content: none;
}

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

.space-header-menu ul.main-menu {
    padding-right: 55px;
    line-height: 100%;
}

.space-header-menu ul.main-menu li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    color: #2d3436;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
}

.space-header-menu ul.main-menu li:last-child {
    margin-right: 0;
}

.space-header-menu ul.main-menu li a {
    color: #151515;
    text-decoration: none;
    font-weight: 400;
    padding: 31px 16px;
    border-bottom: 2px solid transparent;
    display: block;
}

.space-header-menu ul.main-menu li a:hover,
.space-header-menu ul.main-menu li:hover > a,
.space-header-menu ul.main-menu li.current-menu-item > a {
    color: #d63031;
    border-bottom: 2px solid #d63031;
}

.space-header-menu ul.main-menu > li.new > a:before,
.space-header-menu ul.main-menu > li.best > a:before,
.space-header-menu ul.main-menu > li.hot > a:before,
.space-header-menu ul.main-menu > li.top > a:before,
.space-header-menu ul.main-menu > li.fair > a:before {
    font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    top: 14px;
    right: 1px;
    padding: 2px 7px;
    border-radius: 8px;
    color: #fff;
}

.space-header-menu ul.main-menu > li.new > a:before {
    content: "New";
    background-color: #4cd137;
}

.space-header-menu ul.main-menu > li.best > a:before {
    content: "Best";
    color: #151515;
    background-color: #f0ff00;
}

.space-header-menu ul.main-menu > li.hot > a:before {
    content: "Hot";
    color: #a33632;
    background-color: #ff7979;
}

.space-header-menu ul.main-menu > li.top > a:before {
    content: "Top";
    background-color: #f22613;
}

.space-header-menu ul.main-menu > li.fair > a:before {
    content: "Fair";
    background-color: #8c14fc;
}

.space-header-menu ul.main-menu li.menu-item-has-children > a:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 700;
    font-size: 10px;
    top: 50%;
    right: 12px;
    left: auto;
    transform: translateY(-50%);
}
.space-header-menu ul.main-menu li.menu-item-has-children > a svg,
.space-header-menu ul.main-menu li.menu-item-has-children > a .dropdown-icon {
    display: none;
}

.space-header-menu ul.main-menu li.menu-item-has-children > a {
    padding-right: 32px;
}

.space-header-menu ul.main-menu li ul.sub-menu {
    background-color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 100px;
    left: -15px;
    width: 230px;
    box-shadow: 0 10px 40px 0 rgba(109, 141, 173, 0.25);
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.space-header-menu ul.main-menu li:hover > ul.sub-menu {
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.space-header-menu ul.main-menu li ul.sub-menu li {
    display: block;
    padding: 6px 30px;
    float: left;
    position: relative;
    line-height: 1.2em;
    width: 100%;
}

.space-header-menu ul.main-menu li ul.sub-menu li a {
    display: inline-block;
    padding: 0;
    color: #34495e;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}

.space-header-menu ul.main-menu li ul.sub-menu li a:hover {
    color: #b2bec3;
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 10px;
    top: 7px;
    right: 15px;
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children > ul {
    position: absolute;
    top: 15px;
    left: 230px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:hover > ul {
    top: -15px;
    opacity: 1;
    visibility: visible;
}

.space-header-search {
    top: 30px;
    bottom: 0;
    right: 15px;
    margin: 0;
    color: #151515;
    font-size: 1.333em;
    line-height: 1em;
    height: 1em;
    cursor: pointer;
}

.space-header-search-block {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f5f6fa;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    transition: all 0.3s ease-in-out;
}

.space-header-search-block.active {
    opacity: 1;
    visibility: visible;
}

.space-header-search-block-ins {
    max-width: 1170px;
    height: 100px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
}

.space-header-search-block input[type="search"] {
    width: 100%;
    background: transparent;
    font-weight: 700;
    font-size: 3.157em;
    line-height: 1.2em;
    color: #2d3436;
    border: 0;
    border-bottom: 1px solid #e9edf0;
    padding: 20px 30px;
    border-radius: 0;
}

.desktop-search-close-button {
    position: absolute;
    top: 20px;
    right: 45px;
    width: 20px;
    height: 21px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.desktop-search-close-button .to-right,
.desktop-search-close-button .to-left {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #7f8c8d;
}

.desktop-search-close-button .to-right {
    transform: rotate(135deg);
}

.desktop-search-close-button .to-left {
    transform: rotate(45deg);
}

.space-mobile-menu-icon {
    width: 24px;
    top: 20px;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    display: none;
    background: none;
    border: none;
    padding: 0;
}

.space-mobile-menu-icon div {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #2d3436;
    margin-bottom: 4px;
}

.space-mobile-menu-icon div:last-child {
    margin-bottom: 0;
}

.space-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(45, 52, 54, 0.95);
    z-index: 100000;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.space-mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.space-mobile-menu-block {
    overflow-y: auto;
    width: 100%;
    max-width: 320px;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: auto;
    background-color: #fff;
    position: relative;
}

.space-mobile-menu.fixed {
    position: fixed;
}

.space-mobile-menu-block.absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.space-mobile-menu-block-ins.relative {
    position: relative;
}

.space-mobile-menu-header {
    margin-bottom: 45px;
}

.space-mobile-menu-block-ins {
    padding: 45px 30px;
    position: relative;
}

.space-mobile-menu-header a {
    display: inline-block;
    font-weight: 700;
    line-height: 0;
    color: #2d3436;
}

.space-mobile-menu-header a.text-logo {
    text-transform: uppercase;
    font-size: 1.15em;
    line-height: 1em;
}
.space-mobile-menu-header img {
    max-width: 150px;
    height: auto;
}
.space-mobile-menu-header span {
    font-size: 0.85em;
    display: inline-block;
    margin-top: 6px;
}

.space-mobile-menu-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 21px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.space-mobile-menu-close-button .to-right,
.space-mobile-menu-close-button .to-left {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #7f8c8d;
}

.space-mobile-menu-close-button .to-right {
    transform: rotate(135deg);
}

.space-mobile-menu-close-button .to-left {
    transform: rotate(45deg);
}

.space-mobile-menu-list ul {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.space-mobile-menu-list ul li {
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #2d3436;
    text-align: left;
    cursor: default;
}

.space-mobile-menu-list ul li a {
    display: inline-block;
    padding: 10px 0;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #2d3436;
    text-decoration: none;
}

.space-mobile-menu-item-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.space-mobile-menu-item-row > a {
    flex: 1 1 auto;
    display: block;
}

.space-mobile-menu-list .submenu-toggle {
    margin-left: auto;
    background: none;
    border: none;
    color: #2d3436;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
}

.space-mobile-menu-list .submenu-toggle i {
    transition: transform 0.2s ease;
}

.space-mobile-menu-list ul li.space-up .submenu-toggle i {
    transform: rotate(180deg);
}

.space-mobile-menu-list ul li ul {
    display: none;
    padding: 0 0 0 15px;
}

.space-mobile-menu-list ul li.menu-item-has-children:after,
.space-mobile-menu-list ul li.space-up:after {
    display: none;
    content: none;
}

.space-mobile-menu-copy {
    margin-top: 60px;
    font-size: 0.85rem;
    color: #7f8c8d;
}

.space-mobile-menu-copy p {
    margin: 0;
}

.space-mobile-menu-copy a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .box-25,
    .box-75 {
        width: 100%;
        float: none;
    }
    .space-header-ins {
        min-height: 72px;
    }
    .space-header-menu ul.main-menu {
        display: none;
    }
    .space-header-logo-ins {
        margin: 0 15px;
        min-height: 72px;
    }
    .space-header-logo-ins:after {
        display: none;
    }
    .space-header-logo a {
        padding-top: 0;
        display: inline-flex;
        align-items: center;
    }
    .space-header-search {
        top: 50%;
        right: 64px;
        font-size: 1.1em;
        transform: translateY(-50%);
    }
    .space-mobile-menu-icon {
        top: 50%;
        right: 20px;
        display: block;
        transform: translateY(-50%);
    }
    .space-mobile-menu-icon {
        display: block;
    }
}

.space-footer {
    background-color: #f5f6fa;
    color: #2d3436;
}
.space-footer-top {
    padding: 60px 0 30px;
}
.space-footer-ins {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.space-footer-area {
    margin-bottom: 30px;
}
.space-block-title {
    padding: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.333em;
    line-height: 1.45em;
    color: #151515;
}
.space-block-title span {
    position: relative;
    padding-left: 23px;
}
.space-block-title span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ff2453;
}
.space-block-title span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #be2edd;
    opacity: 0.6;
}
.space-news-1 {
    overflow: hidden;
    max-width: 100%;
}

.space-shortcode-wrap {
    max-width: 100%;
    overflow-x: hidden;
}
.space-news-1-ins {
    padding-top: 45px;
    padding-bottom: 30px;
}
.space-news-1-items {
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.space-news-1-item {
    width: 25%;
    flex: 0 0 25%;
}
.space-news-1-item-ins {
    margin: 0 15px 30px;
    overflow: hidden;
    background: transparent;
}
.space-news-1-item-img {
    width: 115px;
    height: 100px;
    margin-right: -115px;
    line-height: 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #dfe6e9;
}
.space-news-1-item-img a,
.space-news-1-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.space-news-1-item-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 1.45rem;
    color: #fff;
    background: linear-gradient(135deg, #101b37 0%, #ff6b35 100%);
}
.space-news-1-item-title-box {
    width: 100%;
}
.space-news-1-item-title-box-ins {
    margin-left: 115px;
    padding-left: 20px;
    box-sizing: border-box;
}
.space-news-1-item-title {
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.2em;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.space-news-1-item-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.space-news-1-item-title a:hover {
    color: #be2edd;
}
.space-news-1-item-meta {
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #7f8c8d;
    margin-top: 8px;
}
.space-news-1-item-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.space-news-1-item-meta span:first-child {
    margin-right: 0;
}
.space-news-1-item-meta i {
    padding-right: 4px;
}
.space-news-1-item-meta span:first-child {
    margin-right: 0;
}
.space-news-1-item-meta i {
    padding-right: 0;
}
.space-news-empty {
    width: 100%;
    padding: 30px;
    text-align: center;
    color: #7f8c8d;
}
.space-footer-separator {
    border: 0;
    height: 1px;
    margin: 30px 0;
    background-color: rgba(33, 37, 41, 0.1);
}
.space-footer-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.space-footer-logo-image {
    max-width: 320px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.65;
}
.space-footer-badge-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    background-color: rgba(33, 37, 41, 0.08);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.space-footer-copy {
    background-color: #10172b;
    color: rgba(255, 255, 255, 0.85);
    padding: 30px 0;
}
.space-footer-copy-left,
.space-footer-copy-menu {
    width: 50%;
}
.space-footer-copy-left span {
    font-size: 0.9rem;
}
.space-footer-copy-menu {
    text-align: right;
}
.space-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 20px;
}
.space-footer-menu li {
    margin: 0;
}
.space-footer-menu a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}
.space-footer-menu a:hover {
    color: #ff6b35;
}
@media (max-width: 1024px) {
    .space-news-1-item {
        width: 50%;
        flex: 0 0 50%;
    }
    .space-footer-copy-left,
    .space-footer-copy-menu {
        width: 100%;
        text-align: center;
    }
    .space-footer-copy-menu {
        margin-top: 15px;
    }
}
@media (max-width: 680px) {
    .space-news-1-item {
        width: 100%;
        flex: 0 0 100%;
    }
    .space-news-1-item-img {
        width: 100px;
        height: 100px;
        margin-right: -100px;
    }
    .space-news-1-item-title-box-ins {
        margin-left: 100px;
    }
    .space-footer-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
}

.affiliate-betportal-hero-block {
    padding: 60px 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    --affiliate-betportal-hero-title: #ff2453;
    --affiliate-betportal-hero-description: #7f8c8d;
}
.affiliate-betportal-hero-block__figure {
    max-width: 1024px;
    margin: 0 auto 24px;
    line-height: 0;
}
.affiliate-betportal-hero-block__figure img {
    width: 100%;
    height: auto;
    display: block;
}
.affiliate-betportal-hero-block__title {
    margin: 0 0 18px;
    font-size: clamp(2.4rem, 4vw, 3.157rem);
    line-height: 1.1em;
    color: var(--affiliate-betportal-hero-title, #ff2453);
}
.affiliate-betportal-hero-block__description {
    max-width: 760px;
    margin: 0 auto 18px;
    font-size: 1rem;
    line-height: 1.55em;
    font-weight: 300;
    color: var(--affiliate-betportal-hero-description, #7f8c8d);
}
.affiliate-betportal-hero-block__icon {
    width: 30px;
    margin: 0 auto;
    line-height: 0;
}
.affiliate-betportal-hero-block__icon img {
    width: 100%;
    height: auto;
    display: block;
}
.affiliate-betportal-hero-block__icon--fallback {
    font-size: 1.8rem;
    font-weight: 600;
    color: #c6ccd6;
    line-height: 1;
}
.affiliate-betportal-hero-block__spacer {
    width: 100%;
}
.affiliate-betportal-hero-v2 {
    padding: 60px 0;
}
.affiliate-betportal-hero-v2__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(30px, 6vw, 80px);
}
.affiliate-betportal-hero-v2__left {
    flex: 1 1 50%;
    max-width: 520px;
}
.affiliate-betportal-hero-v2__badge {
    width: 32px;
    margin-bottom: 24px;
}
.affiliate-betportal-hero-v2__badge img {
    display: block;
    width: 100%;
    height: auto;
}
.affiliate-betportal-hero-v2__heading {
    margin: 0 0 24px;
    font-size: clamp(2.4rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 700;
}
.affiliate-betportal-hero-v2__lead {
    margin: 0 0 20px;
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 300;
}
.affiliate-betportal-hero-v2__body {
    margin: 0 0 28px;
    font-size: 1rem;
    line-height: 1.65;
}
.affiliate-betportal-hero-v2__actions {
    display: flex;
    align-items: center;
    gap: 18px;
}
.affiliate-betportal-hero-v2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 38px;
    border-radius: 10px;
    background-color: #d63031;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.affiliate-betportal-hero-v2__button:hover,
.affiliate-betportal-hero-v2__button:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(214, 48, 49, 0.35);
    color: #ffffff;
}
.affiliate-betportal-hero-v2__button--disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}
.affiliate-betportal-hero-v2__right {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
}
.affiliate-betportal-hero-v2__figure {
    max-width: 520px;
    margin: 0;
    line-height: 0;
}
.affiliate-betportal-hero-v2__figure img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 1024px) {
    .affiliate-betportal-hero-block {
        padding: 50px 0 35px;
    }
    .affiliate-betportal-hero-block__figure {
        margin-bottom: 20px;
    }
    .affiliate-betportal-hero-block__description {
        padding: 0 20px;
    }
}
@media (max-width: 680px) {
    .affiliate-betportal-hero-block {
        padding: 40px 0 30px;
    }
    .affiliate-betportal-hero-block__figure {
        margin-bottom: 18px;
    }
    .affiliate-betportal-hero-block__title {
        margin-bottom: 16px;
        font-size: clamp(2rem, 6vw, 2.5rem);
    }
    .affiliate-betportal-hero-block__description {
        margin-bottom: 16px;
    }
}
@media (max-width: 1024px) {
    .affiliate-betportal-hero-v2 {
        padding: 50px 0;
    }
    .affiliate-betportal-hero-v2__inner {
        flex-direction: column;
        text-align: center;
    }
    .affiliate-betportal-hero-v2__left,
    .affiliate-betportal-hero-v2__right {
        max-width: 100%;
    }
    .affiliate-betportal-hero-v2__badge {
        margin-left: auto;
        margin-right: auto;
    }
    .affiliate-betportal-hero-v2__actions {
        justify-content: center;
    }
}
@media (max-width: 680px) {
    .affiliate-betportal-hero-v2 {
        padding: 40px 0;
    }
    .affiliate-betportal-hero-v2__heading {
        margin-bottom: 20px;
        font-size: clamp(2rem, 7vw, 2.6rem);
    }
    .affiliate-betportal-hero-v2__lead {
        margin-bottom: 18px;
    }
    .affiliate-betportal-hero-v2__body {
        margin-bottom: 24px;
    }
    .affiliate-betportal-hero-v2__button {
        width: 100%;
        max-width: 260px;
    }
}
.affiliate-betportal-hero-casino {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    color: #ffffff;
}
.affiliate-betportal-hero-casino__background,
.affiliate-betportal-hero-casino__overlay {
    position: absolute;
    inset: 0;
}
.affiliate-betportal-hero-casino__background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.03);
}
.affiliate-betportal-hero-casino__overlay {
    background-color: rgba(21, 21, 21, 0.8);
}
.affiliate-betportal-hero-casino__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
}
.affiliate-betportal-hero-casino__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
}
.affiliate-betportal-hero-casino__info {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.affiliate-betportal-hero-casino__logo {
    position: relative;
    flex: 0 0 auto;
}
.affiliate-betportal-hero-casino__logo-img {
    display: block;
    width: 135px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.affiliate-betportal-hero-casino__rating {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 1rem;
    color: #151515;
    background-color: #ffb347;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}
.affiliate-betportal-hero-casino__text {
    flex: 1 1 auto;
    display: grid;
    gap: 16px;
}
.affiliate-betportal-hero-casino__title {
    display: block;
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}
.affiliate-betportal-hero-casino__subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(223, 230, 233, 0.9);
}
.affiliate-betportal-hero-casino__accepted {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 1rem;
    color: #55efc4;
}
.affiliate-betportal-hero-casino__terms {
    max-width: 640px;
}
.affiliate-betportal-hero-casino__terms-inner {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 20px 24px;
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}
.affiliate-betportal-hero-casino__cta {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.affiliate-betportal-hero-casino__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 38px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    background-color: #ff8c00;
    color: #151515;
}
.affiliate-betportal-hero-casino__button:hover,
.affiliate-betportal-hero-casino__button:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
}
.affiliate-betportal-hero-casino__button--disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
}
.affiliate-betportal-hero-casino__notice {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1200px) {
    .affiliate-betportal-hero-casino__inner {
        padding: 70px 32px;
        gap: 40px;
    }
    .affiliate-betportal-hero-casino__content {
        gap: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .affiliate-betportal-hero-casino__content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 48px;
    }
    .affiliate-betportal-hero-casino__info {
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }
    .affiliate-betportal-hero-casino__terms {
        max-width: none;
    }
    .affiliate-betportal-hero-casino__cta {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {
    .affiliate-betportal-hero-casino__inner {
        padding: 60px 20px;
        gap: 36px;
    }
    .affiliate-betportal-hero-casino__logo-img {
        width: 110px;
        border-radius: 20px;
    }
    .affiliate-betportal-hero-casino__content {
        gap: 36px;
    }
    .affiliate-betportal-hero-casino__button {
        width: 100%;
        padding: 16px 24px;
    }
}
@media screen and (max-width: 480px) {
    .affiliate-betportal-hero-casino__terms-inner {
        padding: 18px;
    }
}
.affiliate-betportal-text-field {
    padding: 60px 0;
}
.affiliate-betportal-text-field__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    gap: 24px;
}
.affiliate-betportal-text-field__heading {
    margin: 0;
    font-size: clamp(2rem, 5vw, 2.6rem);
    font-weight: 700;
    text-align: center;
}
.affiliate-betportal-text-field__paragraph {
    font-size: 1.05rem;
    line-height: 1.75;
}
.affiliate-betportal-text-field__list {
    margin: 0;
    padding-left: 1.2em;
    display: grid;
    gap: 14px;
    font-size: 1.05rem;
    line-height: 1.7;
}
.affiliate-betportal-text-field__list li strong {
    font-weight: 700;
}
.affiliate-betportal-text-field__footnote {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
    line-height: 1.6;
    text-align: center;
}
.affiliate-betportal-text-field__footer {
    display: grid;
    gap: 20px;
    justify-items: center;
}
.affiliate-betportal-text-field__icon img {
    width: 86px;
    height: auto;
    display: block;
    opacity: 0.4;
}
@media (max-width: 1024px) {
    .affiliate-betportal-text-field__inner {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width: 680px) {
    .affiliate-betportal-text-field {
        padding: 45px 0;
    }
    .affiliate-betportal-text-field__inner {
        width: calc(100% - 30px);
        gap: 20px;
    }
    .affiliate-betportal-text-field__list {
        gap: 12px;
    }
    .affiliate-betportal-text-field__paragraph {
        font-size: 1rem;
    }
}
.affiliate-betportal-promo {
    --affiliate-promo-bg: #f1f3f4;
    --affiliate-promo-pt: 45px;
    --affiliate-promo-pb: 45px;
    background-color: var(--affiliate-promo-bg);
    padding: var(--affiliate-promo-pt) 0 var(--affiliate-promo-pb);
}
.affiliate-betportal-promo__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    text-align: center;
}
.affiliate-betportal-promo__badge {
    width: 32px;
    margin: 0 auto 20px;
    line-height: 0;
}
.affiliate-betportal-promo__badge img {
    width: 100%;
    height: auto;
    display: block;
}
.affiliate-betportal-promo__heading {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
}
.affiliate-betportal-promo__subtitle {
    margin: 0 auto 30px;
    max-width: 560px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    color: #7f8c8d;
}
.affiliate-betportal-promo__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.affiliate-betportal-promo-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 28px 24px;
    position: relative;
    box-shadow: 0 8px 24px rgba(12, 26, 75, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.affiliate-betportal-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(12, 26, 75, 0.12);
}
.affiliate-betportal-promo-card--dark {
    background-color: #263238;
    color: #ecf0f1;
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__category a,
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__category span,
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__title a,
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__title span,
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__description,
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__valid,
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__note {
    color: inherit;
}
.affiliate-betportal-promo-card__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.affiliate-betportal-promo-card__category a,
.affiliate-betportal-promo-card__category span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #d63031;
}
.affiliate-betportal-promo-card__title a,
.affiliate-betportal-promo-card__title span {
    font-size: 1.05rem;
    line-height: 1.4;
    font-weight: 700;
    color: #2c3e50;
}
.affiliate-betportal-promo-card__title a:hover {
    color: #d63031;
}
.affiliate-betportal-promo-card__code {
    width: 100%;
    border: 1px dashed #d6d7db;
    border-radius: 8px;
    padding: 10px 14px;
    position: relative;
    background-color: rgba(214, 215, 219, 0.2);
}
.affiliate-betportal-promo-card__code-value {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #151515;
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__code {
    border-color: rgba(236, 240, 241, 0.3);
    background-color: rgba(236, 240, 241, 0.08);
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__code-value {
    color: #ffffff;
}
.affiliate-betportal-promo-card__code-label {
    position: absolute;
    left: 14px;
    top: -12px;
    padding: 2px 8px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background-color: #ffffff;
    color: #7f8c8d;
    border-radius: 999px;
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__code-label {
    background-color: #263238;
    color: #bdc3c7;
}
.affiliate-betportal-promo-card__valid {
    font-size: 0.85rem;
    color: #7f8c8d;
}
.affiliate-betportal-promo-card__description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a5568;
    text-align: center;
}
.affiliate-betportal-promo-card__actions {
    width: 100%;
}
.affiliate-betportal-promo-card__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13px 0;
    border-radius: 10px;
    background-color: #d63031;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.affiliate-betportal-promo-card__button:hover,
.affiliate-betportal-promo-card__button:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(214, 48, 49, 0.3);
}
.affiliate-betportal-promo-card__button--disabled {
    opacity: 0.6;
    pointer-events: none;
}
.affiliate-betportal-promo-card__terms {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    color: #7f8c8d;
}
.affiliate-betportal-promo-card__terms-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 160px;
    padding: 6px 18px;
    border-radius: 999px;
    background-color: rgba(214, 215, 219, 0.35);
    font-weight: 600;
    color: #d63031;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    outline: none;
}
.affiliate-betportal-promo-card__terms-label:hover,
.affiliate-betportal-promo-card__terms-label:focus {
    background-color: rgba(214, 215, 219, 0.55);
    transform: translateY(-1px);
}
.affiliate-betportal-promo-card__terms-label:focus-visible {
    box-shadow: 0 0 0 2px rgba(214, 48, 49, 0.35);
}
.affiliate-betportal-promo-card__terms-tooltip {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    width: min(280px, calc(100vw - 60px));
    padding: 18px;
    border-radius: 12px;
    background-color: #ffffff;
    color: #4a5568;
    line-height: 1.6;
    text-align: left;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 20;
}
.affiliate-betportal-promo-card__terms-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #ffffff;
}
.affiliate-betportal-promo-card__terms:hover .affiliate-betportal-promo-card__terms-tooltip,
.affiliate-betportal-promo-card__terms:focus-within .affiliate-betportal-promo-card__terms-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -4px);
}
.affiliate-betportal-promo-card__terms-desc {
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__terms {
    color: #bdc3c7;
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__terms-label {
    background-color: rgba(236, 240, 241, 0.12);
    color: #fcb900;
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__terms-label:hover,
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__terms-label:focus {
    background-color: rgba(236, 240, 241, 0.2);
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__terms-tooltip {
    background-color: #37474f;
    color: #ecf0f1;
    box-shadow: 0 18px 48px rgba(12, 18, 30, 0.35);
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__terms-tooltip:after {
    border-top-color: #37474f;
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__terms-desc {
    color: #ecf0f1;
}
.affiliate-betportal-promo-card__note {
    font-size: 0.8rem;
    color: #7f8c8d;
}
.affiliate-betportal-promo-card--dark .affiliate-betportal-promo-card__note {
    color: #bdc3c7;
}
@media (max-width: 1200px) {
    .affiliate-betportal-promo__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    .affiliate-betportal-promo__inner {
        width: calc(100% - 30px);
    }
    .affiliate-betportal-promo__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    .affiliate-betportal-promo {
        padding: 35px 0;
    }
    .affiliate-betportal-promo__subtitle {
        margin-bottom: 24px;
    }
    .affiliate-betportal-promo__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .affiliate-betportal-promo-card {
        padding: 24px 20px;
    }
}

.affiliate-betportal-new-casinos {
    padding: 70px 0 50px;
    background-color: #ffffff;
}
.affiliate-betportal-new-casinos__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    text-align: center;
}
.affiliate-betportal-new-casinos__heading {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #d63031;
}
.affiliate-betportal-new-casinos__subtitle {
    margin: 0 auto 28px;
    max-width: 600px;
    font-size: 1rem;
    line-height: 1.6;
    color: #7f8c8d;
}
.affiliate-betportal-new-casinos__badge {
    width: 32px;
    margin: 0 auto 24px;
    line-height: 0;
}
.affiliate-betportal-new-casinos__badge img {
    display: block;
    width: 100%;
    height: auto;
}
.affiliate-betportal-new-casinos__grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.affiliate-betportal-new-casinos-card {
    background: linear-gradient(180deg, #f9fafc 0%, #ffffff 70%);
    border-radius: 18px;
    padding: 28px 26px 30px;
    box-shadow: 0 12px 32px rgba(12, 26, 75, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.affiliate-betportal-new-casinos-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(12, 26, 75, 0.16);
}
.affiliate-betportal-new-casinos-card__top {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 18px;
}
.affiliate-betportal-new-casinos-card__logo {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(214, 215, 219, 0.6);
}
.affiliate-betportal-new-casinos-card__logo img {
    display: block;
    max-width: 42px;
    height: auto;
}
.affiliate-betportal-new-casinos-card__title {
    text-align: left;
    flex: 1 1 auto;
}
.affiliate-betportal-new-casinos-card__title a,
.affiliate-betportal-new-casinos-card__title span {
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 700;
    color: #2d3436;
    line-height: 1.4;
}
.affiliate-betportal-new-casinos-card__title a:hover {
    color: #d63031;
}
.affiliate-betportal-new-casinos-card__rating {
    margin-top: 8px;
    display: flex;
    gap: 2px;
}
.affiliate-betportal-new-casinos-card__rating .star {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #d6d7db;
    clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 70% 59%, 82% 100%, 50% 76%, 18% 100%, 30% 59%, 0% 38%, 37% 38%);
}
.affiliate-betportal-new-casinos-card__rating .star-full {
    background-color: #f39c12;
}
.affiliate-betportal-new-casinos-card__rating .star-half {
    background: linear-gradient(90deg, #f39c12 0%, #f39c12 50%, #d6d7db 50%, #d6d7db 100%);
}
.affiliate-betportal-new-casinos-card__description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5568;
    text-align: left;
}
.affiliate-betportal-new-casinos-card__buttons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.affiliate-betportal-new-casinos-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
    border-radius: 30px;
    font-weight: 600;
    background-color: #d63031;
    color: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.affiliate-betportal-new-casinos-card__button:hover,
.affiliate-betportal-new-casinos-card__button:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(214, 48, 49, 0.3);
}
.affiliate-betportal-new-casinos-card__button[aria-disabled="true"] {
    opacity: 0.6;
    pointer-events: none;
}
.affiliate-betportal-new-casinos-card__button--secondary {
    background-color: transparent;
    color: #2d3436;
    border: 1px solid rgba(45, 52, 54, 0.2);
}
.affiliate-betportal-new-casinos-card__button--secondary:hover,
.affiliate-betportal-new-casinos-card__button--secondary:focus {
    color: #d63031;
    border-color: rgba(214, 48, 49, 0.4);
    box-shadow: none;
}
.affiliate-betportal-new-casinos-card__terms {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 0.82rem;
    color: #7f8c8d;
}
.affiliate-betportal-new-casinos-card__terms-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border-radius: 999px;
    background-color: rgba(214, 215, 219, 0.4);
    color: #d63031;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    outline: none;
}
.affiliate-betportal-new-casinos-card__terms-label:hover,
.affiliate-betportal-new-casinos-card__terms-label:focus {
    background-color: rgba(214, 215, 219, 0.6);
    transform: translateY(-1px);
}
.affiliate-betportal-new-casinos-card__terms-label:focus-visible {
    box-shadow: 0 0 0 2px rgba(214, 48, 49, 0.35);
}
.affiliate-betportal-new-casinos-card__terms-tooltip {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translate(-50%, 0);
    width: min(300px, calc(100vw - 60px));
    padding: 18px;
    border-radius: 14px;
    background-color: #ffffff;
    color: #4a5568;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.2);
    line-height: 1.6;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 20;
}
.affiliate-betportal-new-casinos-card__terms-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #ffffff;
}
.affiliate-betportal-new-casinos-card__terms:hover .affiliate-betportal-new-casinos-card__terms-tooltip,
.affiliate-betportal-new-casinos-card__terms:focus-within .affiliate-betportal-new-casinos-card__terms-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -6px);
}
.affiliate-betportal-new-casinos-card__terms-text {
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
}
.affiliate-betportal-new-casinos-card__note {
    font-size: 0.78rem;
    color: #7f8c8d;
}
.affiliate-betportal-new-casinos__footer {
    margin-top: 60px;
    text-align: left;
}
.affiliate-betportal-new-casinos__footer-heading {
    margin: 0 0 16px;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #151515;
}
.affiliate-betportal-new-casinos__footer-desc {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.65;
    color: #4a5568;
}
.affiliate-betportal-new-casinos__footer-list {
    margin: 0 0 24px 20px;
    padding: 0;
    color: #4a5568;
    line-height: 1.6;
}
.affiliate-betportal-new-casinos__footer-list li {
    margin-bottom: 14px;
}
.affiliate-betportal-new-casinos__footer-note {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #4a5568;
}
@media (max-width: 1200px) {
    .affiliate-betportal-new-casinos__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    .affiliate-betportal-new-casinos {
        padding: 60px 0 40px;
    }
    .affiliate-betportal-new-casinos__inner {
        width: calc(100% - 30px);
    }
    .affiliate-betportal-new-casinos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .affiliate-betportal-new-casinos__footer {
        text-align: center;
    }
    .affiliate-betportal-new-casinos__footer-list {
        text-align: left;
    }
}
@media (max-width: 680px) {
    .affiliate-betportal-new-casinos {
        padding: 45px 0 30px;
    }
    .affiliate-betportal-new-casinos__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .affiliate-betportal-new-casinos-card {
        padding: 24px 22px;
        align-items: flex-start;
    }
    .affiliate-betportal-new-casinos-card__buttons {
        grid-template-columns: 1fr;
    }
    .affiliate-betportal-new-casinos-card__terms,
    .affiliate-betportal-new-casinos-card__note {
        align-self: center;
        text-align: center;
        width: 100%;
    }
    .affiliate-betportal-new-casinos__footer-list {
        margin-left: 16px;
    }
}

@media screen and (max-width: 680px) {
    .space-organizations-3-logo-title-box {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        text-align: left;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .space-organizations-3-logo-box {
        width: 70px;
        height: 70px;
        border-radius: 22px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 0 0 0 1px rgba(214, 215, 219, 0.5);
        margin-bottom: 0;
        order: 1;
    }
    .space-organizations-3-title-box {
        text-align: left;
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        order: 2;
    }
    .space-organizations-3-title-box a {
        font-size: 1.05rem;
        font-weight: 700;
        color: #141b2d;
    }
    .space-organizations-3-archive-item-button-ins {
        display: flex;
        align-items: stretch;
        gap: 10px;
        text-align: left;
        padding: 0 8px;
        flex-wrap: wrap;
    }
    .space-organizations-3-archive-item-button-ins a {
        flex: 1 1 0;
        border-radius: 999px;
        padding: 12px 10px;
        font-size: 0.92rem;
        text-align: center;
    }
}

.space-shortcode-wrap {
    margin: 0 -15px;
}
.space-shortcode-wrap-ins {
    max-width: 1200px;
    margin: 0 auto;
}
.space-shortcode-wrap.space-shortcode-4 {
    background-color: #ffffff;
    margin-bottom: 60px;
}
.space-shortcode-wrap.space-shortcode-4 .space-shortcode-wrap-ins {
    padding-top: 45px !important;
    padding-bottom: 30px !important;
}
.space-shortcode-wrap.space-shortcode-4 .space-block-title {
    padding-bottom: 15px;
}
.space-organizations-3-archive-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.space-organizations-3-archive-item {
    display: inline-block;
}
.space-organizations-3-archive-item-ins {
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 15px 30px;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(109, 141, 173, 0.25);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-wrap: wrap;
}
.space-organizations-3-archive-item-ins:hover {
    box-shadow: 0 15px 40px 0 rgba(109, 141, 173, 0.55);
}
.space-organizations-3-archive-item-logo {
    order: 1;
    display: flex;
    align-items: center;
}
.space-organizations-3-archive-item-count {
    top: -22px;
    left: 30px;
    width: 30px;
    height: 42px;
    background-color: #636e72;
    border-radius: 5px;
}
.space-organizations-3-archive-item:first-child .space-organizations-3-archive-item-count {
    background-color: #ff2453;
}
.space-organizations-3-archive-item-count span {
    position: relative;
    display: inline-block;
    width: 30px;
    padding: 7px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
}
.space-organizations-3-archive-item-count:before {
    content: '';
    display: block;
    width: 30px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.space-organizations-3-archive-item-count-2 {
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    background-color: #636e72;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.space-organizations-3-archive-item:first-child .space-organizations-3-archive-item-count-2 {
    background-color: #ff2453;
}
.space-organizations-3-archive-item-count-2 span {
    position: relative;
    display: inline-block;
    width: 30px;
    padding: 7px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
}
.space-organizations-3-logo-title-box {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    margin: 0;
}
.space-organizations-3-logo-box {
    flex: 0 0 65px;
    width: 65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.space-organizations-3-logo-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}
.space-organizations-3-logo-box img {
    box-shadow: 0 5px 10px 0 rgba(109, 141, 173, 0.25);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}
.space-organizations-3-title-box {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.space-organizations-3-title-box a {
    font-weight: 700;
    font-size: 1.333em;
    line-height: 1.25em;
    color: #151515 !important;
    text-decoration: none !important;
    display: block;
    padding: 0;
    margin: 0;
}
.space-organizations-3-title-box a:hover {
    color: #b2bec3 !important;
}
.space-organizations-3-archive-item-terms {
    order: 2;
    display: flex;
    align-items: center;
}
.space-organizations-3-archive-item-terms-ins {
    padding: 0 12px 0 26px;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
}
.space-organizations-3-archive-item-terms-ins a {
    color: #ff2453;
    text-decoration: underline;
}
.space-organizations-3-archive-item-terms-ins a:hover {
    text-decoration: none;
}
.space-organizations-3-archive-item-terms-ins strong {
    font-weight: 700;
    font-size: 28.43px;
    line-height: 1.25em;
    color: #111111;
}
.space-organizations-3-archive-item-terms-ins span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    color: #2e3246;
    padding-bottom: 5px;
}
.space-organizations-3-archive-item-terms-ins p {
    padding-bottom: 0 !important;
    line-height: 1.45em !important;
}
.space-organizations-3-archive-item-units {
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #2e3246;
}
.space-organizations-3-archive-item-units span {
    font-weight: 700;
    color: #111111;
}
.space-organizations-3-archive-item-terms-ins--center {
    text-align: center;
}
.space-organizations-3-archive-item-rating {
    order: 3;
    display: flex;
    align-items: center;
}
.space-organizations-3-archive-item-rating-ins {
    padding: 0 20px 0 28px;
}
.space-organizations-3-archive-item-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 40px;
    border-radius: 20px;
    padding: 11px 20px;
    border: 1px solid #d6d7db;
    margin-left: 14px;
}
.space-organizations-3-archive-item-rating-box .star-rating .star-full:before {
    content: "\f005";
    font-weight: 900;
}
.space-organizations-3-archive-item-rating-box .star-rating .star-half:before {
    content: "\f5c0";
    font-weight: 900;
}
.space-organizations-3-archive-item-rating-box .star-rating .star-empty:before {
    content: "\f005";
    font-weight: 400;
}
.space-organizations-3-archive-item-rating-box .star-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}
.space-organizations-3-archive-item-rating-box .star-rating .star {
    color: #ff2453;
    display: inline-block;
    font-family: "Font Awesome 5 Free" !important;
    font-size: 1em;
    line-height: 1.1em;
    width: 1.05em;
    padding: 0;
}
.space-organizations-3-archive-item-rating-box .star-rating span.screen-reader-text {
    display: none;
}
.space-organizations-3-archive-item-rating-box span {
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #111111;
}
.space-organizations-archive-item-button-notice {
    margin: 8px 15px 0;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #7f8c8d;
}
.space-organizations-archive-item-button-notice a {
    color: #7f8c8d !important;
    text-decoration: underline;
}
.space-organizations-archive-item-button-notice a:hover {
    text-decoration: none;
}
.space-organizations-archive-item-button-notice p {
    line-height: 1.25em !important;
    margin: 0;
}
.space-organizations-3-archive-item-button {
    order: 4;
    display: flex;
    align-items: center;
}
.space-organizations-3-archive-item-button-ins {
    margin-top: 10px;
}
.space-organizations-3-archive-item-button-ins a {
    display: inline-block;
    min-width: 180px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    color: #ffffff;
    border-radius: 20px;
    background-color: #d63031;
    box-shadow: 0px 0px 15px 0px rgba(214, 48, 49, 0.35);
    transition: all 0.5s ease-in-out;
}
.space-organizations-3-archive-item-button-ins a:hover {
    box-shadow: 0px 0px 15px 0px rgba(214, 48, 49, 0.55);
}
.space-organizations-3-archive-item-button-ins a i {
    padding-right: 5px;
}
.space-organizations-3-archive-item-button-ins a:first-child {
    margin-bottom: 4px;
}
.space-organizations-3-archive-item-button-ins a:last-child {
    margin-top: 4px;
    background-color: #b2bec3;
}
.space-organizations-3-archive-item-button-ins a:last-child:hover {
    box-shadow: 0px 0px 15px 0px rgba(178, 190, 195, 0.55);
}
.space-organizations-3-archive-item-terms-ins,
.space-organizations-3-archive-item-rating-ins {
    position: relative;
}
.space-organizations-3-archive-item-terms-ins:before,
.space-organizations-3-archive-item-rating-ins:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #d6d7db;
}
.space-organizations-3-archive-item-rating-ins:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #d6d7db;
}
.space-organizations-3-archive-item-logo-ins {
    padding: 15px 22px;
    line-height: 0;
}
.space-organizations-3-archive-item-logo-ins img {
    border-radius: 5px;
}
.space-organizations-archive-item-detailed-tc {
    order: 5;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #b2bec3;
}
.space-organizations-archive-item-detailed-tc-ins {
    padding: 15px 15px 0;
}
.space-organizations-archive-item-detailed-tc a {
    color: #b2bec3 !important;
    text-decoration: underline;
}
.space-organizations-archive-item-detailed-tc a:hover {
    text-decoration: none;
}
.space-organizations-archive-item-detailed-tc span {
    color: #7f8c8d !important;
}
.space-organizations-archive-item-detailed-tc strong {
    font-weight: 700;
    color: #7f8c8d !important;
}
.space-organizations-archive-item-detailed-tc p {
    line-height: 1.45em !important;
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .space-organizations-3-archive-item-ins {
        padding-bottom: 20px;
    }
    .space-organizations-3-archive-item-rating-ins:after {
        right: 15px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .space-organizations-3-archive-item-ins {
        padding-bottom: 20px;
    }
    .space-organizations-3-archive-item-logo {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-terms {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-terms-ins {
        padding: 0 15px 15px;
    }
    .space-organizations-3-archive-item-rating {
        width: 100% !important;
        justify-content: center;
    }
    .space-organizations-3-archive-item-rating-ins {
        display: inline-block;
        width: 250px !important;
        padding: 0 15px;
    }
    .space-organizations-3-archive-item-button {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-button-ins {
        margin-top: 10px;
    }
    .space-organizations-3-archive-item-button-ins a:first-child {
        margin-bottom: 0;
    }
    .space-organizations-3-archive-item-button-ins a:last-child {
        margin-top: 0;
    }
    .space-organizations-3-archive-item-terms-ins:before,
    .space-organizations-3-archive-item-rating-ins:before,
    .space-organizations-3-archive-item-rating-ins:after {
        display: none;
    }
    .space-organizations-3-archive-item-rating-box {
        margin: 0 auto;
    }
    .space-organizations-3-title-box {
        width: 100%;
        text-align: center;
    }
    .space-organizations-3-archive-item-terms-ins {
        text-align: center;
    }
    .space-organizations-3-archive-item-button-ins {
        text-align: center;
    }
    .space-organizations-3-logo-title-box {
        justify-content: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .space-shortcode-wrap.space-shortcode-4 {
        margin-top: 15px;
    }
    .space-shortcode-wrap.space-shortcode-4 .space-shortcode-wrap-ins {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }
    .space-shortcode-wrap.space-shortcode-4 .space-block-title {
        padding-bottom: 0;
    }
    .space-organizations-3-archive-item-ins {
        padding-bottom: 20px;
    }
    .space-organizations-3-archive-item-logo {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-terms {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-terms-ins {
        padding: 0 15px 15px;
    }
    .space-organizations-3-archive-item-rating {
        width: 100% !important;
        justify-content: center;
    }
    .space-organizations-3-archive-item-rating-ins {
        display: inline-block;
        width: 250px !important;
        padding: 0 15px;
    }
    .space-organizations-3-archive-item-button {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-button-ins {
        margin-top: 10px;
    }
    .space-organizations-3-archive-item-button-ins a:first-child {
        margin-bottom: 0;
    }
    .space-organizations-3-archive-item-button-ins a:last-child {
        margin-top: 0;
    }
    .space-organizations-3-archive-item-terms-ins:before,
    .space-organizations-3-archive-item-rating-ins:before,
    .space-organizations-3-archive-item-rating-ins:after {
        display: none;
    }
    .space-organizations-3-archive-item-rating-box {
        margin: 0 auto;
    }
    .space-organizations-3-archive-item-logo,
    .space-organizations-3-archive-item-terms,
    .space-organizations-3-archive-item-rating,
    .space-organizations-3-archive-item-button {
        justify-content: center;
    }
    .space-organizations-3-archive-item-logo-ins {
        text-align: center;
    }
    .space-organizations-3-logo-title-box {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .space-organizations-3-title-box {
        flex: 0 0 auto;
        width: 100%;
    }
    .space-organizations-3-logo-box {
        margin-bottom: 10px;
    }
    .space-organizations-3-title-box {
        width: 100%;
        text-align: center;
    }
    .space-organizations-3-archive-item-terms-ins {
        text-align: center;
    }
    .space-organizations-3-archive-item-button-ins {
        text-align: center;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .space-shortcode-wrap.space-shortcode-4 {
        margin-bottom: 45px;
    }
    .space-organizations-3-archive-item-ins {
        padding-bottom: 20px;
    }
    .space-organizations-3-archive-item {
        width: 100%;
        overflow: hidden;
    }
    .space-organizations-3-archive-item-count {
        left: auto;
        right: 15px;
    }
    .space-organizations-3-archive-item-logo {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-terms {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-terms-ins {
        padding: 0 15px 15px;
    }
    .space-organizations-3-archive-item-rating {
        width: 100% !important;
        justify-content: center;
    }
    .space-organizations-3-archive-item-rating-ins {
        display: inline-block;
        width: 250px !important;
        padding: 0 15px;
    }
    .space-organizations-3-archive-item-button {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-button-ins {
        margin-top: 10px;
    }
    .space-organizations-3-archive-item-button-ins a:first-child {
        margin-bottom: 0;
    }
    .space-organizations-3-archive-item-button-ins a:last-child {
        margin-top: 0;
    }
    .space-organizations-3-archive-item-terms-ins:before,
    .space-organizations-3-archive-item-rating-ins:before,
    .space-organizations-3-archive-item-rating-ins:after {
        display: none;
    }
    .space-organizations-3-archive-item-rating-box {
        margin: 0 auto;
    }
    .space-organizations-3-archive-item-logo,
    .space-organizations-3-archive-item-terms,
    .space-organizations-3-archive-item-rating,
    .space-organizations-3-archive-item-button {
        justify-content: center;
    }
    .space-organizations-3-archive-item-logo-ins {
        text-align: center;
    }
    .space-organizations-3-logo-title-box {
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 12px;
    }
    .space-organizations-3-title-box {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        text-align: left;
    }
    .space-organizations-3-logo-box {
        margin-bottom: 0;
    }
    .space-organizations-3-archive-item-terms-ins {
        text-align: center;
    }
    .space-organizations-3-archive-item-button-ins {
        text-align: left;
        padding: 0 8px;
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 479px) {
    .space-shortcode-wrap.space-shortcode-4 {
        margin-bottom: 45px;
    }
    .space-shortcode-wrap.space-shortcode-4 .space-shortcode-wrap-ins {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }
    .space-organizations-3-archive-item-ins {
        padding-bottom: 20px;
    }
    .space-organizations-3-archive-item {
        width: 100%;
        overflow: hidden;
    }
    .space-organizations-3-archive-item-count {
        left: auto;
        right: 15px;
    }
    .space-organizations-3-archive-item-logo {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-terms {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-terms-ins {
        padding: 0 15px 15px;
    }
    .space-organizations-3-archive-item-rating {
        width: 100% !important;
        justify-content: center;
    }
    .space-organizations-3-archive-item-rating-ins {
        display: inline-block;
        width: 250px !important;
        padding: 0 15px;
    }
    .space-organizations-3-archive-item-button {
        width: 100% !important;
    }
    .space-organizations-3-archive-item-button-ins {
        margin-top: 10px;
    }
    .space-organizations-3-archive-item-button-ins a:first-child {
        margin-bottom: 0;
    }
    .space-organizations-3-archive-item-button-ins a:last-child {
        margin-top: 0;
    }
    .space-organizations-3-archive-item-terms-ins:before,
    .space-organizations-3-archive-item-rating-ins:before,
    .space-organizations-3-archive-item-rating-ins:after {
        display: none;
    }
    .space-organizations-3-archive-item-rating-box {
        margin: 0 auto;
    }
    .space-organizations-3-archive-item-logo,
    .space-organizations-3-archive-item-terms,
    .space-organizations-3-archive-item-rating,
    .space-organizations-3-archive-item-button {
        justify-content: center;
    }
    .space-organizations-3-archive-item-logo-ins {
        text-align: center;
    }
    .space-organizations-3-logo-title-box {
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 12px;
    }
    .space-organizations-3-title-box {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        text-align: left;
    }
    .space-organizations-3-logo-box {
        margin-bottom: 0;
    }
    .space-organizations-3-archive-item-terms-ins {
        text-align: center;
    }
    .space-organizations-3-archive-item-button-ins {
        text-align: left;
        padding: 0 8px;
        gap: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .space-organizations-3-archive-item-rating-ins {
        width: auto !important;
        max-width: 280px;
        margin: 0 auto;
        padding: 0 12px;
    }
    .space-organizations-3-archive-item-rating-box {
        width: 100%;
        margin-left: 0;
        justify-content: center;
        gap: 8px;
        padding: 10px 16px;
    }
    .space-organizations-3-archive-item-rating-box .star-rating,
    .space-organizations-3-archive-item-rating-box span {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .space-organizations-3-archive-item-button-ins {
        text-align: center;
    }
    .space-organizations-3-archive-item-button-ins a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
    }
    .space-organizations-3-archive-item-button-ins a + a {
        margin-left: 12px;
    }
}

@media screen and (max-width: 480px) {
    .space-organizations-3-archive-item-button-ins {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0 8px;
    }
    .space-organizations-3-archive-item-button-ins a {
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
    }
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus,
.screen-reader-text:active {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    white-space: normal;
}

/* Very small screens (300-400px) */
@media screen and (max-width: 400px) {
    .space-footer-ins {
        padding: 0 16px;
    }
    .space-news-1-ins {
        padding: 20px 0;
    }
    .space-news-1-items {
        padding: 0;
        margin: 0;
    }
    .space-news-1-item {
        width: 100%;
        flex: 0 0 100%;
    }
    .space-news-1-item-ins {
        margin: 0 0 16px 4px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }
    .space-news-1-item-img {
        width: 70px;
        height: 60px;
        min-width: 70px;
        margin-right: 0;
        float: none;
        border-radius: 8px;
        flex-shrink: 0;
    }
    .space-news-1-item-title-box {
        padding-left: 0;
        flex: 1;
        min-width: 0;
    }
    .space-news-1-item-title-box-ins {
        margin-left: 0;
        padding-left: 0;
    }
    .space-news-1-item-title {
        font-size: 0.85rem;
        line-height: 1.25;
        margin-bottom: 4px;
    }
    .space-news-1-item-title a {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .space-news-1-item-meta {
        font-size: 0.7rem;
        margin-top: 4px;
    }
    .space-block-title {
        font-size: 1.1rem;
        padding-bottom: 12px;
    }
    .space-footer-top {
        padding: 30px 0 20px;
    }
    .space-footer-copy {
        font-size: 0.7rem;
        padding: 12px 16px 80px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .space-footer-copy-left,
    .space-footer-copy-menu {
        width: 100%;
        text-align: center;
    }
    .space-footer-copy-left span {
        font-size: 0.7rem;
        display: block;
        line-height: 1.4;
    }
    .space-footer-resp {
        padding: 16px 12px;
        font-size: 0.85rem;
    }
    .bp-sidebar-card {
        grid-template-columns: 50px 1fr;
        gap: 10px;
    }
    .bp-sidebar-card__thumb {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }
    .bp-sidebar-card__title {
        font-size: 0.8rem;
    }
    .bp-sidebar-card__excerpt {
        font-size: 0.75rem;
    }
    .bp-sidebar-widget {
        padding: 12px;
        border-radius: 12px;
    }
    .bp-sidebar-widget__title span {
        font-size: 0.95rem;
    }
}
