/*
Theme Name: New Review theme
Theme URI: #
Author: Alkesh Team
Author URI: #
Description: Custom professional WordPress theme.
Version: 1.6
Text Domain: new-review-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --site-bg: #1a3023;
    --site-text: #9ca3af;
    --header-bg: #1a3023;
    --header-text: #ffffff;
    --bg-color-2: #1a2542;
    --bg-color-2-text: #9ca3af;
    --bg-color-3: #141d35;
    --bg-color-3-text: #4b5563;
    --site-headings: #ffffff;
    --primary-color: #FF8200;
    --primary-color-hover: #fff;
    --button-bg-color: #FF8200;
    --button-text-color: #fff;
    --footer-bg: #141d35;
    --footer-text: #4b5563;
    --container-width: 896px;
    --jumbo-container-width: 1200px;
    --primary-font: 'Inter', sans-serif;
    --wpforms-label-color: var(--site-text);
    --gradient-color-1: #009a4926;
    --gradient-color-2: #0f204d;
    --gradient-color: linear-gradient(135deg,
            var(--gradient-color-1) 0%,
            var(--gradient-color-2) 100%);
    --gradient-color-text: #9ca3af;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body .toplist-customtheme__offer-logo img {
    width: 100px !important;
    height: auto !important;
    object-fit: contain;
    background: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    background: var(--site-bg);
    color: var(--site-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    padding: 0;
    text-transform: inherit;
    font-weight: bold;
    color: var(--site-headings);
}

h1 {
    font-size: 2rem;
    line-height: 1.25;
    margin-top: 0;
    margin: 0  0 20px;
}

h2 {
    font-size: 1.8rem;
    line-height: 1.25;
    margin-top: 50px;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.25;
    margin-top: 35px;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.25;
    margin-top: 25px;
    margin-bottom: 10px;
}

h5 {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 20px;
}

h6 {
    font-size: 0.9rem;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    margin: 8px 0 15px;
    line-height: 1.625;
    font-size: 0.75rem;
}

ol,
ul {
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ol li {
    list-style: decimal;
}

ul li {
    list-style: disc;
}

li {
    margin-bottom: 8px;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: var(--primary-color-hover);
}

strong,
b {
    font-weight: bold;
}

p {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
}

p:empty {
    margin: 0;
}

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

.aligncenter {
    display: block;
    margin: auto;
}

.container,
.container-jumbo {
    max-width: var(--container-width);
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.container-jumbo {
    max-width: var(--jumbo-container-width);
}


div.su-note {
    border: none !important;
}

div.su-note-inner {
    background-color: var(--bg-color-2) !important;
    color: var(--bg-color-2-text) !important;
    border-color: transparent !important;
    border-color: rgb(255 255 255 / 10%) !important;
    border-radius: 12px !important;
}


.body-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: color-mix(in srgb, var(--site-bg) 97%, white);
    border-radius: 10px;
    overflow: hidden;
}
.body-content td,
.body-content th {
    padding: 14px 16px;
    border-bottom: 1px solid color-mix(in srgb, var(--site-bg) 94%, white);
    font-size: 16px;
    line-height: 24px;
    color: var(--site-text);
}
.body-content td p,
.body-content th p{
    margin-bottom: 0;
}
.body-content table tr:last-child td{
    border-bottom: none;
}

.body-content th {
    font-weight: bold;
}

div.su-table table {
    border: none !important;
}
.body-content table tr:hover,
div.su-table table tr:hover {
    background: color-mix(in srgb, var(--site-bg) 93%,white);
}
.body-content table tr:first-child,
div.su-table table tr:first-child{
    background: var(--bg-color-2);
    font-weight: 700;
    --site-text: var(--bg-color-2-text);
}

div.su-table table th,
div.su-table table td {
    background: transparent !important;
    padding: 14px 16px !important;
    border:none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: var(--site-text) !important;
    font-size: 16px;
    line-height: 24px;
}
div.su-table table tr:last-child td{
    border-bottom: none !important;
}

div.su-table-alternate table tr:nth-child(even) td {
    background: transparent !important;
}

.body-content dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid var(--site-text);
    border-radius: 5px;
    background-color: var(--site-text);
    color: var(--site-bg);
    font-size: 16px;
}

.body-content dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: var(--site-text);
    border-bottom: 1px solid var(--site-text);
    color: var(--site-bg);
}

.body-content dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid var(--site-text);
    background-color: var(--site-text);
    color: var(--site-bg);
}

.body-content blockquote {
    padding: 40px;
    background: var(--bg-color-2);
    border-left: 5px solid var(--bg-color-2-text);
    position: relative;
    margin: 20px auto;
    font-style: italic;
    quotes: "“" "”" "‘" "’";
    text-align: inherit;
}

.body-content blockquote::before,
.body-content blockquote::after {
    position: absolute;
    font-size: 3em;
    color: var(--bg-color-2-text);
    font-family: serif;
    line-height: 1;
    z-index: 1;
}

.body-content blockquote::before {
    content: open-quote;
    top: 10px;
    left: 20px;
}

.body-content blockquote::after {
    content: close-quote;
    bottom: 10px;
    right: 20px;
}

.body-content blockquote p {
    display: inline;
    position: relative;
    z-index: 2;
}

a.su-button {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: var(--button-bg-color) !important;
    color: var(--button-text-color) !important;
    border: none !important;
    outline: none !important;
    border-radius: 8px !important;
    font-weight: bold;
}

a.su-button span {
    font-size: 16px !important;
    padding: 12px 32px !important;
    line-height: 24px !important;
    color: var(--button-text-color) !important;
    border: none;
    outline: none;
}

a.su-button:hover {
    background-color: var(--button-bg-color) !important;
    color: var(--button-text-color) !important;
}

.btn,
a.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.btn:hover,
a.btn:hover {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    opacity: 0.7;
}


main.site-main {
    padding: 40px 0;
}

main.site-main .body-content {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

/* HEADER */
.site-header {
    background: var(--header-bg);
    color: var(--header-text);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-branding {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.header-branding-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    margin: 0;
}

.header-branding-title a {
    text-decoration: none;
    color: var(--header-text);
    outline: none;
}

.header-branding-favicon img {
    max-width: 2.5rem;
    min-width: 2.5rem;
    height: auto;
}

.header-branding-tagline {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--header-text);
    font-weight: normal;
}


/*Hero Section */

.new_custom_top_author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.hero-section .new_custom_top_author {
    flex-direction: column;
    justify-content: center;
    gap: 8px;

}

.new_author_image {
    line-height: 0;
}

.new_author_image img {
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
}

.hero-section .new_author_image img {
    max-width: 60px;
    height: 60px;
}

.new_name_author_out {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.new_modifyDetails {
    margin-bottom: 12px;
}

.hero-section {
    padding: 80px 0;
    position: relative;
    text-align: center;
    background: var(--gradient-color);
    color: var(--gradient-color-text);
}
/*
.hero-section:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(200 14 46 / 3%) 10px, rgba(200, 16, 46, 0.03) 20px);
    z-index: 0;
}*/

section.hero-section>.container {
    position: relative;
    z-index: 9999;
}

.new-date-author-cl {
    display: inline-block;
    background-color: rgb(59 130 246 / 0.1);
    border: 1px solid rgb(59 130 246 / 0.3);
    color: var(--site-headings);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 12px;
}

span.date-status {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 4px;
    display: inline-block;
    background-color: rgba(34, 197, 94, 1);
    border-radius: 100%;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.hero-title h1 {
    font-size: 2.8rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.hero-title span {
    color: var(--primary-color);
}

.smi-expand-intro-text .dashicons {
    height: auto;
}

.hero-features {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.hero-section .hero-features {
    margin-top: 70px;
}
.hero-feature-item {
    display: inline-flex;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--primary-color);
    font-weight: 400;
    gap: 6px;
    text-align: left;
    border: 1px solid rgba(0, 255, 200, 0.2);
    background: rgba(0, 255, 200, 0.08);
    padding: 10px 18px;
    border-radius: 8px;
    align-items: center;
    transition: .2s ease;
}

.hero-feature-item img {
    height: 100%;
}

.hero-tags {
    display: flex;
    justify-content: center;
}

span.hero-tag-item-text {
    padding: 0 2px;
}

body .su-note {
    margin-top: 30px;
}

.hero-tags-item {
    font-size: 12px;
    line-height: 16px;
    color: var(--gradient-color-text);
    opacity: 0.7;
}

.hero-feature-item svg {
    width: 16px;
    height: 16px;
    color: rgba(34, 197, 94, 1);
}


.into-text-outer h3 {
    font-size: 30px;
    line-height: 36px;
    color: var(--site-headings);
    opacity: 0.85;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px;
}

.into-text-outer strong {
    color: var(--site-headings);
}

.into-text-outer {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: auto;
    margin-bottom: 1.5rem;
    color: var(--gradient-color-text);
}

.into-text-outer span {
    color: var(--primary-color);
    font-weight: bolder;
}

.smi-intro-fade {
    opacity: 0;
}

div.smi-expand-intro-text {
    color: var(--site-headings);
}

.section-title h2,
.section-title h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    color: var(--site-headings);
}
.section-title h2:last-child,
.section-title h3:last-child{
    margin-bottom: 24px
}
.section-desc {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 30px;
}

.section-desc p {
    font-size: 14px;
    line-height: 20px;
    color: var(--site-text);
}

.section-title h2 span {
    color: var(--primary-color);
}

.how-rate-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.rating-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.rating-card {
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
    text-align: center;
    transition: 0.3s ease;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid rgb(255 255 255 / 10%);
}

.rating-card-img {
    line-height: 0;
    margin-bottom: 1rem;
}

.rating-card-img img {
    max-width: 3rem;
}

.rating-card h4 {
    margin: 0 0 0.5rem;
    font-size: 16px;
    line-height: 24px;
    color: var(--site-headings);
}

.rating-card p {
    color: var(--bg-color-2-text);
    font-size: 15px;
}

.rating-card p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
}

.payment-section {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-title h4 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0 0 1rem;
}

.payment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    gap: 1rem;
}

span.payment-item {
    padding: 0.375rem 0.75rem;
    padding-right: 0.75rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}



/* REVIEW-GRADIENT-SECTION-START */

.review-gradient-top-text {
    text-align: center;
    margin-bottom: 40px;
}

section.review-gradient-section {
    padding: 64px 0;
    background: var(--bg-color-3);
    color: var(--bg-color-3-text);
}

span.review-gradient-editor-heading {
    color: var(--primary-color);
    border: 1px solid rgb(245 158 11 / 0.2);
    background-color: rgb(245 158 11 / 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

h2.review-gradient-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 12px;
    margin-top: 16px;
}

h2.review-gradient-heading span {
    color: var(--primary-color);
}

p.review-gradient-text {
    margin-bottom: 0;
}

.review-gradient-grid-left-part-top {
    padding: 24px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
}

.review-gradient-grid-part {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.review-gradient-grid-left-part {
    width: calc(100% - 272px);
    flex: 1;
}

h3.review-gradient-grid-left-part-top-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.review-gradient-grid-left-part-top-text p {
    line-height: 1.625;
}

.review-gradient-grid-left-part-top-text p strong {
    color: var(--site-headings);
}

.review-gradient-grid-left-part-top-text p:last-child {
    margin-bottom: 0;
}

.review-gradient-grid-left-part-bottom {
    padding: 24px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
    margin-top: 24px;
}

h3.review-gradient-grid-left-part-bottom-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    margin-bottom: 16px;
}

.review-gradient-grid-left-part-bottom-gradient-bg-text {
    padding: 20px;
    background: var(--gradient-color);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    margin-bottom: 16px;
}

.review-gradient-grid-left-part-bottom-gradient-bg-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--gradient-color-text);
}

.review-gradient-grid-left-part-bottom-gradient-bg-text h3 {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
    margin-top: 0;
}

.review-gradient-grid-left-part-bottom-gradient-bg-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    font-size: 14px;
    line-height: 20px;
}

.review-gradient-grid-left-part-bottom-gradient-bg-table-inner-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
    margin-top: 8px;
}

.review-gradient-grid-left-part-bottom-gradient-bg-table-inner-part:last-child {
    border: 0;
}

.review-gradient-grid-left-part-bottom-gradient-bg-table-inner-part span:last-child {
    font-weight: 600;
    color: var(--site-headings);
}

.review-gradient-grid-right-part-total-score {
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgb(245 158 11 / 20%);
}

.review-gradient-grid-right-part-total-score-circle {
    background: var(--primary-color);
    color: var(--site-headings);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    display: flex;
    margin: auto;
}

span.review-gradient-grid-right-part-total-score-circle-content {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
}

p.review-gradient-grid-right-part-total-score-circle-text {
    color: var(--primary-color);
    margin-top: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.review-gradient-grid-right-part-total-score-circle-rating span.star {
    color: var(--primary-color);
}

.review-gradient-grid-right-part-category-scores {
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 10%);
    margin-top: 24px;
}

.review-gradient-grid-right-part-quick-facts-part {
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 10%);
    margin-top: 24px;
}

.review-gradient-grid-left-part-top,
.review-gradient-grid-left-part-bottom,
.review-gradient-grid-right-part-total-score,
.review-gradient-grid-right-part-category-scores,
.review-gradient-grid-right-part-quick-facts-part {
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
}

.review-gradient-grid-left-part-top p span {
    color: var(--primary-color);
    font-weight: bold;
}

h4.review-gradient-grid-right-part-category-scores-heading,
h4.review-gradient-grid-right-part-quick-facts-heading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin: 0;
    text-align: left;
}

.review-gradient-grid-right-part-quick-facts-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.review-gradient-grid-right-part-quick-facts-img span {
    text-align: left;
}

.review-gradient-grid-right-part-category-scores-text {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

span.text-yello {
    color: var(--primary-color);
    font-weight: 700;
}

.progress-bar-text-part-outer {
    margin-top: 12px;
}

.review-gradient-grid-right-part-category-scores-progress-bar-part .progress-bar {
    background: linear-gradient(90deg, var(--button-bg-color), var(--primary-color));
    height: 8px;
    border-radius: 50px;
}

.review-gradient-bottom-full-part {
    text-align: center;
    padding: 32px;
    background: var(--gradient-color);
    border: 1px solid rgb(245 158 11 / 20%);
    border-radius: 16px;
}

.review-gradient-bottom-full-inner {
    width: 100%;
    max-width: 512px;
    margin: auto;
}

.review-gradient-bottom-full-inner h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 8px;
}

p.review-gradient-bottom-full-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: var(--gradient-color-text);
}

a.review-gradient-bottom-full-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(206, 41, 57, 0.6);
}

a.review-gradient-bottom-full-cta-btn {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 12px;
    background: var(--button-bg-color);
    box-shadow: 0 4px 15px rgba(206, 41, 57, 0.4);
    transition: all 0.3s ease;
    color: var(--button-text-color);
    text-decoration: none;
}

p.review-gradient-bottom-full-end-text {
    font-size: 10px;
    margin-top: 12px;
    margin-bottom: 0;
    color: var(--gradient-color-text);
    opacity: 0.7;
}

.pros-cons-payment-methods-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.pros-cons-part,
.payment-methods-part {
    padding: 24px;
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
}

.pros-item span,
.cons-item span {
    font-size: 14px;
    line-height: 20px;
}

.pros-item,
.cons-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
}

.pros-item:first-child {
    margin-top: 0;
}

.pros-cons-part h3.section-title,
.payment-methods-part h3.section-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--site-headings);
    margin: 0;
    margin-bottom: 16px;
}

.pros-cons-list .cons-item:nth-child(5) {
    border-top: 1px solid rgb(255 255 255 / 5%);
    padding-top: 8px;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.payment-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 5%);
    background: var(--bg-color-3);
    color: var(--bg-color-3-text);
    padding: 10px 12px;
}

.pm-content h4 {
    font-size: 14px;
    line-height: 20px;
    color: var(--site-headings);
    margin: 0;
    font-weight: 600;
}

.pm-content p {
    font-size: 10px;
    margin-bottom: 0;
}

.pm-content p span {
    color: var(--primary-color);
}

/* REVIEW-GRADIENT-SECTION-END */





/* FOOTER Section */

.site-footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.site-info {
    text-align: center;
    font-size: 14px;
}

.responsible-box {
    background-color: var(--bg-color-2);
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid rgba(113, 63, 18, 0.3);
    margin-bottom: 0;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.responsible-box-icon img {
    max-width: 2.5rem;
    margin-top: 0.125rem;
}

.responsible-box-cont h4 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #f59e0b;
}

.responsible-text p {
    font-size: 0.875rem;
    color: var(--bg-color-2-text);
    line-height: 1.625;
}

.responsible-text p strong {
    color: var(--site-headings);
}

.responsible-text p:last-child {
    margin-bottom: 0;
}

.footer-responsible+.footer-legal {
    margin-top: 2rem;
}

.footer-legal-inr {
    max-width: 48rem;
    margin: auto;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.625;
}

.footer-legal-inr p {
    font-size: 11px;
    color: var(--footer-text);
}

.text-gray-400 {
    color: rgb(156 163 175);
}

.footer-legal-inr p:last-child {
    margin-bottom: 0;
}

.body-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: var(--banner-bg);
}
.hero-body-content-inr h2{
    background: transparent !important;
    color: var(--primary-color) !important;
    margin: 50px 0 20px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: bold;
    display: block;
}
.hero-body-content-inr h2:first-child{
    margin-top:0;
}

.hero-body-content-inr h2 span {
    color: var(--primary-color);
}

/* .hero-section + .body-content{
    padding-top:0;
} */
div.accordionButton h3,
div.accordionButton h4,
div.accordionButton h5,
div.accordionButton h6 {
    color: var(--site-text) !important;
}

section.ms_faq.ms_card {
    position: relative;
}

div.accordionButton,
div.accordionButton.on {
    background: inherit;
}

div.accordionButton:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    right: 0;
    margin-top: 5px;
}

.man_faq_sec .accordionButton.on:after {
    transform: rotate(180deg);
}

div.accordionButton h3,
div.accordionButton h4,
div.accordionButton h5,
div.accordionButton h6 {
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
    font-weight: bold !important;
    font-family: var(--primary-font) !important;
}

div.accordionContent {
    font-size: 16px;
    line-height: 1.625;
    color: var(--site-text);
}

div.accordionContent p {
    line-height: 1.625;
    color: var(--site-text);
    font-size: 16px;
}

.body-content .page-thumbnail {
    margin: 20px 0;
}

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


section.play-responsibly-section {
    background: var(--bg-color-2);
    border-top: 1px solid rgb(255 255 255 / 5%);
}

.play-responsibly-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.play-responsibly-wrapper-inner {
    padding: 32px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
    background: #191e18;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

h2.play-responsibly-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 8px;
}

.play-responsibly-icon {
    width: 100%;
    max-width: 40px;
}

.play-responsibly-icon img {
    width: 40px;
    height: 40px;
}

p.play-responsibly-description {
    font-size: 14px;
    color: var(--bg-color-2-text);
    line-height: 1.625;
}

.play-responsibly-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    line-height: 16px;
}

.play-responsibly-tags-inner {
    color: rgb(209 213 219);
    padding: 6px 12px;
    background: rgb(255 255 255 / 5%);
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 10%);
}

.play-responsibly-tags-inner a {
    color: rgb(209 213 219);
    text-decoration: none;
}

.footer-legal .hero-feature-item {
    font-size: 12px;
    line-height: 16px;
    color: var(--gradient-color-text);
    background: rgb(255 255 255 / 5%);
    border: 1px solid var(--gradient-color-text);
    border-radius: 8px;
}

.footer-legal .hero-feature-item-text span {
    color: rgb(248 113 113);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

/* BM STYLING CSS START */
div.toplist-ocf__wrapper {
    margin: 30px 0 0 0;
}

div.toplist-ocf__wrapper:last-child {
    margin-bottom: 0;
}

div.toplist-ocf__wrapper:first-child {
    margin-top: 0;
}

body .toplist-ocf__offer-logo-wrapper:before {
    display: none
}

body .toplist-ocf__offer-logo {
    border: 0;
    border-radius: 0;
}

body .toplist-ocf__offer-key-feature {
    display: none;
}

body .toplist-ocf__offer-extra {
    background: transparent;
    position: unset;
}

body .toplist-ocf__offer-ribbon {
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    height: 30px;
    padding-left: 22px;
    letter-spacing: 1px;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
    width: 100%;
    background: linear-gradient(to right, #1c4548, #1a2643);
    border-radius: 16px 16px 0px 0px;
    text-transform: uppercase;
    border-color: rgb(255 255 255 / 0.05);
    border-bottom: 0 !important;
    border: 1px solid rgb(255 255 255 / 0.05);
}

body .toplist-ocf__offer-rating {
    text-align: left;
}

body .toplist-ocf__offer-ribbon:before,
.toplist-ocf__offer-ribbon:after {
    display: none;
}

body .toplist-ocf__offer-cta-btn {
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(135deg, #CE2939 0%, #e8424f 50%, #CE2939 100%);
}

body .toplist-ocf__offer-cta-btn:hover {
    color: #fff;
    background: var(--primary-color);
}

body .toplist-ocf__offer {
    background: var(--bg-color-2);
    border-color: rgb(255 255 255 / 0.05);
}

body .toplist-ocf__offers {
    position: relative;
}

body .toplist-ocf__offer-bonus {
    font-family: 'Fira Sans', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

body .toplist-ocf__offer-logo img {
    width: 150px;
    height: 125px;
}

div.toplist-techcity__show-more-btn,
div.toplist-ocf__show-more-btn {
    border-color: var(--button-bg-color);
    background: var(--button-bg-color);
    color: var(--button-text-color);
}

div.toplist-techcity__show-more-btn:hover,
div.toplist-ocf__show-more-btn:hover {
    border-color: var(--button-bg-color);
    background: var(--button-bg-color);
    color: var(--button-text-color);
    opacity: 0.7
}

body .toplist-customtheme__offer:first-child {
    border: 1px solid rgb(245 158 11 / 30%);
    margin-top: 16px;
}

body .toplist-customtheme__offer {
    border: 1px solid rgb(255 255 255 / 10%);
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
}

body .toplist-customtheme__offer-cta-btn {
    background: var(--button-bg-color);
    color: var(--button-text-color);
    box-shadow: 0 4px 15px rgba(206, 41, 57, 0.4);
    transition: all 0.3s ease;
}

body .toplist-customtheme__offer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(206, 41, 57, 0.6);
}

body .toplist-customtheme__offer-title {
    color: var(--primary-color);
}

/* BM STYLING CSS END */


/*AUTHOR PAGE START*/
.new-custom-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.new-custom-profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
    word-break: break-all;
}

.new-custom-header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.new-custom-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.new-custom-profile-fields-group.new-custom-profile-fields-group-1 {
    border: 1px solid var(--site-text);
    margin: 1.5rem 0 0;
    padding: 20px;
    border-radius: 8px;
}

.new-custom-profile-fields-group.new-custom-profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
}

.new-custom-author-box-wrapper {
    box-shadow: none;
    display: inline-block;
    width: 100%;
    font-size: 26px;
}

.new-custom-author-box-wrapper p {
    padding: 0;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 26px;
}

.new-custom-author-box-wrapper p:last-child {
    margin-bottom: 0;
}

.new-custom-author-f-name .new-custom-label,
.new-custom-author-description-name .new-custom-label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
    margin: 0 0 10px;
}

.new-custom-author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.new-custom-author-description-name {
    margin-top: 12px;
    font-size: 20px;
}

/*AUTHOR PAGE END*/



/* CONTACT FORM START*/
.wpcf7-form {
    width: 100%;
    margin: 24px auto;
    font-family: var(--primary-font);
}

.wpcf7-form input,
.wpcf7-form textarea {
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    background: transparent;
    color: var(--site-text);
    outline: none;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--primary-font);
    border: 1px solid var(--site-text);
}

.wpcf7-form textarea {
    height: 150px;
}

.wpcf7-form input[type="submit"] {
    width: 100%;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-size: 17px;
    border: none;
    font-family: var(--primary-font);
    margin: 0;
}

.wpcf7-form input[type="submit"]:hover {
    background: var(--button-bg-color);
    color: var(--button-text-color);
    opacity: 0.7;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: var(--site-text);
}

.wpcf7-form input::-moz-placeholder {
    color: var(--site-text);
    opacity: 1;
}

.wpcf7-form input:-moz-placeholder {
    color: var(--site-text);
}

.wpcf7-form input:-ms-input-placeholder {
    color: var(--site-text);
}

.wpcf7-form input::placeholder {
    color: var(--site-text);
}

/* CONTACT FORM END*/

/*FOOTER MENU START*/
.footer-menu {
    margin: 0 0 24px;
}
.footer-responsible + .footer-menu{
	margin-top:24px;
}
.footer-menu .wp-menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 20px;
}
.footer-menu .wp-menu-footer li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
}
.footer-menu .wp-menu-footer li a{
    color: var(--footer-text);
}
.footer-menu .wp-menu-footer li a:hover{
    color: var(--primary-color);
}
/*FOOTER MENU END*/

/*NEW LAYOUT START*/
.su-box .su-box-title {
    display: none;
}
div.su-box {
    border: none;
    border-radius: 0;
    margin: 35px 0;
}
div.su-box-content{
    background-color: var(--bg-color-3) !important;
    color: var(--bg-color-3-text) !important;
    --site-headings: var(--bg-color-2-text);
    border: 1px solid rgba(0, 255, 200, 0.18);
    border-radius: 14px !important;
    padding: 24px;
}
.su-box.box-layout-2 {
    text-align: center;
}
.box-layout-2 .su-box-content{
    --site-headings: var(--primary-color);
    background-color: var(--bg-color-2) !important;
    color: var(--bg-color-2-text) !important;
	transition: 0.3s;
}
.box-layout-2 .su-box-content:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 255, 200, 0.2);
}

/*NEW LAYOUT END*/



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

    /*DESKTOP HORIZONTAL MENU START*/
    ul.wp-menu {
        padding: 0 0 0 15px;
        margin: 0;
        float: inherit;
        background: inherit;
    }

    ul.wp-menu .menu-item-has-children>a::after {
        content: "\f078";
        font-family: "FontAwesome";
        margin-left: 5px;
        position: absolute;
        top: 0px;
        right: -14px;
        font-size: 10px;
    }

    ul.wp-menu .sub-menu .menu-item-has-children>a::after {
        display: block;
        right: -10px;
    }

    span>.fa-angle-down {
        display: none;
    }

    .navigationcl {
        position: relative;
        left: auto;
        padding-top: 0;
        display: inline-block;
        width: 100%;
    }

    .navigationcl a {
        display: block;
        position: relative;
        margin: 0;
        height: auto;
        font-size: 16px;
        line-height: 40px;
        color: var(--bg-main-text-color);
        overflow: visible;
        text-decoration: none;
    }

    .sub-menu li a {
        line-height: 24px;
        margin: 0;
        color: var(--header-text);
    }

    .sub-menu li a:hover {
        color: var(--primary-color);
    }

    nav.navigationcl li {
        position: relative;
        display: inline-block;
        padding: 0;
        margin: 4px 12px;
    }

    nav.navigationcl li.menu-item-has-children {
        padding-right: 16px;
    }

    nav.navigationcl .nav-menu>li:last-child {
        margin-right: 0;
    }

    nav.navigationcl .nav-menu>li:last-child .sub-menu {
        left: auto;
        right: -10px;
    }

    nav.navigationcl .sub-menu li {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: right;
    }

    nav.navigationcl li.menu-item-has-children:hover>a,
    nav.navigationcl li.menu-item-has-children:hover>a:after {
        color: var(--primary-color);
    }

    nav.navigationcl li.current-menu-item>a,
    nav.navigationcl li.current-menu-item>a:after,
    .navigationcl a:hover,
    .navigationcl a:focus {
        color: var(--primary-color);
    }

    .navbar-togglecl {
        display: none;
    }

    .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        background: var(--header-bg);
        width: 180px;
        text-align: left;
        padding: 10px;
        margin: 6px 0 0;
        top: 34px;
        word-break: break-word;
        z-index: 999;
        border: 1px solid var(--site-bg);
    }

    .menu-item:hover>.sub-menu {
        display: block !important;
    }

    .sub-menu li {
        width: 100%;
    }

    .sub-menu .sub-menu {
        left: auto;
        right: 100%;
        top: -20px;
    }

    nav.navigationcl .nav-menu>li:last-child .sub-menu .sub-menu {
        right: 100%;
    }

    .nav-select .sub-menu>li>.sub-menu {
        display: none;
        position: absolute;
    }

    .nav-select .menu__list>li:hover>.sub-menu,
    .nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }

    /*DESKTOP HORIZONTAL MENU END*/

    /* BM STYLING CSS START */
    body .toplist-ocf__offer {
        gap: 16px;
        grid-template-columns: 180px 149px auto 163px;
        padding: 24px 22px;
    }

    body .toplist-ocf__offer-cta-btn {
        height: 46px;
    }

    body .toplist-ocf__offer-bonus {
        text-align: left;
    }

    body .toplist-ocf__offer-extra {
        flex-direction: revert;
        justify-content: left;
    }

    body .toplist-ocf__offer-cta-btn {
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0.5px;
        height: 52px;
    }

    body .toplist-ocf__offer-brand-name {
        font-family: 'Fira Sans', serif;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    /* BM STYLING CSS END */

}


@media only screen and (max-width: 1360px) and (min-width: 992px) {

    /*DESKTOP HORIZONTAL MENU START*/
    nav.navigationcl li {
        margin-left: 12px;
        margin-right: 12px;
    }

    .sub-menu {
        width: 150px;
    }

    nav.navigationcl .nav-menu>li:nth-last-child(2) .sub-menu {
        left: auto;
        right: -10px;
    }

    nav.navigationcl .nav-menu>li:nth-last-child(2) .sub-menu .sub-menu {
        right: 100%;
    }

    /*DESKTOP HORIZONTAL MENU END*/

}


@media screen and (max-width: 991px) {
    h1 {
        font-size: 1.875rem;
    }


    /* HEADER SIDEBAR MENU START*/
    .header-sidebar-menu ul.nav-menu .menu-item-has-children>a::after,
    .header-sidebar-menu ul.nav-menu .sub-menu .menu-item-has-children>a::after {
        display: none;
    }

    .header-sidebar-menu span.toggle-menu>.fa-angle-down {
        display: block;
    }

    .header-sidebar-menu .navigationcl {
        position: fixed;
        right: 0;
        top: 0;
        margin-top: 1px;
        width: 300px;
        height: 100dvh;
        cursor: pointer;
        text-align: left;
        background: var(--site-bg);
        color: var(--site-text);
        left: auto;
        padding: 0;
        z-index: 99999;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        padding-top: 31px;
        padding-bottom: 31px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--site-text) var(--scrollbar-track);
    }

    .header-sidebar-menu .navigationcl.menu-open {
        transform: translateX(0);
    }

    .header-sidebar-menu .navbar-togglecl {
        display: block !important;
        width: 40px;
        height: 40px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
        text-align: right;
        margin-right: 0;
    }

    .header-sidebar-menu .navbar-togglecl.active {
        position: fixed;
        top: 5px;
        right: 15px;
        z-index: 999999;
        height: 40px;
        margin-top: 0;
    }

    .header-sidebar-menu .navbar-togglecl span {
        width: 20px;
        height: 2px;
        background-color: var(--header-text);
        display: inline-block;
        position: relative;
        top: 4px;
        right: 0;
    }

    .header-sidebar-menu .navbar-togglecl span::before,
    .header-sidebar-menu .navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: var(--header-text);
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }

    .header-sidebar-menu .navbar-togglecl span::after {
        top: 7px;
    }

    .header-sidebar-menu nav.navigationcl li {
        position: relative;
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 8px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-sidebar-menu nav.navigationcl .sub-menu li {
        border: none;
    }

    .header-sidebar-menu nav.navigationcl li.menu-item-has-children {
        padding-right: 40px;
    }

    .header-sidebar-menu .navigationcl a {
        font-size: 14px;
        color: var(--site-text);
        height: auto;
        padding: 5px 10px;
        margin: 0;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
    }

    .header-sidebar-menu .navigationcl ul {
        visibility: visible;
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
    }

    .header-sidebar-menu .navigationcl ul li a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 26px;
        background-image: none;
        border-width: 0;
        text-align: left;
        padding: 0;
        margin: 0;
        color: var(--site-text);
    }

    .header-sidebar-menu .navigationcl li:hover>ul {
        visibility: visible;
        top: auto;
    }

    .header-sidebar-menu .toggle-menu {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 30px;
        height: 26px;
        font-size: 18px;
        transform: rotate(0deg);
        text-align: center;
        cursor: pointer;
        z-index: 999;
        color: var(--site-text);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover>.toggle-menu {
        color: var(--primary-color);
    }

    .header-sidebar-menu .navigationcl li.menu-item-has-children li .toggle-menu {
        right: -32px;
    }

    .header-sidebar-menu .toggle-menu.on .fa:before {
        content: "\f106";
    }

    .header-sidebar-menu .nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .header-sidebar-menu .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .header-sidebar-menu .navigationcl .sub-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-sidebar-menu nav.navigationcl>li:last-child .sub-menu {
        right: auto;
        left: 0;
    }

    .header-sidebar-menu .navigationcl a:hover,
    .header-sidebar-menu .navigationcl a:focus {
        color: var(--primary-color);
    }

    .header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover>a,
    .header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover>a:after {
        color: var(--primary-color);
    }

    .header-sidebar-menu .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }
    
    .header-sidebar-menu .nav-select .sub-menu>li>.sub-menu {
       /* display: none;*/
        position: relative;
    }
    /*
    .header-sidebar-menu .nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }*/

    .header-sidebar-menu .navbar-togglecl.active span.navbar-toggle {
        background-color: transparent;
        width: 16px;
    }

    .header-sidebar-menu .navbar-togglecl.active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .header-sidebar-menu .navbar-togglecl.active span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* HEADER SIDEBAR MENU END* /


/* BM STYLING STAR */
    body .toplist-ocf__offer-extra {
        align-items: baseline;
        padding: 0;
    }

    body .toplist-ocf__offer-bonus {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }

    body .toplist-ocf__offer {
        padding: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    body .toplist-ocf__offer-logo-wrapper {
        width: 100%;
    }

    body .toplist-ocf__offer-cta-btn-wrapper {
        width: 100%;
    }

    body .toplist-ocf__offer-logo img {
        height: 75px;
        width: auto;
    }

    body .toplist-ocf__offer-brand-name {
        font-size: 18px;
        line-height: 28px;
        justify-content: center;
    }

    body .toplist-ocf__offer-main {
        gap: 4px;
    }

    body .toplist-ocf__offer-cta-btn-wrapper {
        width: 100%;
    }

    body .toplist-ocf__offer-rating {
        text-align: center;
    }

    body .o_e0f0d82 .b_b3df13a {
        color: var(--primary-color);
    }

    /* BM STYLING END */



    /* REVIEW-GRADIENT-SECTION-START */
    .review-gradient-grid-left-part {
        width: 100%;
    }

    .review-gradient-grid-part {
        flex-wrap: wrap;
    }

    .review-gradient-grid-right-part {
        width: 100%;
    }

    .hero-section {
        padding: 48px 0;

    }

    .pros-cons-payment-methods-section {
        display: flex;
        flex-wrap: wrap;
    }

    .pros-cons-part,
    .payment-methods-part {
        width: 100%;
    }

    /* REVIEW-GRADIENT-SECTION-END */


}


@media screen and (max-width: 767px) {
    .body-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .rating-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .footer-legal-inr p {
        margin-bottom: 0.75rem;
    }



}