/*
Theme Name: Theme Open
Template: generatepress
Version: 1.7.0
*/
:root {
    --gas-legacy-ios-accent: #45b5f8;
}
body,
button,
input,
select,
textarea {
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--body);
    font-weight: 400;
    line-height: 1.65;
}
h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-post-title {
    font-family: var(--wp--preset--font-family--display);
    font-weight: 700;
}
.inside-header.grid-container {
    max-width: 1080px;
    padding-left: 15px;
}
.gas-homepage-inner {
    padding: 15px;
}
.gas-editorial-card {
    background: var(--wp--preset--color--card-white);
    border: 1px solid var(--wp--preset--color--hairline);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.gas-editorial-card::before {
    content: "";
    display: block;
    height: 4px;
    background: var(--wp--preset--color--droid-green);
}
.gas-editorial-card .gas-editorial-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    margin: 0;
}
.gas-category-badge {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-decoration: none;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 2px;
    margin: 0 0 6px;
    background: #f1f1f1;
    color: #666;
}
.gas-category-badge.gas-badge-android {
    background: #eaf5e4;
    color: #1e6b3c;
}
.gas-category-badge.gas-badge-ios {
    background: #e5f4fc;
    color: #045a8d;
}
.gas-category-badge.gas-badge-smart-technology {
    background: #f3e8fd;
    color: #6b21a8;
}
.gas-editorial-card .gas-meta {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 11px;
    color: var(--wp--preset--color--slate);
}
.gas-ad-card {
    background: var(--wp--preset--color--amber-bg);
    border: 1.5px dashed #e3b26c;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: var(--wp--preset--spacing--section, 60px);
}
.gas-ad-card .gas-ad-stripe {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    background: repeating-linear-gradient(
        45deg,
        #f6ddb2 0 6px,
        #fbebd0 6px 12px
    );
}
.gas-ad-card .gas-ad-badge {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 10.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 2px;
    background: var(--wp--preset--color--signal-amber);
    color: #fff;
}
.gas-ad-card .gas-ad-cta {
    display: inline-block;
    margin-top: 12px;
    background: var(--wp--preset--color--ink);
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    padding: 9px 20px;
    border-radius: 2px;
    text-decoration: none;
}
.gas-ad-slot {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--wp--preset--spacing--40, 20px);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--wp--preset--color--hairline);
    text-align: center;
}
@media (max-width: 767px) {
    .gas-ad-slot.gas-ad-slot--top {
        min-height: 50px;
    }
}
@media (min-width: 768px) {
    .gas-ad-slot {
        min-height: 90px;
    }
    .gas-blog-sidebar {
        margin-top: -20px;
    }
}
.gas-ad-slot.gas-ad-slot--home {
    min-height: 280px;
}
.inline_ad.gas-ad-slot {
    min-height: 280px;
    margin-top: var(--wp--preset--spacing--component, 40px);
    margin-bottom: var(--wp--preset--spacing--component, 40px);
}
@media (min-width: 768px) {
    .inline_ad.gas-ad-slot {
        min-height: 250px;
    }
}
.gas-homepage-wrap .gas-ad-slot {
    margin-bottom: var(--wp--preset--spacing--section, 60px);
}
.gas-blog-sidebar .gas-ad-slot {
    visibility: visible !important;
    width: 100%;
    min-height: 250px;
	margin-top: 30px;
}
.gas-blog-sidebar .gas-ad-slot.gas-ad-slot--sidebar-bottom {
    min-height: 600px;
}
@media (min-width: 782px) {
    .gas-blog-sidebar {
        --gas-sidebar-sticky-gap: 30px;
        --gas-sidebar-height: 0px;
        position: sticky;
        top: var(--gas-sidebar-sticky-gap);
        top: min(
            var(--gas-sidebar-sticky-gap),
            calc(
                100vh - var(--gas-sidebar-height) -
                    var(--gas-sidebar-sticky-gap)
            )
        );
        bottom: auto;
        align-self: flex-start;
        height: fit-content;
    }
}
body.gas-ads-disabled .gas-ad-slot {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.gas-ad-label {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    color: #8b919a;
    font-size: 10.5px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.gas-ad-label::before,
.gas-ad-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--wp--preset--color--hairline);
}
.gas_header {
    width: 320px;
    height: 100px;
}
@media (min-width: 800px) {
    .gas_header {
        width: 728px;
        height: 90px;
    }
}
.gas-post-grid.wp-block-query .wp-block-post-template {
    gap: var(--wp--preset--spacing--40);
}
body,
p,
li,
span,
a,
label,
input,
textarea,
button,
.widget,
.site-info,
.footer-bar {
    font-family: var(--wp--preset--font-family--body);
}
h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
    font-family: var(--wp--preset--font-family--display);
}
.gas-meta,
.gas-category-badge,
.wp-block-post-date,
.wp-block-post-author {
    font-family: var(--wp--preset--font-family--mono);
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.wp-block-post-title {
    font-weight: 700;
}
.gas-homepage-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
}
.gas-single-page {
    width: 100%;
    flex: 1 1 100%;
    min-width: 0;
}
.gas-single-topbar {
    margin-bottom: 20px;
}
.gas-single-latest {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--wp--preset--color--hairline);
}
.gas-single-wrap {
    padding-top: 0;
    padding-bottom: 40px;
}
.gas-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 13px;
    color: var(--wp--preset--color--hairline);
}
.gas-breadcrumb a,
.gas-breadcrumb .breadcrumb_last,
.gas-breadcrumb .gas-breadcrumb-current {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 2px;
    background: #f1f1f1;
    color: #666;
}
.gas-breadcrumb a:hover {
    background: #e6e6e6;
}
.gas-cat-android.gas-breadcrumb a,
.gas-cat-android.gas-breadcrumb .gas-breadcrumb-current {
    background: #eaf5e4;
    color: #1e6b3c;
}
.gas-cat-ios.gas-breadcrumb a,
.gas-cat-ios.gas-breadcrumb .gas-breadcrumb-current {
    background: #e5f4fc;
    color: #045a8d;
}
.gas-cat-smart-technology.gas-breadcrumb a,
.gas-cat-smart-technology.gas-breadcrumb .gas-breadcrumb-current {
    background: #f3e8fd;
    color: #6b21a8;
}
.gas-breadcrumb .breadcrumb_last {
    display: none;
}
.gas-breadcrumb .separator:has(+ .breadcrumb_last) {
    display: none;
}
.gas-single-header {
    margin-bottom: 20px;
}
.gas-single-title {
    font-size: 32px;
    line-height: 1.25;
    margin: 10px 0 12px;
}
.gas-category-description {
    font-size: 15px;
    color: var(--wp--preset--color--slate);
    line-height: 1.6;
    max-width: 640px;
    margin-bottom: 12px;
}
.gas-category-description p {
    margin: 0 0 8px;
}
.gas-single-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 0;
}
.gas-single-meta a {
    color: var(--wp--preset--color--ink);
}
.gas-single-meta a:hover {
    color: var(--wp--preset--color--droid-green);
}
.gas-share {
    position: relative;
    margin-left: 20px;
}
.gas-share-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 1px solid var(--wp--preset--color--hairline);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    color: var(--wp--preset--color--ink);
    cursor: pointer;
    transition:
        border-color 0.15s ease,
        color 0.15s ease;
}
.gas-share-toggle:hover,
.gas-share.is-open .gas-share-toggle {
    border-color: var(--wp--preset--color--droid-green);
    color: var(--wp--preset--color--droid-green);
}
.gas-share-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 10;
    background: var(--wp--preset--color--card-white);
    border: 1px solid var(--wp--preset--color--hairline);
    border-radius: 8px;
    padding: 8px;
    gap: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.gas-share.is-open .gas-share-menu {
    display: flex;
}
.gas-share-menu a,
.gas-share-menu button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    color: var(--wp--preset--color--slate);
    background: none;
    border: none;
    cursor: pointer;
    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}
.gas-share-menu a:hover,
.gas-share-menu button:hover {
    background: var(--wp--preset--color--paper);
    color: var(--wp--preset--color--droid-green);
}
.gas-related-posts {
    margin: 50px 0;
}
.gas-single-article .entry-content p.wp-block-paragraph {
    margin-top: 15px;
}
.gas-author-box {
    display: flex;
    gap: 18px;
    background: var(--wp--preset--color--card-white);
    border: 1px solid var(--wp--preset--color--hairline);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 40px;
}
.gas-single-topbar .gas-author-box {
    margin-bottom: 0;
}
.gas-author-box-avatar img {
    border-radius: 50%;
    display: block;
}
.gas-author-box-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--wp--preset--color--slate);
    margin: 0 0 4px;
}
.gas-author-box-body h3 {
    font-size: 18px;
    margin: 0 0 8px;
}
.gas-author-box-count {
    font-size: 13px;
    color: var(--wp--preset--color--slate);
    margin: 0 0 8px;
}
.gas-author-box-body h3 a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-author-box-body h3 a:hover {
    color: var(--wp--preset--color--droid-green);
}
.gas-author-box-bio {
    font-size: 14px;
    color: var(--wp--preset--color--slate);
    line-height: 1.6;
    margin: 0 0 12px;
}
.gas-author-box-social {
    display: flex;
    gap: 10px;
}
.gas-author-box-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--wp--preset--color--paper);
    color: var(--wp--preset--color--slate);
    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}
.gas-author-box-social a:hover {
    background: var(--wp--preset--color--droid-green);
    color: #fff;
}
.gas-post-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--wp--preset--color--hairline);
}
.gas-post-nav-prev,
.gas-post-nav-next {
    max-width: 48%;
}
.gas-post-nav-next {
    text-align: right;
    margin-left: auto;
}
.gas-post-nav a {
    font-weight: 700;
    font-size: 24px;
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-post-nav a:hover {
    color: var(--wp--preset--color--droid-green);
}
.gas-inline-search {
    padding: 20px 0;
}
.gas-inline-search p {
    color: var(--wp--preset--color--slate);
    margin-bottom: 16px;
}
.gas-inline-search .search-form {
    display: flex;
    gap: 10px;
    max-width: 420px;
}
.gas-inline-search .search-field {
    flex: 1;
    border: 1px solid var(--wp--preset--color--hairline);
    border-radius: 2px;
    padding: 10px 14px;
    font-family: inherit;
    font-size: 15px;
    box-sizing: border-box;
}
.gas-inline-search .search-field:focus {
    border-color: var(--wp--preset--color--droid-green);
    outline: none;
}
.gas-inline-search .search-submit {
    background: var(--wp--preset--color--droid-green);
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 10px 20px;
    font-weight: 700;
    cursor: pointer;
}
.gas-inline-search .search-submit:hover {
    background: var(--wp--preset--color--droid-green-deep);
}
.gas-single-comments {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--wp--preset--color--hairline);
}
@media (max-width: 768px) {
    .gas-single-title {
        font-size: 26px;
    }
    .gas-author-box {
        flex-direction: column;
    }
    .gas-post-nav {
        flex-direction: column;
        gap: 10px;
    }
    .gas-post-nav-prev,
    .gas-post-nav-next {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
    }
}
.gas-section-head-wrap {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--wp--preset--color--hairline);
}
.gas-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
}
.gas-section-heading {
    margin: 0;
}
.gas-section-desc {
    font-size: 15px;
    color: var(--wp--preset--color--slate);
    margin: 6px 0 0;
    max-width: 640px;
}
h2.has-display-font-family.gas-section-heading {
    font-size: 24px;
}
.gas-newsletter-widget {
    background: #eaf5e4;
    border: 1px solid var(--wp--preset--color--hairline);
    border-radius: 2px;
    padding: 20px;
	margin-top: 30px;
}
.gas-newsletter-widget h3 {
    font-size: 17px;
    margin: 0 0 6px;
}
.gas-newsletter-widget p {
    font-size: 13px;
    color: var(--wp--preset--color--slate);
    margin: 0 0 14px;
    line-height: 1.5;
}
.gas-newsletter-widget form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gas-newsletter-widget input[type="email"] {
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--wp--preset--color--hairline);
    border-radius: 2px;
    font-size: 14px;
    font-family: var(--wp--preset--font-family--body);
    background: #fff;
}
.gas-newsletter-widget button {
    height: 40px;
    border: none;
    border-radius: 2px;
    background: var(--wp--preset--color--droid-green);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: var(--wp--preset--font-family--body);
    cursor: pointer;
}
.gas-newsletter-widget button:hover {
    background: var(--wp--preset--color--droid-green-deep);
}
.gas-view-all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    background: #f1f1f1;
    color: #666;
    transition: background-color 0.15s ease;
}
.gas-view-all::after {
    content: " \2192";
}
.gas-view-all:hover {
    text-decoration: none;
}
.gas-view-all-android {
    background: #eaf5e4;
    color: #1e6b3c;
}
.gas-view-all-android:hover {
    background: #dcefd3;
}
.gas-view-all-ios {
    background: #e5f4fc;
    color: #045a8d;
}
.gas-view-all-ios:hover {
    background: #d3ecf9;
}
.gas-view-all-smart-technology {
    background: #f3e8fd;
    color: #6b21a8;
}
.gas-view-all-smart-technology:hover {
    background: #e9d9fb;
}
.gas-cat-uniform-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: var(--wp--preset--spacing--section, 60px);
}
.gas-grid-card {
    background: var(--wp--preset--color--card-white);
    border-radius: 2px;
    overflow: hidden;
    transition:
        box-shadow 0.15s ease,
        transform 0.15s ease;
}
.gas-grid-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}
.gas-grid-body {
    padding: 12px 0px;
}
.gas-grid-body .gas-category-badge {
    margin-bottom: 10px;
}
.gas-grid-body h3 {
    font-size: 18px;
    margin: 0 0 6px;
    line-height: 1.35;
}
.gas-grid-body h3 a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-grid-card:hover h3 a {
    color: var(--wp--preset--color--droid-green);
}
.gas-grid-card.gas-cat-ios:hover h3 a {
    color: #0693e3;
}
.gas-grid-card.gas-cat-smart-technology:hover h3 a {
    color: #9b51e0;
}
.gas-grid-excerpt {
    font-size: 14px;
    color: var(--wp--preset--color--slate);
    line-height: 1.5;
    margin: 0 0 10px;
}
.gas-grid-body .gas-meta {
    margin: 0;
    font-size: 16px;
    color: #444;
}
@media (max-width: 980px) {
    .gas-cat-uniform-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .gas-cat-uniform-grid {
        grid-template-columns: 1fr;
    }
}
.gas-compact-list {
    display: flex;
    flex-direction: column;
}
.gas-compact-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--wp--preset--color--hairline);
}
.gas-compact-item:first-child {
    padding-top: 0;
}
.gas-compact-item:last-child {
    border-bottom: none;
}
.gas-compact-thumb {
    flex: 0 0 108px;
}
.gas-compact-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    object-fit: cover;
    display: block;
}
.gas-compact-body .gas-category-badge {
    margin-bottom: 5px;
}
.gas-compact-body h3 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.3;
}
.gas-compact-body h3 a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-compact-excerpt {
    font-size: 16px;
    color: var(--wp--preset--color--slate);
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 768px) {
    .gas-compact-excerpt {
        display: none;
    }
}
.gas-compact-item:hover h3 a {
    color: var(--wp--preset--color--droid-green);
}
.gas-compact-item.gas-cat-ios:hover h3 a {
    color: #0693e3;
}
.gas-compact-item.gas-cat-smart-technology:hover h3 a {
    color: #9b51e0;
}
.gas-compact-body .gas-meta {
    margin: 0;
    font-size: 11.5px;
}
.gas-list-trend-row {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: var(--wp--preset--spacing--section, 60px);
}
.gas-list-trend-col {
    min-width: 0;
}
.gas-list-trend-col--wide {
    flex: 2;
}
.gas-list-trend-col--trend {
    flex: 1;
}
.gas-compact-list--wide .gas-compact-item {
    gap: 20px;
}
.gas-compact-list--wide .gas-compact-thumb {
    flex: 0 0 245px;
}
.gas-compact-list--wide .gas-compact-thumb img {
    width: 100%;
}
.gas-compact-list--wide .gas-compact-body h3 {
    font-size: 20px;
}
@media (max-width: 820px) {
    .gas-list-trend-row {
        flex-direction: column;
    }
}
@media (max-width: 560px) {
    .gas-compact-list--wide .gas-compact-thumb {
        flex: 0 0 110px;
    }
    .gas-post-list--main .gas-post-list-item .wp-block-post-featured-image {
        flex-basis: 110px;
    }
    .gas-post-list--main .gas-post-list-item .wp-block-post-featured-image img {
        width: 110px;
    }
}
.gas-trending-widget {
    background: var(--wp--preset--color--card-white);
    border: 1px solid var(--wp--preset--color--hairline);
    border-radius: 2px;
    padding: 20px;
}
.gas-trending-widget h3 {
    font-size: 18px;
    margin: 0 0 14px;
}
.gas-trending-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid var(--wp--preset--color--hairline);
}
.gas-trending-item:first-of-type {
    padding-top: 0;
}
.gas-trending-item:last-child {
    border-bottom: none;
}
.gas-trending-number {
    font-family: var(--wp--preset--font-family--display);
    font-weight: 700;
    font-size: 22px;
    color: #1e6b3c;
    flex: 0 0 auto;
    line-height: 1.3;
}
.gas-trending-item.gas-cat-ios .gas-trending-number {
    color: #045a8d;
}
.gas-trending-item.gas-cat-smart-technology .gas-trending-number {
    color: #6b21a8;
}
.gas-trending-body .gas-category-badge {
    margin-bottom: 5px;
}
.gas-trending-body h4 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.3;
}
.gas-trending-body h4 a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-trending-item:hover h4 a {
    color: var(--wp--preset--color--droid-green);
}
.gas-trending-item.gas-cat-ios:hover h4 a {
    color: #0693e3;
}
.gas-trending-item.gas-cat-smart-technology:hover h4 a {
    color: #9b51e0;
}
.gas-hero-grid {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: var(--wp--preset--spacing--section, 60px);
}
.gas-hero-main .wp-block-post-featured-image img {
    border-radius: 2px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}
.gas-hero-main .wp-block-post-title {
    font-family: var(--wp--preset--font-family--display);
    font-size: 28px;
    margin-top: 18px;
    margin-bottom: 10px;
    line-height: 1.15;
}
.gas-hero-main .wp-block-post-title a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
    transition: color 0.15s ease;
}
.gas-hero-main:hover .wp-block-post-title a {
    color: var(--wp--preset--color--droid-green);
}
.gas-hero-main.gas-cat-ios:hover .wp-block-post-title a {
    color: #0693e3;
}
.gas-hero-main.gas-cat-smart-technology:hover .wp-block-post-title a {
    color: #9b51e0;
}
.gas-hero-main .wp-block-post-excerpt {
    color: var(--wp--preset--color--slate);
    line-height: 1.6;
    margin-top: 10px;
}
.gas-hero-main .gas-meta {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 14px;
    color: var(--wp--preset--color--slate);
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.gas-hero-main .gas-meta .gas-category-badge {
    margin: 0;
}
.gas-hero-middle-item {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
    background: var(--wp--preset--color--card-white);
    border: 0px solid var(--wp--preset--color--hairline);
    border-radius: 2px;
    transition:
        box-shadow 0.15s ease,
        transform 0.15s ease;
}
.gas-hero-middle-item .wp-block-post-featured-image {
    flex: 0 0 110px;
    margin: 0;
}
.gas-hero-middle-item .wp-block-post-featured-image img {
    border-radius: 2px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    width: 100%;
}
.gas-hero-middle-item .wp-block-post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
}
.gas-hero-middle-item .wp-block-post-title a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-hero-middle-item:hover .wp-block-post-title a {
    color: var(--wp--preset--color--droid-green);
}
.gas-hero-middle-item.gas-cat-ios:hover .wp-block-post-title a {
    color: #0693e3;
}
.gas-hero-middle-item.gas-cat-smart-technology:hover .wp-block-post-title a {
    color: #9b51e0;
}
.gas-hero-side-item {
    background: var(--wp--preset--color--card-white);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: var(--wp--preset--spacing--40);
    transition:
        box-shadow 0.15s ease,
        transform 0.15s ease;
}
.gas-hero-side-item .wp-block-post-featured-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    display: block;
    margin: 0;
}
.gas-hero-side-item .wp-block-post-title {
    font-family: var(--wp--preset--font-family--display);
    font-size: 24px;
    padding: 12px 0px 14px;
    margin: 0;
    line-height: 1.3;
}
.gas-hero-side-item .wp-block-post-title a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-hero-side-item:hover .wp-block-post-title a {
    color: var(--wp--preset--color--droid-green);
}
.gas-hero-side-item.gas-cat-ios:hover .wp-block-post-title a {
    color: #0693e3;
}
.gas-hero-side-item.gas-cat-smart-technology:hover .wp-block-post-title a {
    color: #9b51e0;
}
@media (max-width: 781px) {
    .gas-hero-grid {
        flex-direction: column;
    }
}
.gas-post-list {
    margin-bottom: var(--wp--preset--spacing--component, 40px);
}
.gas-post-list h3 {
    margin-bottom: 14px;
}
.gas-post-list-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--wp--preset--color--hairline);
}
.gas-post-list-item:first-of-type {
    padding-top: 0;
}
.gas-post-list-item:last-child {
    border-bottom: none;
}
.gas-post-list-item .wp-block-post-featured-image {
    flex: 0 0 96px;
    margin: 0;
}
.gas-post-list-item .wp-block-post-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    object-fit: cover;
    display: block;
}
.gas-post-list-content {
    flex: 1;
    min-width: 0;
}
.gas-post-list-row {
    overflow: hidden;
}
.gas-post-list-row .wp-block-post-title {
    font-size: var(--wp--preset--font-size--small);
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
.gas-post-list-row .wp-block-post-title a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-post-list-item:hover .wp-block-post-title a {
    color: var(--wp--preset--color--droid-green);
}
.gas-post-list-item.gas-cat-android:hover .wp-block-post-title a {
    color: var(--wp--preset--color--droid-green);
}
.gas-post-list-item.gas-cat-ios:hover .wp-block-post-title a {
    color: #0693e3;
}
.gas-post-list-item.gas-cat-smart-technology:hover .wp-block-post-title a {
    color: #9b51e0;
}
.gas-post-list-row .gas-meta {
    float: left;
    font-size: 16px;
    color: #444;
    margin: 8px 0 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.gas-post-list-row .gas-meta .gas-category-badge {
    margin: 0;
}
.gas-post-list-excerpt {
    font-size: 14px;
    color: var(--wp--preset--color--slate);
    line-height: 1.5;
    margin: 4px 0 0;
}
.gas-blog-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 20px;
}
.gas-blog-main {
    flex: 1;
    min-width: 0;
}
.gas-blog-sidebar {
    flex: 0 0 300px;
}
.gas-post-list--main {
    margin-bottom: var(--wp--preset--spacing--section, 60px);
}
.gas-post-list--main .gas-post-list-item .wp-block-post-featured-image {
    flex-basis: 245px;
}
.gas-post-list--main .gas-post-list-item .wp-block-post-featured-image img {
    width: 245px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.gas-post-list--main .gas-post-list-row .wp-block-post-title {
    font-size: 20px;
}
.gas-post-list--main .gas-post-list-excerpt {
    font-size: 16px;
}
.pagination .nav-links,
.navigation.pagination {
    display: flex;
    gap: 8px;
    margin-top: 24px;
    align-items: center;
}
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 2px;
    border: 1px solid var(--wp--preset--color--hairline);
    color: var(--wp--preset--color--ink);
    text-decoration: none;
    font-size: 14px;
}
@media (max-width: 768px) {
    .pagination .nav-links,
    .navigation.pagination {
        gap: 10px;
    }
    .pagination .page-numbers {
        min-width: 44px;
        height: 44px;
        padding: 0 10px;
    }
}
.pagination .page-numbers.current {
    background: var(--wp--preset--color--droid-green);
    border-color: var(--wp--preset--color--droid-green);
    color: #fff;
}
.pagination .page-numbers:hover:not(.current) {
    border-color: var(--wp--preset--color--droid-green);
    color: var(--wp--preset--color--droid-green);
}
@media (max-width: 781px) {
    .gas-blog-layout {
        flex-direction: column;
    }
    .gas-blog-sidebar {
        flex-basis: auto;
        width: 100%;
    }
}
.gas-cat-feature-grid {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.gas-cat-feature-main {
    flex-basis: 62%;
}
.gas-cat-feature-main .wp-block-post-featured-image img {
    border-radius: 2px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}
.gas-cat-feature-main .wp-block-post-title {
    font-family: var(--wp--preset--font-family--display);
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 6px;
    line-height: 1.2;
}
.gas-cat-feature-main .wp-block-post-title a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
    transition: color 0.15s ease;
}
.gas-cat-feature-main:hover .wp-block-post-title a {
    color: var(--wp--preset--color--droid-green);
}
.gas-cat-feature-main.gas-cat-ios:hover .wp-block-post-title a {
    color: #0693e3;
}
.gas-cat-feature-main.gas-cat-smart-technology:hover .wp-block-post-title a {
    color: #9b51e0;
}
.gas-cat-feature-main .gas-meta {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 16px;
    color: #444;
}
.gas-cat-feature-main .gas-meta .gas-category-badge {
    margin: 0;
}
.gas-cat-feature-main .wp-block-post-excerpt {
    margin-top: 10px;
    color: var(--wp--preset--color--slate);
    line-height: 1.6;
}
.gas-cat-feature-list {
    flex-basis: 38%;
    display: flex;
    flex-direction: column;
}
.gas-cat-pinned-item {
    padding: 14px 0;
    border-bottom: 1px solid var(--wp--preset--color--hairline);
}
.gas-cat-pinned-item:first-child {
    padding-top: 0;
}
.gas-cat-pinned-item:last-child {
    border-bottom: none;
}
.gas-cat-pinned-item .wp-block-post-title {
    font-size: 18px;
    margin: 0 0 4px;
    line-height: 1.3;
}
.gas-cat-pinned-item .wp-block-post-title a {
    color: var(--wp--preset--color--ink);
    text-decoration: none;
}
.gas-cat-pinned-item:hover .wp-block-post-title a {
    color: var(--wp--preset--color--droid-green);
}
.gas-cat-pinned-item.gas-cat-ios:hover .wp-block-post-title a {
    color: #0693e3;
}
.gas-cat-pinned-item.gas-cat-smart-technology:hover .wp-block-post-title a {
    color: #9b51e0;
}
.gas-cat-pinned-item .gas-meta {
    margin: 0;
    font-size: 16px;
    color: #444;
}
@media (max-width: 781px) {
    .gas-cat-feature-grid {
        flex-direction: column;
    }
}
@media (min-width: 769px) {
    #site-navigation {
        flex: 1 !important;
    }
    .inside-header {
        padding: 5px 0;
    }
    .inside-navigation.grid-container {
        display: flex !important;
        align-items: center !important;
        padding-left: 20px;
        justify-content: left !important;
        position: relative !important;
        width: 100% !important;
        max-width: none !important;
    }
    .menu-bar-items {
        display: flex !important;
        align-items: center !important;
    }
    .gas-header-extras {
        position: absolute !important;
        right: 20px !important;
        top: 0 !important;
        bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        transform: none !important;
    }
}
.navigation-search.nav-search-active {
    background-color: var(--wp--preset--color--paper, #ffffff);
    left: auto !important;
    right: auto !important;
    width: 38% !important;
    max-width: 400px !important;
    z-index: 20;
    border-radius: 2px;
}
.navigation-search .search-field,
.navigation-search .search-field:focus {
    color: var(--wp--preset--color--ink, #15171c);
    background-color: transparent;
    padding-left: 20px;
}
.menu-bar-item.search-item.close-search {
    position: relative;
    z-index: 21;
}
.menu-bar-item.search-item.close-search a,
.menu-bar-item.search-item.active a {
    color: #fff !important;
    background-color: var(--wp--preset--color--droid-green, #3dbb85) !important;
}
@media (max-width: 768px) {
    .navigation-search.nav-search-active {
        width: 100% !important;
    }
    .has-inline-mobile-toggle #site-navigation.has-active-search {
        margin-top: 3.5em;
    }
}
.gas-header-extras {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 10px;
}
.gas-social-icon {
    display: inline-flex;
    color: var(--wp--preset--color--slate);
    transition: color 0.15s ease;
}
.gas-social-icon:hover {
    color: var(--wp--preset--color--droid-green);
}
.gas-author-link {
    text-decoration: none;
    color: #444;
}
.gas-author-link:hover {
    text-decoration: underline;
}
a.page-numbers {
    padding: 10px;
    font-size: 20px;
}
.footer-widgets-container.grid-container {
    max-width: 1060px;
}
.footer-widgets {
    background: var(--wp--preset--color--droid-green);
}
.footer-widgets .widget ul li {
    margin-bottom: 0px;
}
.footer-widgets-container {
    padding: 0px;
}
.gas-footer-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    width: 100%;
    background: var(--wp--preset--color--droid-green);
    padding: 15px 0;
}
.gas-footer-logo {
    justify-self: start;
}
.gas-footer-social {
    justify-self: center;
}
.gas-footer-nav {
    justify-self: end;
}
.gas-footer-logo {
    display: flex;
    align-items: center;
}
.gas-footer-logo a {
    display: flex;
    align-items: center;
    margin: 0;
}
.gas-footer-logo img,
.gas-footer-logo svg {
    height: 50px;
    width: auto;
    display: block;
    margin: 0;
}
.gas-footer-social {
    display: flex;
    align-items: baseline;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gas-footer-social a {
    display: inline-flex;
    align-items: center;
    color: #fff;
}
.gas-footer-social a:hover {
    color: #fff;
    opacity: 0.75;
}
.gas-footer-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.gas-footer-nav a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}
.gas-footer-nav a:hover {
    text-decoration: underline;
}
@media (max-width: 600px) {
    .gas-footer-bar {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    .gas-footer-logo,
    .gas-footer-social,
    .gas-footer-nav {
        justify-self: center;
    }
}
.footer-bar,
.footer-bar a {
    background-color: var(--wp--preset--color--ink) !important;
    color: #fff;
}
h3.iosapp {
    color: var(--gas-legacy-ios-accent);
}
.wp-block-image {
    margin-top: 20px;
}
.schema-faq.wp-block-yoast-faq-block {
    padding: 10px;
    border: 1px solid var(--wp--preset--color--droid-green);
}
.entry-content p a,
.summary a {
    border-bottom: 2px solid var(--wp--preset--color--droid-green);
}
.entry-content p a:hover,
.summary a:hover {
    color: #444;
    border-bottom: 2px solid #444;
}
.entry-content h2 {
    font-size: 1.4em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--wp--preset--color--droid-green);
}
.gas-cat-android .entry-content h2,
.gas-cat-android .entry-content h3,
.gas-cat-android .entry-content h4 {
    color: #1e6b3c;
}
.gas-cat-ios .entry-content h2,
.gas-cat-ios .entry-content h3,
.gas-cat-ios .entry-content h4 {
    color: #045a8d;
}
.gas-cat-smart-technology .entry-content h2,
.gas-cat-smart-technology .entry-content h3,
.gas-cat-smart-technology .entry-content h4 {
    color: #6b21a8;
}
.app_details {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.app_details h3 {
    margin-top: 0;
}
.app_icon img {
    margin-right: 15px;
    margin-bottom: 0;
    object-fit: cover;
    border-radius: 2px;
}
.app_screenshots {
    display: flex;
    gap: 1%;
    overflow-x: auto;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
}
.screenshot img {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
h3.app_name,
.app_name h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.app_price {
    color: #888;
}
.app-quick-links {
    margin: 25px auto;
    padding: 5px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.app-quick-links h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.app-quick-links ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    padding: 0;
}
.app-quick-links ul li {
    margin-bottom: 5px;
}
.app-quick-links ul li a {
    text-decoration: underline;
    color: #000;
    transition: color 0.3s ease-in-out;
}
.app-quick-links ul li a:hover {
    color: #0073e6;
    border-bottom: 2px solid #0073e6;
}
@media (max-width: 480px) {
    .app-quick-links h2 {
        font-size: 24px;
    }
    .app-quick-links ul {
        grid-template-columns: 1fr;
    }
}
.app-link,
.app-link-ios {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}
.app-link a {
    color: #fff;
    background-color: var(--wp--preset--color--droid-green);
    padding: 10px;
    border-radius: 2px;
    letter-spacing: 0.1em;
}
.app-link-ios a {
    color: #fff;
    background-color: var(--gas-legacy-ios-accent);
    padding: 10px;
    border-radius: 2px;
    letter-spacing: 0.1em;
}
.app-link a:hover {
    background-color: #555;
    color: #fff !important;
    border-bottom: 2px solid var(--wp--preset--color--droid-green);
}
.app-link-ios a:hover {
    background-color: #555;
    color: #fff !important;
    border-bottom: 2px solid var(--gas-legacy-ios-accent);
}
#chose {
    padding: 20px;
    background: #d6ecf0;
    list-style: none;
    margin: 0 0 20px;
}
#pros-cons {
    margin: 20px 0;
    padding-top: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}
#pros-cons ul {
    margin: 0 0 10px 15px;
}
h4.pros__heading,
h4.cons__heading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
}
h4.pros__heading {
    color: green !important;
}
h4.cons__heading {
    color: red !important;
}
@media (min-width: 700px) {
    .pros,
    .cons {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        width: 45%;
    }
    .pros {
        padding-right: 5px;
    }
    .cons {
        padding-left: 5px;
    }
}
.relatedbox {
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--wp--preset--color--droid-green);
    border-top: 3px solid var(--wp--preset--color--droid-green);
}
span.relatedtitle {
    display: block;
    padding-bottom: 10px;
    color: #777;
}
.relatedbox .app-link {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-left: 4px solid #eee;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.app-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 1.5rem 0;
}
.app-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.app-card--featured {
    border-left: 3px solid var(--wp--preset--color--droid-green);
    background: #f4faf0;
}
.app-card__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    background: var(--wp--preset--color--droid-green);
    color: #f4faf0;
    padding: 2px 9px;
    border-radius: 20px;
    align-self: flex-start;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.app-card__name {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}
.app-card__tagline {
    font-size: 12px;
    color: var(--wp--preset--color--droid-green);
    font-style: italic;
    line-height: 1.4;
    margin: 0;
}
.app-card__desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
    margin: 0;
}
.app-card__stars {
    font-size: 13px;
    color: #b45309;
    letter-spacing: -0.5px;
    font-style: normal;
}
.app-card__stars span {
    font-size: 11px;
    color: #9ca3af;
    margin-left: 3px;
}
.app-card__meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
}
.app-card__pill {
    font-size: 11px;
    font-weight: 500;
}
.app-price-free {
    color: var(--wp--preset--color--droid-green);
}
.app-price-freemium {
    color: #854f0b;
}
.app-price-paid {
    color: #a32d2d;
}
.app-offline-yes {
    color: var(--wp--preset--color--droid-green);
}
.app-offline-partial {
    color: #854f0b;
}
.app-offline-no {
    color: #a32d2d;
}
@media (max-width: 600px) {
    .app-grid {
        grid-template-columns: 1fr;
    }
}
.fm-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e5e7eb;
    border-radius: 128px;
}
.fm-caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
.fm-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 580px;
    font-size: 12px;
}
.fm-table thead tr {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}
.fm-table th {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    padding: 10px 8px 8px;
    text-align: center;
    white-space: nowrap;
}
.fm-table th.fm-col-app {
    text-align: left;
    padding-left: 14px;
    min-width: 140px;
}
.fm-icon {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1;
}
.fm-table td {
    padding: 10px 8px;
    text-align: center;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}
.fm-table tbody tr:last-child td {
    border-bottom: none;
}
.fm-table td.fm-col-app {
    text-align: left;
    padding-left: 14px;
}
.fm-table tbody tr:hover td {
    background: #f9fafb;
}
.fm-table tr.fm-top-pick td {
    background: #f4faf0;
}
.fm-table tr.fm-top-pick td.fm-col-app {
    border-left: 3px solid var(--wp--preset--color--droid-green);
}
.fm-table tr.fm-top-pick:hover td {
    background: #edf7e6;
}
.fm-top-tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    background: var(--wp--preset--color--droid-green);
    color: #f4faf0;
    padding: 1px 6px;
    border-radius: 20px;
    margin-right: 6px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.fm-col-app strong {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
    display: block;
}
.fm-stars {
    font-size: 11px;
    color: #b45309;
    font-style: normal;
    letter-spacing: -0.5px;
    display: block;
    margin-top: 2px;
}
.fm-stars span {
    color: #9ca3af;
    margin-left: 2px;
    font-size: 10px;
}
.fm-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}
.fm-yes {
    background: #dcfce7;
    color: #166534;
}
.fm-partial {
    background: #fef9c3;
    color: #854d0e;
}
.fm-no {
    background: #f3f4f6;
    color: #9ca3af;
}
.fm-price {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
.fm-price-free {
    background: #dcfce7;
    color: #166534;
}
.fm-price-freemium {
    background: #fef9c3;
    color: #854d0e;
}
.fm-price-paid {
    background: #fee2e2;
    color: #991b1b;
}
.fm-legend {
    display: flex;
    gap: 16px;
    padding: 8px 14px;
    font-size: 11px;
    color: #6b7280;
    border-top: 1px solid #f3f4f6;
    background: #f9fafb;
    border-radius: 0 0 12px 12px;
    flex-wrap: wrap;
}
.fm-legend span {
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (max-width: 600px) {
    .fm-table th,
    .fm-table td {
        padding: 8px 5px;
    }
    .fm-table th.fm-col-app,
    .fm-table td.fm-col-app {
        min-width: 110px;
        padding-left: 10px;
    }
    .fm-dot {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
}
.app-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    margin: 1.5rem 0;
}
.app-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #ffffff;
    flex-wrap: wrap;
}
.app-row.top-row {
    background: #f4faf0;
    border-left: 2px solid var(--wp--preset--color--droid-green);
}
.app-row + .app-row {
    border-top: 1px solid #f3f4f6;
}
.app-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 155px;
    min-width: 155px;
    flex-shrink: 0;
}
.app-row .app-name {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}
.app-row .app-stars {
    font-size: 11px;
    color: #b45309;
    letter-spacing: -0.5px;
    line-height: 1;
}
.app-row .app-stars span {
    color: #9ca3af;
    margin-left: 2px;
    font-size: 10px;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex: 1;
}
.tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 8px;
    white-space: nowrap;
    line-height: 1.4;
}
.tag-sym {
    font-size: 11px;
    line-height: 1;
}
.t-free {
    background: #dcfce7;
    color: #166534;
}
.t-paid {
    background: #fee2e2;
    color: #991b1b;
}
.t-freemium {
    background: #fef9c3;
    color: #854d0e;
}
.t-yes {
    background: #eff6ff;
    color: #1e40af;
}
.t-no {
    background: #f3f4f6;
    color: #9ca3af;
    font-weight: 400;
    opacity: 0.7;
    text-decoration: line-through;
}
.t-top {
    background: var(--wp--preset--color--droid-green);
    color: #f4faf0;
}
@media (max-width: 480px) {
    .app-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .app-left {
        min-width: unset;
    }
}
:root {
    --gas-readable-muted: #4b5563;
    --gas-readable-meta: #374151;
}
body {
    color: var(--wp--preset--color--ink);
    font-weight: 400;
    line-height: 1.6;
}
.gas-category-description,
.gas-author-box-label,
.gas-author-box-count,
.gas-author-box-bio,
.gas-grid-excerpt,
.gas-compact-excerpt,
.gas-post-list-excerpt,
.gas-hero-main .wp-block-post-excerpt,
.gas-cat-feature-main .wp-block-post-excerpt {
    color: var(--gas-readable-muted);
}
.gas-meta,
.gas-single-meta,
.gas-editorial-card .gas-meta,
.gas-post-list-row .gas-meta,
.gas-grid-body .gas-meta,
.gas-compact-body .gas-meta,
.gas-hero-main .gas-meta,
.gas-cat-feature-main .gas-meta,
.gas-cat-pinned-item .gas-meta {
    color: var(--gas-readable-meta);
}
.gas-post-list--main .gas-post-list-row .wp-block-post-title {
    font-size: 21px;
    line-height: 1.28;
    letter-spacing: -0.012em;
}
.gas-post-list--main .gas-post-list-excerpt {
    font-size: 17px;
    line-height: 1.65;
    color: var(--gas-readable-muted);
}
.gas-hero-main .wp-block-post-excerpt,
.gas-cat-feature-main .wp-block-post-excerpt {
    font-size: 16px;
    line-height: 1.65;
}
.gas-compact-excerpt,
.gas-grid-excerpt {
    line-height: 1.6;
}
.gas-single-article .entry-content {
    color: var(--wp--preset--color--ink);
    font-size: 18px;
    line-height: 1.75;
}
.gas-single-article .entry-content p,
.gas-single-article .entry-content li {
    color: #20242b;
}
@media (max-width: 781px) {
    .gas-post-list--main .gas-post-list-row .wp-block-post-title {
        font-size: 20px;
        line-height: 1.3;
    }
    .gas-post-list--main .gas-post-list-excerpt {
        font-size: 16px;
        line-height: 1.65;
    }
    .gas-single-article .entry-content {
        font-size: 17px;
        line-height: 1.72;
    }
}
html body,
body button,
body input,
body select,
body textarea,
body .site,
body .site-content,
body .inside-article,
body .entry-content,
body .gas-post-list-excerpt,
body .gas-grid-excerpt,
body .gas-compact-excerpt,
body .gas-hero-main .wp-block-post-excerpt,
body .gas-cat-feature-main .wp-block-post-excerpt,
body .gas-category-description,
body .gas-author-box-bio,
body .gas-single-article .entry-content,
body .gas-single-article .entry-content p,
body .gas-single-article .entry-content li {
    font-weight: 400 !important;
}
body .gas-meta,
body .gas-single-meta,
body .gas-editorial-card .gas-meta,
body .gas-post-list-row .gas-meta,
body .gas-grid-body .gas-meta,
body .gas-compact-body .gas-meta,
body .gas-hero-main .gas-meta,
body .gas-cat-feature-main .gas-meta,
body .gas-cat-pinned-item .gas-meta {
    font-weight: 500 !important;
}
body h1,
body h2,
body h3,
body .wp-block-post-title,
body .gas-section-title,
body .gas-post-list-row .wp-block-post-title,
body .gas-hero-title,
body .gas-cat-feature-main .wp-block-post-title {
    font-weight: 700 !important;
}
body strong,
body b {
    font-weight: 700;
}
body .main-navigation a,
body .gas-header-extras,
body .menu-toggle,
body .gas-footer-nav a,
body .gas-category-badge,
body .gas-meta,
body .gas-ad-label,
body .wp-block-button__link,
body .button,
body button,
body input,
body select,
body textarea {
    font-family: var(--wp--preset--font-family--body) !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .wp-block-heading,
body .wp-block-post-title,
body .entry-title,
body .page-title,
body .gas-single-title,
body .gas-section-heading,
body .gas-section-title,
body .gas-hero-title,
body .gas-archive-title,
body .gas-search-title,
body .gas-author-title,
body .gas-widget-title,
body .gas-footer-logo,
body .gas-trending-widget h3,
body .gas-trending-body h4,
body .gas-post-list-row .wp-block-post-title,
body .gas-hero-main .wp-block-post-title,
body .gas-cat-feature-main .wp-block-post-title,
body .gas-cat-pinned-list .wp-block-post-title,
body .gas-grid-body .wp-block-post-title,
body .gas-compact-body h3,
body .gas-latest-grid h3,
body .app-card h3,
body .app-info-box h3 {
    font-family: var(--wp--preset--font-family--display) !important;
    font-weight: 700 !important;
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a,
body .wp-block-heading a,
body .wp-block-post-title a,
body .entry-title a,
body .page-title a,
body .gas-single-title a,
body .gas-section-heading a,
body .gas-section-title a,
body .gas-hero-title a,
body .gas-archive-title a,
body .gas-search-title a,
body .gas-author-title a,
body .gas-widget-title a,
body .gas-footer-logo a,
body .gas-trending-widget h3 a,
body .gas-trending-body h4 a,
body .gas-post-list-row .wp-block-post-title a,
body .gas-hero-main .wp-block-post-title a,
body .gas-cat-feature-main .wp-block-post-title a,
body .gas-cat-pinned-list .wp-block-post-title a,
body .gas-grid-body .wp-block-post-title a,
body .gas-compact-body h3 a,
body .gas-latest-grid h3 a,
body .app-card h3 a,
body .app-info-box h3 a {
    font-family: inherit !important;
    font-weight: inherit !important;
}
.single-post .gas-single-article > .featured-image,
.single-post .gas-single-article > .page-header-image-single,
.single-post .gas-single-article > .post-image {
    display: none !important;
}
.gas-ad-slot > ins.adsbygoogle {
    flex: 0 0 auto;
}
.gas-ad-slot > ins.adsbygoogle:not(.gas_header):not(.gas-ad-fixed) {
    display: block !important;
    width: 100%;
    min-width: 250px;
}
.gas-ad-slot--top > ins.adsbygoogle.gas_header {
    align-self: center;
}
.gas-ad-slot.gas-ad-slot--top {
    align-items: flex-start;
}
.gas-ad-slot.gas-ad-slot--top .gas-ad-label {
    align-self: stretch;
}
.gas-ad-slot.gas-ad-slot--top > ins.adsbygoogle,
.gas-ad-slot.gas-ad-slot--top > .gas_header {
    align-self: flex-start;
}
.gas-single-article .entry-content .inline_ad.gas-ad-slot {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.gas-single-article .entry-content .inline_ad.gas-ad-slot > ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
}
