/* Global */
html,
body {
    font-family: 'SVN-Gilroy' !important;
    font-size: 18px;
}

.banner_home,
body:not(.home) #page {
    padding-top: 90px;
}

.admin-bar .menu-fixed-scroll-to:not(:nth-child(2)),
.admin-bar.header-is-sticky .main-navigation {
    margin-top: 32px;
}

@media screen and (max-width: 1280px) {

    .banner_home,
    body:not(.home) #page {
        padding-top: 60px;
    }
}

section {
    position: relative;
}

body ul {
    list-style: initial;
    margin-left: 1.5rem;
}

ul:not(:last-child) {
    margin-bottom: 1rem;
}

ul li::marker {
    color: var(--second);
}

b,
strong {
    font-weight: bold !important;
}

blockquote {
    font-weight: 500;
    padding: 0;
    padding-left: 40px;
    margin-bottom: 1rem !important;
    border-left: 5px solid var(--second);
    font-size: 1em;
    font-style: normal;
}

.transition,
.transition-all {
    transition: .2s all ease-in-out !important;
}

.site-content {
    display: block;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
    background-color: transparent;
}

.font-title,
.font-second {
    font-family: 'Oswald' !important;
}

.text-200 {
    font-size: 200px;
}

.text-150 {
    font-size: 150px;
}

.text-45 {
    font-size: 45px;
}

.text-40 {
    font-size: 40px;
}

.z-100 {
    z-index: 100;
}

.box_link {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.transition-all {
    transition: .2s all ease-in-out;
}

.content p:not(:last-child) {
    margin-bottom: 1.2em;
}

/* Site logo */
.navigation-branding img,
.site-logo.mobile-header-logo img {
    height: auto !important;
    width: 235px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    filter: brightness(0) invert(1);
    transition: .2s all ease-in-out;
}

.main-navigation {
    position: fixed;
    z-index: 2022;
    width: 100%;
    max-width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: .2s all ease-in-out;
}

.main-navigation a {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

.main-navigation .main-nav>ul>li {
    margin-left: 10px;
    margin-right: 10px;
}

.main-navigation .menu-bar-item {
    padding-left: 25px;
    padding-right: 25px;
}

.main-navigation .menu-bar-item:last-child {
    padding-right: 0;
}

.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .menu-bar-item>a {
    padding-left: 0;
    padding-right: 0;
}

.main-navigation a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--second);
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    transition: .2s all ease-in-out;
}

.main-navigation li[class*="current-"]>a {
    font-weight: 700;
}

.header-is-sticky .main-navigation {
    background-color: var(--base-3);
    color: var(--accent);
    border-color: rgba(74, 29, 16, 0.2);
    z-index: 1000;
}

.navigation-search.nav-search-active {
    top: 100%;
    width: 300px;
    left: unset;
}

@media screen and (min-width: 1200px) {
    .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 1536px) {

    .main-navigation .main-nav>ul>li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .main-navigation .menu-bar-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.main-navigation .menu-bar-items {
    margin-left: 15px;
}

.main-navigation .main-nav ul li.search-item.active>a,
.main-navigation .menu-bar-items .search-item.active>a {
    background-color: transparent;
    color: #fff;
}

.header-is-sticky .main-navigation .main-nav ul li.search-item.active>a,
.header-is-sticky .main-navigation .menu-bar-items .search-item.active>a {
    background-color: transparent;
    color: var(--accent);
}

.navigation-search input[type="search"] {
    background: rgb(255 255 255 / 80%);
    height: 50px;
    border-radius: 5px;
}

.header-is-sticky .main-navigation .main-nav ul li a,
.header-is-sticky .main-navigation .menu-toggle,
.header-is-sticky .main-navigation .menu-bar-items {
    color: var(--accent);
}

.header-is-sticky .navigation-branding img,
.header-is-sticky .site-logo.mobile-header-logo img {
    filter: brightness(1) invert(0);
}

/* Hover menu */
.main-navigation li[class*="current-"]>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
    color: #fff;
}

.main-navigation li[class*="current-"]>a::after,
.main-navigation li:hover>a:after {
    opacity: 1;
}

.header-is-sticky .main-navigation li[class*="current-"]>a,
.header-is-sticky .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.header-is-sticky .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.header-is-sticky .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.header-is-sticky .main-navigation .menu-bar-item:hover>a,
.header-is-sticky .main-navigation .menu-bar-item.sfHover>a {
    color: var(--accent);
}

/* End Hover menu */

.link a svg path {
    stroke: currentColor;
}

.banner_home .swiper-pagination-bullet {
    height: 2px;
    width: 78px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 1;
}

.banner_home .swiper-pagination-bullet-active {
    background-color: var(--second);
}

.big_title {
    background: linear-gradient(180deg, #F7F3F2 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    left: -15px;
    bottom: 0;
    width: max-content;
}

@media screen and (min-width: 1280px) {
    .big_title {
        left: -30px;
    }
}

@media screen and (min-width: 1536px) {
    .big_title {
        left: -100px;
    }
}

.big_title.big_title_center {
    left: 50%;
    transform: translateX(-50%);
}

.big_title.big_title_in_main {
    background-image: linear-gradient(180deg, rgba(247, 243, 242, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.big_title.big_title_main {
    background-image: linear-gradient(180deg, rgba(74, 29, 16, 0.2) -43.54%, rgba(74, 29, 16, 0) 147.27%);
    /* background-image: linear-gradient(180deg, #F7F3F2 0%, #FFFFFF 100%); */
}

.play::before,
.play::after {
    height: 75px;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
}

.play::after {
    opacity: 0.8;
    border: 0.5px solid #FFFFFF;
    height: 145px;
    width: 145px;
    animation-duration: 2s !important;
}

.group_image_right:hover .play::before,
.group_image_right:hover .play::after {
    animation: 1s radiant infinite;
}

@keyframes radiant {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.loading {
    position: relative;
    transition: .3s all ease-in-out;
}

.loading>* {
    opacity: 0;
}

.loading::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent url('../images/loading.svg') center no-repeat;
    background-size: 100%;
}

.menu-body {
    transition: .3s all ease-in-out;
}

.offices-nav a::before,
.menu-nav a::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--second);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: .3s all ease-in-out;
}

.offices-nav a.active,
.menu-nav a.active {
    font-weight: 700;
    color: var(--second);
    padding-left: 40px;
}

.offices-nav a.active::before,
.menu-nav a.active::before {
    width: 33px;
}

@media screen and (max-width: 575px) {

    .offices-nav a.active,
    .menu-nav a.active {
        padding-left: 0;
    }

    .offices-nav a.active::before,
    .menu-nav a.active::before {
        display: none;
    }
}

.featured-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.event .featured-image {
    padding-bottom: 68.8%;
    margin: 0 !important;
}

.img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
}

article:hover .featured-image .img-background {
    transform: scale(1.1);
}

.gutters-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.gutters-20>* {
    padding-left: 10px;
    padding-right: 10px;
}

.gutters-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.gutters-40>* {
    padding-left: 20px;
    padding-right: 20px;
}

.loop-item .inside-article {
    padding: 0;
}

.CNB_Loop_Projects .loop-item .inside-article::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(72, 29, 19, 0) 0%, #481D13 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.CNB_Loop_Projects .loop-item .inside-article::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 2;
    background-color: var(--second);
}

.CNB_Loop_Projects .loop-item .inside-article:hover .featured-image img {
    transform: unset;
}

.CNB_Loop_Projects .loop-item:hover .plus {
    animation: 2s rotaleInfinite infinite;
}

@keyframes rotaleInfinite {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.CNB_Loop_Testimonials .content p:not(:last-child) {
    margin-bottom: 1em;
}

.CNB_Loop_Testimonials .swiper-slide,
.CNB_Loop_Testimonials .group_content,
.CNB_Loop_Testimonials .post_image {
    transition: 1s all ease-in-out;
}

.CNB_Loop_Testimonials .swiper-slide-active .group_content {
    background-color: var(--accent);
}

.testimonial .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list-partners .inside-item {
    padding-bottom: 63%;
    height: 0;
}

.list-partners .inside-item img {
    transition: .2s all ease-in-out;
    filter: grayscale(1);
}

.list-partners .inside-item:hover img {
    filter: grayscale(0);
}

@media screen and (min-width: 768px) {
    .item-partner {
        margin-left: 20%;
    }

    .item-partner:nth-child(1) {
        margin-left: 80%;
    }

    .item-partner:nth-child(4) {
        margin-left: 1px;
    }

    .item-partner:nth-child(6) {
        margin-left: calc(20% - 1px);
    }
}

.clearfix::before {
    content: '';
    display: block;
    clear: both;
}

.section_cta .group_content {
    background: #7E725B;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.forminator-ui {
    font-size: 1rem;
}

.forminator-ui label {
    display: block;
    font-weight: normal;
}

.section_cta .forminator-ui label {
    color: #fff;
}

.forminator-ui input:not([type="file"]),
.forminator-ui select,
.forminator-ui textarea {
    background-color: transparent;
    padding: 6px 0;
    height: 40px;
    outline: none !important;
    width: 100%;
    display: block;
    border: unset;
    border-bottom: 1px solid;
}

.section_cta .forminator-ui input,
.section_cta .forminator-ui select,
.section_cta .forminator-ui textarea {
    color: #fff;
}

.forminator-description {
    display: none;
}

.forminator-error-message {
    color: var(--accent);
}

.section_cta .forminator-ui textarea {
    height: 80px;
}

.section_cta .forminator-ui input:focus,
.section_cta .forminator-ui textarea:focus,
.section_cta .forminator-ui select:focus {
    color: #000000;
    border-color: currentColor;
    background-color: transparent;
}

.section_cta .forminator-ui input::placeholder,
.section_cta .forminator-ui textarea::placeholder {
    color: rgb(255 255 255 / 50%);
}

.forminator-ui .forminator-button {
    background: var(--second);
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    border: unset;
    margin-top: 30px;
    padding: 8px 20px;
}

.site-footer{
    background-color: rgba(150, 143, 130, 0.2);
}

.footer-top .site-logo img {
    max-width: 250px;
    /* filter: brightness(0) invert(1); */
}

.site-footer {
    position: relative;
}

.site-footer .img-background {
    z-index: -1;
}

.footer-widgets-container {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-widgets .widget {
    margin-bottom: 0;
}

.forminator-ui .newsletter-submit.forminator-button-submit::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/send.svg') center no-repeat;
    background-size: contain;
    margin-top: -5px;
}

.footer-widgets .widget_nav_menu a {
    font-weight: 600;
}

.cta__phone-item a {
    display: inline-flex;
    align-items: center;
}

.cta__phone-item .txt {
    margin-left: 20px;
}

.main-navigation .menu-bar-items .menu-bar-item {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-is-sticky .main-navigation .menu-bar-items .menu-bar-item {
    border-color: rgba(74, 29, 16, 0.2);
}

.header-is-sticky .main-navigation .menu-bar-item.cta__phone-item {
    background: var(--second);
    padding-right: 30px;
    margin-bottom: -1px;
    border-bottom: 1px solid var(--second);
}

.header-is-sticky .main-navigation .menu-bar-item.cta__phone-item a {
    color: #fff;
}

.swiper-button {
    transition: .3s all ease-in-out;
    width: 40px;
    height: 40px;
    background: var(--accent);
    color: #fff;
}

.swiper-button svg {
    width: 15px;
    height: 15px;
}

.swiper-button.swiper-button-static {
    position: static;
}

.swiper-button.swiper-button-mini {
    width: 30px;
    height: 30px;
}

.swiper-button.swiper-button-white {
    background-color: transparent;
    border: 1px solid;
    color: #fff;
}

.swiper-button.swiper-button-no-bg {
    background-color: transparent;
    border: 1px solid;
    color: var(--accent);
}

.swiper-button.swiper-button-bg-second {
    background-color: var(--second);
}

.swiper-button.swiper-button-only-arrow {
    background-color: transparent;
    color: #666;
}

.swiper-button:hover {
    box-shadow: 0 0 8px rgb(74 29 16 / 45%);
    background-color: var(--second);
    border-color: var(--second);
    color: #fff;
}

.swiper-button.swiper-button-only-arrow:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.swiper-button-prev {
    left: -100px;
}

.swiper-button-next {
    right: -100px;
}

.swiper-button:after {
    display: none;
}

.post-image-above-header .inside-article .featured-image,
.post-image-above-header .inside-article .post-image {
    margin-bottom: 0;
}

.post-image-below-header.post-image-aligned-center .inside-article .featured-image,
.post-image-below-header.post-image-aligned-left .inside-article .featured-image,
.post-image-below-header.post-image-aligned-left .inside-article .post-image,
.post-image-below-header.post-image-aligned-right .inside-article .featured-image,
.post-image-below-header.post-image-aligned-right .inside-article .post-image {
    margin-top: 0;
}

.CNB_Loop_News_Categories .group_content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
}

div#popup-cta {
    color: #fff;
    padding: 0;
    background-color: transparent !important;
}

.fancybox__container {
    z-index: 2222;
}

.slideout-navigation.do-overlay .slideout-exit {
    color: var(--accent);
}

.slideout-navigation .main-nav {
    margin-top: 90px;
    margin-bottom: 0;
}

.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
    border-left: unset;
    position: absolute;
    right: 0;
}

.slideout-navigation.main-navigation .main-nav ul li a {
    display: block;
}

.slideout-navigation.main-navigation .main-nav ul ul li a {
    color: inherit;
}

#generate-slideout-menu.main-navigation .main-nav ul ul {
    width: 100%;
    padding: 0 50px;
}

.news .inside-article {
    background: #F5F5F5;
}

.news .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

@media screen and (min-width: 500px){
    .news .name{
        height: 54px;
    }
}

@media screen and (min-width: 768px) {
    .news .name {
        height: 64px;
    }
}

.news .hr {
    display: block;
    width: 82px;
    height: 2px;
    background-color: var(--accent);
}

.news .inside-article:hover .name {
    color: var(--accent);
}

.arcontactus-widget .arcontactus-message-button .static svg {
    margin: auto;
}

@media (max-width: 1440px) and (min-width: 1201px) {

    .site-logo,
    .site-branding {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1535px) {
    .swiper-button svg {
        max-height: 15px;
    }

    .navigation-branding img,
    .site-logo.mobile-header-logo img {
        width: 195px !important;
    }

    body,
    .main-navigation a {
        font-size: 16px;
    }

    .cta__phone-item .txt {
        margin-left: 10px;
    }

    .main-navigation .menu-bar-item svg {
        max-width: 28px;
    }

    .section_cta .group_content {
        padding: 80px 50px;
    }

    .swiper-button {
        width: 30px;
        height: 30px;
    }

    .swiper-button svg {
        width: 12px;
        height: 12px;
    }

    .swiper-button-prev {
        left: -70px;
    }

    .swiper-button-next {
        right: -70px;
    }

    .text-200 {
        font-size: 130px;
    }

    .text-150 {
        font-size: 110px;
    }

    .text-45 {
        font-size: 48px;
    }
}

@media screen and (max-width: 1280px) {
    /* .swiper-button-next {
        right: -20px;
    }

    .swiper-button-prev {
        left: -20px;
    } */

    body .pt-40 {
        padding-top: 7rem;
    }

    body,
    .main-navigation a {
        font-size: 15px;
    }

    .navigation-branding img,
    .site-logo.mobile-header-logo img {
        width: 155px !important;
    }

    .main-navigation .main-nav ul li a,
    .menu-toggle,
    .main-navigation .menu-bar-item>a {
        line-height: 60px;
    }

    .header-is-sticky .main-navigation .menu-bar-item.cta__phone-item {
        display: none;
    }

    .main-navigation .menu-bar-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-is-sticky .main-navigation .menu-bar-items .menu-bar-item {
        border-left: unset;
    }
}

@media screen and (max-width: 1200px) {

    #mobile-header.toggled .main-nav>ul {
        max-height: calc(100vh - 60px);
    }

    #mobile-header .main-nav>ul {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: .3s all ease-in-out;
    }

    .main-navigation ul ul {
        width: 100% !important;
        height: auto;
        max-height: 0;
        overflow: hidden;
        transition: .3s all ease-in-out !important;
        visibility: visible !important;
        border-bottom: 0 !important;
        position: static !important;
    }

    .main-navigation.toggled .main-nav ul ul.toggled-on {
        max-height: calc(100vh - 60px);
    }

    .main-navigation .menu-item-has-children .dropdown-menu-toggle {
        float: right;
    }
    
    .main-navigation .main-nav li {
        width: 100%;
        text-align: left;
    }
    
}

@media screen and (max-width: 1199px) {
    #mobile-header .menu-toggle {
        margin-left: 30px;
    }

    .main-navigation .inside-navigation {
        max-width: 960px;
    }

    .text-200 {
        font-size: 90px;
    }

    .text-45,
    .text-45,
    .text-45,
    .text-45 {
        font-size: 40px;
    }

    .text-40 {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) {
    .inside-footer-widgets {
        flex-direction: column;
    }

    .main-navigation .inside-navigation {
        max-width: 720px;
    }

    .navigation-search.nav-search-active {
        margin-top: 4px;
        margin-right: 4px;
    }

    .text-150 {
        font-size: 90px;
    }

    .CNB_Loop_Projects .post_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .CNB_Loop_Projects .loop-item .inside-article::before {
        height: 100%;
    }

    .partners_event .inside-item img,
    .list-partners .inside-item img {
        max-width: 140px;
        max-height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .main-navigation .main-nav>ul>li {
        margin-left: 0;
        margin-right: 0;
    }

    .main-navigation .inside-navigation {
        max-width: 500px;
    }

    body:not(.home) .swiper{
        margin-bottom: 30px;
    }

    .swiper-button:not(.swiper-button-static) {
        margin-top: 15px;
        top: 100%;
    }

   .swiper-button-prev:not(.swiper-button-static) {
        left: calc(50% - 35px);
    }

    .swiper-button-next:not(.swiper-button-static) {
        right: calc(50% - 35px);
    }

    .text-45 {
        font-size: 32px;
    }
}

@media screen and (max-width: 500px) {

    .text-200 {
        font-size: 60px;
    }

    .home_1 .title {
        font-size: 25px !important;
    }

    .big_title {
        bottom: unset;
        top: -30px;
    }

    .text-150 {
        font-size: 55px;
    }

    .play::before,
    .play::after {
        height: 45px;
        width: 45px;
    }

    .play::after {
        height: 80px;
        width: 80px;
    }

    #mobile-header .menu-toggle {
        margin-left: 10px;
        padding-right: 0px;
    }

    .slideout-navigation .main-nav {
        margin-top: 0;
    }

    .navigation-branding .main-title,
    .mobile-header-navigation .site-logo {
        margin-left: 0;
    }

    .main-navigation .inside-navigation {
        max-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #generate-slideout-menu.main-navigation .main-nav ul ul {
        padding: 0 20px;
        border-bottom: 1px solid;
    }

    .section_cta .group_content {
        padding: 50px 30px;
    }

    .widget-label {
        position: relative;
    }

    .widget-label::before,
    .widget-label::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 10px;
        height: 1px;
        background-color: var(--second);
        transition: .4s all ease-in-out;
    }

    .widget-label::after {
        opacity: 1;
        transform: translateY(-50%) rotate(90deg);
    }

    .widget-label.active::after {
        opacity: 0;
    }

    .wrap-widget {
        display: none;
    }

    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 25px;
    }

    .wrap-widget+.widget-label {
        margin-top: 35px;
    }

    .main-navigation a::after {
        display: none;
    }
}

/* ========== Bảng giá Hosting – mỗi gói 1 cột, xếp ngang, đủ hết trên trang ========== */
.country_overview_VPS .hosting-pricing-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
}

.country_overview_VPS .hosting-pricing-col {
    position: relative;
    flex: 1 1 260px;
    min-width: 260px;
    max-width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(72, 29, 19, 0.08);
    border: 1px solid rgba(72, 29, 19, 0.08);
}

.country_overview_VPS .hosting-pricing-col-inner {
    padding: 24px 20px 28px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.country_overview_VPS .hosting-pricing-plan-name {
    color: #be8d45;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
    line-height: 1.3;
}

/* Cờ SVG từ uploads/flags (Tên gói = mã VD: vn, US) — block Proxy */
.country_overview_VPS .hosting-pricing-plan-name--has-flag {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 58px;
    margin-bottom: 12px;
}

.country_overview_VPS .hosting-pricing-plan-flag {
    display: inline-flex;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(190, 141, 69, 0.4);
    background: #fff;
    box-shadow: 0 2px 10px rgba(72, 29, 19, 0.1);
}

.country_overview_VPS .hosting-pricing-plan-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country_overview_VPS .hosting-pricing-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(72, 29, 19, 0.06);
    font-size: 0.9375rem;
    text-align: center;
    white-space: nowrap;
}

/* Font Awesome icons trong bảng giá */
.country_overview_VPS .hosting-pricing-row > i {
    color: var(--main, #481d13);
    font-size: 1rem;
    flex-shrink: 0;
}

.country_overview_VPS .hosting-pricing-plan-name > i {
    margin-right: 6px;
    color: var(--second, #be8d45);
}

.country_overview_VPS .hosting-pricing-price > i {
    font-size: 1.25rem;
    margin-bottom: 4px;
    color: var(--main, #481d13);
}

.country_overview_VPS .hosting-pricing-row:last-of-type {
    border-bottom: none;
}

/* Dòng giá: số trên, "VNĐ/Tháng" dưới, canh giữa */
.country_overview_VPS .hosting-pricing-row.hosting-pricing-price {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    white-space: normal;
    padding: 16px 12px;
}

.country_overview_VPS .hosting-pricing-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--main, #481d13);
    line-height: 1.2;
}

.country_overview_VPS .hosting-pricing-unit {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(72, 29, 19, 0.85);
    letter-spacing: 0.02em;
}

.country_overview_VPS .hosting-pricing-label {
    color: rgba(72, 29, 19, 0.75);
    font-size: 0.9375rem;
}

.country_overview_VPS .hosting-pricing-value {
    font-weight: 600;
    color: var(--main, #481d13);
    text-align: left;
}


.country_overview_VPS .hosting-pricing-cta {
    margin-top: auto;
    padding-top: 24px;
}

.country_overview_VPS .hosting-pricing-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 8px;
    transition: opacity 0.2s, transform 0.2s;
    text-decoration: none;
    border: 2px solid var(--main, #481d13);
    color: var(--main, #481d13);
    background: transparent;
}

.country_overview_VPS .hosting-pricing-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.country_overview_VPS .hosting-pricing-btn--featured {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.country_overview_VPS .hosting-pricing-btn--featured:hover {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #fff;
}

.country_overview_VPS .hosting-pricing-btn--disabled {
    opacity: 0.6;
    cursor: default;
}

/* Cột nổi bật (Hot) */
.country_overview_VPS .hosting-pricing-col--featured {
    background: linear-gradient(180deg, rgba(72, 29, 19, 0.03) 0%, #fff 100%);
    z-index: 1;
    box-shadow: 0 8px 32px rgba(72, 29, 19, 0.12);
}

.country_overview_VPS .hosting-pricing-col--featured .hosting-pricing-col-inner {
    padding-top: 48px;
}

.country_overview_VPS .hosting-pricing-hot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #dc2626;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 8px 20px;
    border-radius: 0 0 8px 8px;
    z-index: 2;
}

@media (max-width: 991px) {
    .country_overview_VPS .hosting-pricing-columns {
        gap: 16px;
        padding: 0 12px;
    }

    .country_overview_VPS .hosting-pricing-col {
        flex: 1 1 100%;
        min-width: 0;
        max-width: none;
    }
}

/* ========== Dịch vụ bổ sung (báo giá nâng cấp) – bảng ngang, dễ nhìn ========== */
.country_addon_services .addon-table-wrap {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(74, 29, 16, 0.15);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.country_addon_services .addon-table {
    display: flex;
    flex-direction: column;
}

.country_addon_services .addon-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
    justify-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(74, 29, 16, 0.10);
}

.country_addon_services .addon-row:last-child {
    border-bottom: none;
}

.country_addon_services .addon-row--featured {
    background: rgba(220, 38, 38, 0.04);
}

.country_addon_services .addon-service-name {
    font-weight: 700;
    color: var(--main, #481d13);
    text-align: center;
}

.country_addon_services .addon-price {
    font-weight: 800;
    color: #be8d45;
    font-size: 1.05rem;
    margin-right: 6px;
}

.country_addon_services .addon-unit {
    font-weight: 600;
    color: rgba(72, 29, 19, 0.7);
    font-size: 0.9rem;
}

.country_addon_services .addon-cell--price {
    text-align: center;
}

.country_addon_services .addon-cell--price .addon-price,
.country_addon_services .addon-cell--price .addon-unit {
    display: inline-block;
}

@media (max-width: 991px) {
    .country_addon_services .addon-row {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "service service"
            "price price"
            ;
        gap: 10px 12px;
    }

    .country_addon_services .addon-cell--service {
        grid-area: service;
        text-align: center;
    }

    .country_addon_services .addon-cell--price {
        grid-area: price;
    }
}

/* ========== Bảng giá Proxy (overview_proxy): ~80% chiều ngang màn hình, căn giữa, padding gọn ========== */
.country_proxy_pricing .proxy-pricing-full-bleed {
    width: min(80vw, 100%);
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: max(0.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.5rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}

.proxy-pricing-list-wrap {
    width: 100%;
    border-radius: 12px;
    padding: 0.55rem 0.6rem 0.5rem;
    background: #fff;
    border: 1px solid rgba(72, 29, 19, 0.09);
    box-shadow: 0 2px 16px rgba(72, 29, 19, 0.05);
}

.proxy-pricing-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 0.55rem;
    padding: 0.45rem 0.65rem;
    border-radius: 10px;
    background: linear-gradient(
        118deg,
        rgba(190, 141, 69, 0.08) 0%,
        rgba(252, 248, 242, 0.92) 38%,
        rgba(255, 255, 255, 0.5) 100%
    );
    border: 1px solid rgba(190, 141, 69, 0.14);
    border-left: 3px solid rgba(190, 141, 69, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.proxy-pricing-search-label {
    margin: 0;
    flex: 0 1 auto;
    min-width: min(100%, 9.5rem);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(72, 29, 19, 0.88);
    font-family: var(--font-second, inherit);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    line-height: 1.25;
    padding: 0.1rem 0;
}

.proxy-pricing-search-label::before {
    content: "";
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(145deg, #d4a85a 0%, #a67c32 100%);
    box-shadow: 0 0 0 1px rgba(190, 141, 69, 0.22);
}

/* Một hàng: [icon] Nhập mã (vn, us) hoặc tên… */
.proxy-pricing-search-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    flex: 1 1 12rem;
    max-width: none;
    min-width: 0;
    padding: 0 0.55rem 0 0.5rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(72, 29, 19, 0.1);
    border-radius: 10px;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.proxy-pricing-search-field:hover {
    background: #fff;
    border-color: rgba(190, 141, 69, 0.28);
}

.proxy-pricing-search-field:focus-within {
    background: #fff;
    border-color: rgba(190, 141, 69, 0.45);
    box-shadow: 0 0 0 2px rgba(190, 141, 69, 0.1);
}

.proxy-pricing-search-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: rgba(190, 141, 69, 0.85);
    pointer-events: none;
}

.proxy-pricing-search-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.proxy-pricing-search-input {
    box-sizing: border-box;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0.45rem 0.25rem 0.45rem 0;
    font-size: 0.8125rem;
    line-height: 1.35;
    color: var(--main, #481d13);
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: inherit;
}

.proxy-pricing-search-input::placeholder {
    color: rgba(72, 29, 19, 0.38);
}

.proxy-pricing-search-input:hover,
.proxy-pricing-search-input:focus {
    outline: none;
    background: transparent;
    border: none;
    box-shadow: none;
}

.proxy-pricing-list-header {
    margin-bottom: 0;
}

.proxy-pricing-list-colhead,
.proxy-pricing-list-row {
    display: grid;
    grid-template-columns: minmax(72px, 1fr) minmax(0, 1.35fr) minmax(0, 1fr) minmax(92px, auto);
    gap: 0.65rem 1rem;
    align-items: center;
}

.proxy-pricing-list-colhead {
    padding: 0.35rem 0.5rem 0.5rem 0.5rem;
    margin: 0;
    border-radius: 0;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(72, 29, 19, 0.5);
    font-family: var(--font-second, inherit);
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(72, 29, 19, 0.12);
}

.ppl-h--pkg {
    justify-self: start;
    text-align: left;
}

.ppl-h--type {
    text-align: left;
}

.ppl-h--price {
    justify-self: end;
    text-align: right;
    padding-right: 0.25rem;
}

.ppl-h--cta {
    min-height: 0;
}

.proxy-pricing-list-scroll {
    max-height: min(48vh, 380px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.4rem 2px 0.35rem 0;
    margin-right: -2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(72, 29, 19, 0.2) transparent;
}

.proxy-pricing-list-scroll::-webkit-scrollbar {
    width: 5px;
}

.proxy-pricing-list-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.proxy-pricing-list-scroll::-webkit-scrollbar-thumb {
    background: rgba(72, 29, 19, 0.18);
    border-radius: 100px;
}

.proxy-pricing-list-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(72, 29, 19, 0.3);
}

.proxy-pricing-list-empty {
    margin: 0 0 0.4rem;
    padding: 0.85rem 0.65rem;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(72, 29, 19, 0.45);
    background: #f7f5f3;
    border-radius: 8px;
    border: 1px dashed rgba(72, 29, 19, 0.12);
}

.proxy-pricing-list-empty[hidden] {
    display: none !important;
}

.proxy-pricing-list-row {
    padding: 0.55rem 0.55rem 0.55rem 0.5rem;
    margin: 0 0 0.4rem 0;
    border-radius: 10px;
    background: #faf9f8;
    box-shadow: none;
    border: 1px solid rgba(72, 29, 19, 0.07);
    border-left: 2px solid rgba(190, 141, 69, 0.42);
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.proxy-pricing-list-row:last-child {
    margin-bottom: 0;
}

.proxy-pricing-list-row:hover {
    background: #fff;
    border-color: rgba(72, 29, 19, 0.12);
    border-left-color: #b8893a;
    transform: translateY(-1px);
}

.proxy-pricing-list-row--hot {
    background: #fffaf8;
    border-color: rgba(196, 30, 30, 0.14);
    border-left-color: #c53030;
}

.ppl-cell--pkg {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.ppl-badge-hot {
    position: absolute;
    top: -0.35rem;
    left: -0.15rem;
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 4px;
    background: #fef3c7;
    color: #b45309;
}

.ppl-pkg-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    min-width: 0;
}

.ppl-country-en {
    font-size: 0.59375rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.2;
    color: rgba(72, 29, 19, 0.78);
    max-width: 120px;
    font-family: var(--font-second, inherit);
}

.ppl-flag {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(72, 29, 19, 0.09);
    background: #fff;
    box-shadow: 0 1px 4px rgba(72, 29, 19, 0.05);
}

.ppl-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppl-pkg-text {
    font-weight: 700;
    font-size: 0.8125rem;
    color: var(--main, #481d13);
    letter-spacing: 0.02em;
}

.ppl-cell--type {
    font-size: 0.8125rem;
    line-height: 1.4;
    color: rgba(72, 29, 19, 0.78);
}

.ppl-cell--price {
    text-align: right;
    justify-self: end;
}

.ppl-price-num {
    display: block;
    font-weight: 800;
    font-size: 0.9375rem;
    color: var(--main, #481d13);
    letter-spacing: -0.02em;
}

.ppl-price-unit {
    display: block;
    margin-top: 2px;
    font-size: 0.59375rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(72, 29, 19, 0.4);
}

.ppl-cell--cta {
    justify-self: end;
}

.ppl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.4rem 0.75rem;
    font-size: 0.65625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: var(--main, #481d13);
    border: 1px solid transparent;
    border-radius: 8px;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    font-family: var(--font-second, inherit);
    box-shadow: 0 1px 2px rgba(72, 29, 19, 0.1);
}

.ppl-btn:hover {
    color: #fff;
    background: #5c2619;
    box-shadow: 0 4px 14px rgba(72, 29, 19, 0.18);
    transform: translateY(-1px);
}

.ppl-btn--featured {
    background: #c41e1e;
    border-color: #c41e1e;
    color: #fff;
}

.ppl-btn--featured:hover {
    background: #a01818;
    border-color: #a01818;
    color: #fff;
}

.ppl-btn--disabled {
    opacity: 0.45;
    pointer-events: none;
    cursor: not-allowed;
}

/* Nhãn Loại/Giá — chỉ hiện trên mobile (card) */
.ppl-mobile-label {
    display: none;
}

/* ========== Proxy pricing: mobile — thẻ rõ ràng, đồng bộ palette với desktop ========== */
@media (max-width: 767px) {
    .country_proxy_pricing .proxy-pricing-full-bleed {
        width: 100%;
        max-width: 100%;
        padding-left: max(0.65rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.65rem, env(safe-area-inset-right, 0px));
    }

    .proxy-pricing-list-wrap {
        padding: 0.85rem 0.75rem 0.75rem;
        border-radius: 16px;
        border-color: rgba(72, 29, 19, 0.08);
        box-shadow: 0 6px 28px rgba(72, 29, 19, 0.07);
    }

    /* Một hàng ngang: chỉ ô tìm (icon + input), nhãn ẩn cho screen reader */
    .proxy-pricing-toolbar {
        position: relative;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0;
        padding: 0.35rem 0.5rem;
        margin-bottom: 0.6rem;
        border-radius: 12px;
        border-left-width: 3px;
    }

    .proxy-pricing-search-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        white-space: nowrap;
        border: 0;
    }

    .proxy-pricing-search-label::before {
        display: none;
    }

    .proxy-pricing-search-field {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
        min-width: 0;
        min-height: 0;
        padding: 0.25rem 0.55rem 0.25rem 0.5rem;
        border-radius: 10px;
    }

    .proxy-pricing-search-icon {
        width: 16px;
        height: 16px;
    }

    .proxy-pricing-search-icon svg {
        width: 14px;
        height: 14px;
    }

    .proxy-pricing-search-input {
        font-size: 0.9375rem;
        line-height: 1.3;
        padding: 0.35rem 0.15rem 0.35rem 0;
        min-height: 0;
    }

    .proxy-pricing-list-colhead {
        display: none;
    }

    .proxy-pricing-list-scroll {
        max-height: min(62vh, 520px);
        padding: 0.25rem 0 0.15rem;
    }

    .proxy-pricing-list-empty {
        padding: 1.15rem 0.85rem;
        font-size: 0.875rem;
        border-radius: 12px;
    }

    .proxy-pricing-list-row {
        position: relative;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "pkg pkg"
            "type type"
            "price cta";
        gap: 0.65rem 0.75rem;
        align-items: center;
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom: 0.75rem;
        border-radius: 16px;
        background: #fff;
        border: 1px solid rgba(72, 29, 19, 0.08);
        border-left: 4px solid rgba(190, 141, 69, 0.5);
        box-shadow: 0 4px 18px rgba(72, 29, 19, 0.06);
    }

    .proxy-pricing-list-row:active {
        transform: scale(0.992);
    }

    .proxy-pricing-list-row:hover {
        transform: none;
    }

    .proxy-pricing-list-row--hot {
        background: linear-gradient(180deg, #fffdfb 0%, #fff 40%);
        border-color: rgba(196, 30, 30, 0.12);
        border-left-color: #c53030;
    }

    .ppl-cell--pkg {
        grid-area: pkg;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem 0.65rem;
        padding-right: 0.25rem;
    }

    .ppl-badge-hot {
        position: static;
        flex-shrink: 0;
        font-size: 0.625rem;
        padding: 5px 9px;
        border-radius: 999px;
        margin: 0;
        box-shadow: 0 1px 4px rgba(180, 83, 9, 0.2);
    }

    .ppl-pkg-stack {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        flex: 1;
        min-width: 0;
    }

    .ppl-flag {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border-width: 2px;
        border-color: rgba(190, 141, 69, 0.25);
        box-shadow: 0 2px 10px rgba(72, 29, 19, 0.08);
    }

    .ppl-country-en {
        font-size: 0.8125rem;
        letter-spacing: 0.08em;
        max-width: none;
        line-height: 1.3;
        color: var(--main, #481d13);
    }

    .ppl-pkg-text {
        font-size: 0.9375rem;
    }

    .ppl-mobile-label {
        display: block;
        margin-bottom: 0.35rem;
        font-size: 0.625rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(72, 29, 19, 0.42);
        font-family: var(--font-second, inherit);
    }

    .ppl-cell--type {
        grid-area: type;
        font-size: 0.875rem;
        line-height: 1.45;
        color: rgba(72, 29, 19, 0.82);
        padding: 0.65rem 0.8rem;
        background: linear-gradient(180deg, rgba(190, 141, 69, 0.06) 0%, rgba(247, 245, 243, 0.9) 100%);
        border-radius: 12px;
        border: 1px solid rgba(72, 29, 19, 0.06);
    }

    .ppl-type-value {
        display: block;
    }

    .ppl-cell--price {
        grid-area: price;
        text-align: left;
        justify-self: stretch;
        align-self: end;
        padding-top: 0.15rem;
    }

    .ppl-cell--price .ppl-price-num {
        font-size: 1.125rem;
    }

    .ppl-cell--price .ppl-price-unit {
        font-size: 0.625rem;
        margin-top: 3px;
    }

    .ppl-cell--cta {
        grid-area: cta;
        justify-self: end;
        align-self: end;
    }

    .ppl-btn {
        width: auto;
        min-width: 7.5rem;
        min-height: 2.75rem;
        padding: 0.55rem 1.1rem;
        font-size: 0.6875rem;
        letter-spacing: 0.08em;
        border-radius: 12px;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .ppl-btn--featured {
        box-shadow: 0 2px 12px rgba(196, 30, 30, 0.25);
    }
}

@media (min-width: 1024px) {
    .country_proxy_pricing .proxy-pricing-full-bleed {
        padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    }

    .proxy-pricing-list-wrap {
        padding: 0.65rem 0.75rem 0.55rem;
        border-radius: 14px;
    }

    .proxy-pricing-toolbar {
        padding: 0.5rem 0.85rem;
        margin-bottom: 0.65rem;
    }

    .proxy-pricing-list-scroll {
        max-height: min(52vh, 440px);
    }

    .proxy-pricing-list-colhead,
    .proxy-pricing-list-row {
        gap: 0.85rem 1.35rem;
        grid-template-columns: minmax(88px, 1fr) minmax(0, 1.32fr) minmax(0, 1.05fr) minmax(100px, auto);
    }

    .proxy-pricing-list-colhead {
        padding: 0.4rem 0.65rem 0.55rem 0.65rem;
        font-size: 0.65625rem;
        letter-spacing: 0.09em;
    }

    .proxy-pricing-list-row {
        padding: 0.65rem 0.75rem 0.65rem 0.6rem;
    }

    .ppl-flag {
        width: 44px;
        height: 44px;
    }

    .ppl-country-en {
        font-size: 0.625rem;
        letter-spacing: 0.08em;
        max-width: 150px;
    }

    .ppl-cell--type {
        font-size: 0.84375rem;
    }

    .ppl-price-num {
        font-size: 1rem;
    }

    .ppl-pkg-text {
        font-size: 0.875rem;
    }

    .ppl-btn {
        min-width: 96px;
        padding: 0.45rem 0.9rem;
        font-size: 0.6875rem;
    }
}