:root {
    --su-brand-green: #92C66C;
    --su-brand-navy: #373E59;
    --su-brand-purple: #95468c;
    --su-brand-orange: #ffa500;
    --su-brand-blue: #3A4B8C;
    --su-body-bg: #f5f6f8;
    --su-surface: #ffffff;
    --su-text: #111111;
    --su-text-muted: #666666;
    --su-border: #e8eaed;
    --su-radius: 12px;
    --su-radius-sm: 8px;
    --su-shadow: 0 2px 12px rgba(18, 24, 40, 0.08);
    --su-shadow-lg: 0 8px 24px rgba(18, 24, 40, 0.12);
    --su-nav-height: 56px;
    --su-space-xs: 0.25rem;
    --su-space-sm: 0.5rem;
    --su-space-md: 1rem;
    --su-space-lg: 1.5rem;
    --su-font-base: 14px;
    --su-font-title: 15px;
    --su-link-hover: #73b33e;
}

body {
    background-color: var(--su-body-bg);
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    image-rendering: -webkit-optimize-contrast;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
    box-shadow: none !important;
    outline: 0px !important;
}

.extend-navbar {
    max-width: 1300px !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

a {
    color: #111;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #111;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

svg {
    height: 15px;
    width: 15px;
    fill: #111;
    margin-top: -2px;
    display: inline-block;
}

.h1-title,
.h2-title {
    font-size: 15px;
    font-weight: bold;
}

.container {
    max-width: 1200px;
}

.dropdown-toggle {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
    border: 0;
    vertical-align: top;
}

.dropdown-item {
    font-size: 14px;
}

.dropdown-item:active {
    background-color: #e9ecef;
    color: #000;
}

.logo {
    width: 128px;
    height: 30px;
}

.text-logo {
    font-weight: 500;
    color: #131320;
    font-size: 18px;
}

.header svg {
    margin-right: 5px;
    fill: #333;
}

.header a {
    color: #111;
    text-decoration: none;
}

.letter {
    font-size: 25px;
    font-weight: 600;
    color: #555;
}

.section-title {
    color: #111;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: block;
    font-weight: 700;
    font-size: 15px;
}

.votes {
    font-size: 13px;
}

.app-list a {
    text-decoration: none;
}

.app-list .title {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 15px;
    margin-bottom: 6px;
}

.app-list img {
    border-radius: 8%;
}

.app-list .developer {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.app-list .date {
    color: #666;
    font-size: 13px;
    display: block;
}

.featured .title {
    -webkit-line-clamp: 2;
    line-height: 18px;
}

.search-form {
    font-size: 0.875rem;
    font-weight: 500;
    border: 0;
}

.search-btn {
    color: #fff;
    background-color: var(--su-brand-green);
    border: 0;
    font-size: 13px;
}

.search-btn svg {
    fill: #fff;
    height: 12px !important;
    width: 12px !important;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 60% !important;
}

.swiper-main h3 {
    position: absolute;
    bottom: 15px;
    z-index: 999999999;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}

.swiper-main svg {
    margin-top: -16px;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide .logo {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 12px;
}

.swiper-pagination-bullets {
    bottom: 15px !important;
    left: -15px !important;
}

.bg-category {
    background-color: #f5fff6;
}


.bg-other {
    background-color: #fffbed;
}

.bg-other .section-title {
    border-bottom: 1px solid #f4f2eb;
}

.coverbg {
    z-index: 999999999 !important;
    height: 200px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.75) 100%,
            rgba(0, 0, 0, 1) 100%);
}

.coverbg-news {
    z-index: 999999999 !important;
    height: 125px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.8) 100%,
            rgba(0, 0, 0, 1) 100%);
}

.swiper-pagination-main .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background-color: #fff !important;
}

.swiper-pagination-main {
    z-index: 99999999;
    margin-top: -20px;
    position: absolute;
    height: 7px;
    text-align: right;
}

.swiper-pagination-main .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #ffffff45;
    opacity: 1;
    text-indent: 9999px !important;
    border-radius: 50%;
    margin: 0 5px;
}

.checked {
    fill: orange;
    width: 12px;
}

.star-not-checked {
    fill: #ccc;
    width: 12px;
}

.editor-star {
    fill: #4d4266;
    width: 12px;
}

.star {
    float: left;
    width: 15px;
    height: 13px;
    cursor: pointer;
    margin-right: 2px;
    margin-top: 5px;
    -webkit-mask-image: url(/images/star-solid.svg);
    mask-image: url(/images/star-solid.svg);
}

.star,
.tmp_es {
    background-color: #ccc;
}

.fullStar,
.tmp_fs {
    background-color: orange;
}

.right-column a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top-apps .app-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 17px;
    font-weight: 600;
}

.top-apps .developer {
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top-apps img {
    border-radius: 8%;
}

.app-space {
    margin-bottom: 7px;
    border-bottom: 1px dotted #ccc;
    display: block;
    clear: both;
}

.footer-container {
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
    color: #666;
}

.footer-copyright {
    font-size: 14px;
    border-top: 1px solid #f9f9f9;
    background-color: #fff;
    margin-top: 25px;
    color: #333;
}

.footer-copyright a {
    color: #111 !important;
}

.page-footer {
    font-size: 14px;
    padding-top: 40px;
}

.page-footer a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.page-footer .section-head {
    font-size: 15px;
    font-weight: 600;
}

.page-footer li {
    margin-bottom: 4px;
}

.page-footer li:last-child {
    margin-bottom: 0;
}

.footer-logo {
    width: 128px;
    height: 28px;
}

.footer-text-logo {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}

.twitter-footer,
.facebook-footer,
.telegram-footer {
    fill: #666;
    height: 18px;
    width: 18px;
}

.youtube-footer {
    fill: #666;
    height: 23px;
    width: 23px;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 99999999999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color: rgba(0, 0, 0, 0.75);
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
    color: #fff;
}

.cookiealert .accept-cookies {
    margin: 0 0 0 5px;
    text-align: center;
    padding: 2px 6px;
    font-size: 14px;
    background-color: #85c154;
    color: #fff;
    border-bottom: 2px solid #73b33e !important;
    border-radius: 3px;
}

.breadcrumbs {
    display: block !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}

.breadcrumbs a {
    color: #333 !important;
}

#screenshot-main {
    scrollbar-width: none;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.screenshots {
    padding: 0 12px;
}

.screenshots .row {
    position: relative;
}

#screenshot-main::-webkit-scrollbar {
    display: none;
}

.screenshots img {
    height: 250px;
    cursor: pointer;
}

#left {
    margin-top: 105px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: 5px;
    width: 40px;
    position: absolute;
    background: #0000007e;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}

#right {
    margin-top: 105px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    right: 5px;
    width: 40px;
    position: absolute;
    background: #0000007e;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}

#left svg,
#right svg {
    fill: #fff;
}

.w-25px {
    width: 25px;
    height: 25px;
    margin-right: 2px;
}

.w-35px {
    width: 35px;
    height: 35px;
    margin-right: 3px;
}

.w-35px svg {
    height: 35px !important;
    width: 23px !important;
}

.app-details .app-image {
    width: 100px;
    height: 100px;
    border-radius: 8%;
}

.app-details h1 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}

.app-details h2 {
    font-size: 15px;
    font-weight: 700;
}

.app-details a {
    color: #1cb1cd;
}

.app-details .date {
    display: block;
    font-size: 13px;
    color: #555;
}

.app-details .developer {
    color: #333;
}

.app-details .review-data {
    font-size: 13px;
    color: #555;
}

.app-details .review-data svg {
    fill: #999;
    height: 13px;
}

.app-details .description {
    border-left: 3px solid #92c66c;
    background-color: #92c66c0a;
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.app-details .version {
    color: #92c66c;
}

.app-description {
    display: inline-block;
    word-break: break-word;
}

.dropdown-toggle::after {
    vertical-align: 0.145em !important;
    color: #aaa;
}

.section-icon {
    background-color: #202440;
    display: inline-block;
    text-align: center;
}

.section-icon svg {
    fill: #fff;
    height: 14px;
    width: 15px;
    margin-top: -1px;
}

.tags {
    border-top: 1px solid #eee;
}

.tags span {
    color: #343a40;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 19px;
}

.tags li {
    margin: 5px 8px 6px 0;
    padding: 0;
    background-color: transparent;
    vertical-align: middle;
    display: inline-block;
}

.tags li a {
    display: block;
    padding: 3px 8px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.tags i {
    margin-right: 2px;
    color: #ffa500;
}

.tags h3 {
    font-size: 15px;
    font-weight: 700;
}

#review-title {
    font-size: 15px;
    font-weight: 700;
}

.review-title h4 {
    font-size: 15px;
    font-weight: 700;
}

.review-title a {
    color: #fff;
    text-decoration: none;
}

.review-title .checked,
.review-title .star-not-checked {
    width: 14px !important;
}

.user-ratings .row {
    line-height: 10px;
    height: 25px;
    font-size: 14px;
}

.user-ratings .progress {
    height: 10px;
}

.user-ratings .progress-bar {
    height: 10px;
    background-color: orange;
}

.review {
    border-top: 1px solid #eee;
}

.user-reviews .name {
    color: #34B2E0;
    font-size: 15px;
    font-weight: 900;
    margin: 0;
}

.user-reviews .title {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 5px 0;
    font-weight: 800;
    color: #333;
}

.user-reviews .date {
    font-size: 14px;
    margin: 10px 0;
    color: #555;
    display: table;
    line-height: 20px;
    cursor: pointer;
    border-bottom: 1px dotted #555;
}

.user-reviews .comment {
    color: #333;
}

.user-reviews .checked,
.user-reviews .star-not-checked {
    width: 14px !important;
}

.rating-numbers {
    margin-left: 2px;
    position: relative;
    top: 1px;
}

#comment-form input {
    font-size: 14px;
}

.comment-box {
    display: none;
}

.comment-button {
    background-color: #81c14b;
    padding: 6px 12px;
    font-size: 13px;
}

.add-comment {
    font-size: 13px;
    margin-top: 5px;
    padding: 6px 12px;
    background-color: #85c154;
    border-bottom: 2px solid #73b33e;
}

.download-btn {
    background-color: #85c154;
    padding: 17px 15px;
    color: #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    border-bottom: 3px solid #73b33e;
}

.download-btn-sm {
    background-color: #85c154;
    font-size: 13px;
    padding: 10px 17px !important;
    color: #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    border-bottom: 2px solid #73b33e;
}

.buy-btn {
    background-color: #ffcb01;
    padding: 17px 15px;
    color: #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    border-bottom: 3px solid #ffb401;
}

.download-btn svg,
.download-btn-sm svg,
.buy-btn svg {
    fill: #fff;
}

.all-versions {
    font-size: 12px;
    display: block;
}

.qr-code {
    display: none;
    z-index: 99999999;
}

.show-qr-code {
    cursor: pointer;
    font-size: 13px;
}

.show-qr-code svg {
    fill: #333;
}

.show-qr-code:hover .qr-code {
    display: block;
    position: absolute;
    margin-left: -113px;
}

.show-qr-code img {
    width: 123px;
    height: 123px;
}

.last-update,
.file-size {
    font-size: 13px;
}

h4 {
    font-size: 14px;
    margin: 0 0 2px 0;
    font-weight: 700;
}

.page-item.active .page-link {
    background-color: #0d99a4;
    color: #fff;
}

.pagination .page-link {
    color: #000;
    font-size: 12px;
    border: 0 !important;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip-inner {
    font-size: 12px;
    background-color: #111;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #111 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #111 !important;
}

.form-control {
    font-size: 14px;
    color: #333;
    border-color: #eee;
}

.form-select {
    font-size: 14px;
    color: #333;
    border-color: #eee;
}

#MyModal {
    z-index: 9999999 !important;
    font-size: 14px;
    font-weight: 400;
}

.modal-body {
    background-color: #fcfcfb;
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-footer {
    border-top: 0;
}

.submit-button {
    color: #fff;
    background-color: #65b89e;
    border: 0;
    font-size: 13px;
}

.modal-title {
    font-size: 15px;
}

.close {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    border: 0;
    background-color: transparent;
}

.alert-no-record {
    font-size: 14px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #f0f0f0;
    padding: 7px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ui-autocomplete img {
    width: 60px;
    height: 60px;
    margin-right: 8px;
    float: left;
    border: 1px solid #eee;
}

.ui-menu .ui-menu-item:first-child {
    padding-top: 0;
}

.ui-menu .ui-menu-item:last-child {
    padding-bottom: 0;
    border-bottom: 0 !important;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    display: table;
    width: 100%;
    height: 70px;
    line-height: 20px;
}

.ui-menu .ui-menu-item strong {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ui-menu .ui-menu-item:last-child {
    border-bottom: 0;
}

.ui-menu .ui-menu-item-wrapper {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.ui-widget-content .ui-state-active {
    background-color: #f7f7f7 !important;
    color: #000 !important;
    border: 0 !important;
}

.slbCloseBtn {
    font-size: 2.3em !important;
    width: 1.96667em !important;
    top: 20px !important;
}

.more {
    line-height: 15px;
}

.topic-list .app-space {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

.topic-list .image {
    width: 100px;
    height: 100px;
    border-radius: 8%;
}

.topic-list h1 {
    color: #222;
    font-size: 23px;
    font-weight: 800;
}

.topic-list h2 {
    font-size: 19px;
    color: #111;
    font-weight: 800;
    margin: 0;
}

.topic-list .description {
    font-size: 14px;
    display: block;
}

.topic-list .developer {
    display: block;
}

.topic-list .license {
    position: absolute;
    background-color: #13b192;
    color: #fff;
    margin-left: -5px;
    margin-top: 10px;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 11px;
    border-radius: 3px;
}

.topic-list .date {
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.topic-item .app-space:last-child {
    display: none;
}


.smi {
    color: #fff;
    font-size: 13px;
}

.smi i {
    margin: 0 !important;
}

.smi .email {
    background-color: #5f5180;
}

.smi .facebook {
    background-color: #4267b2;
}

.smi .linkedin {
    background-color: #0d77b7;
}

.smi .twitter {
    background-color: #429cd6;
}

.smi .whatsapp {
    background-color: #71c169;
}

.smi .rss {
    background-color: orange;
}

.smi a {
    color: #fff;
    text-decoration: none;
}

.smi .fav svg {
    fill: #fff;
}

.topics .topic-box {
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    padding: 9px 12px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.topics .topic-box a {
    color: #111;
}

.news-reading-time {
    font-size: 12px;
    background-color: #ffd700;
    color: #111;
    padding: 1px 7px;
    display: table;
    border-radius: 4px;
}

.redirecting {
    display: block;
}

.heart-icon {
    fill: #f4aec2;
    width: 20px;
}

.add-favorites {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.favorites {
    background-color: #df1850;
}

#countdown {
    font-size: 13px;
    font-weight: 500;
}

@keyframes progress-shrink {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

@keyframes notify-in {
    0% {
        left: -50px;
        opacity: 0;
    }

    100% {
        left: 0px;
        opacity: 1;
    }
}

@keyframes notify-in-out {
    0% {
        left: -50px;
        opacity: 0;
    }

    5% {
        left: 0px;
        opacity: 1;
    }

    95% {
        left: 0px;
        opacity: 1;
    }

    100% {
        left: -50px;
        opacity: 0;
    }
}

#notificationsContainer {
    position: fixed;
    max-width: 310px;
    z-index: 10;
    margin: 5px;
}

.bottomleft {
    left: 0;
    bottom: 0;
}

.bottomright {
    right: 0;
    bottom: 0;
}

.topright {
    right: 0;
    top: 0;
}

.topleft {
    left: 0;
    top: 0;
}

#notificationsContainer .notification {
    float: left;
    position: relative;
    /* top: 0; */
    /* right: 0; */
    margin: 3px;
    background-color: #b5d3ed;
    width: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
    -moz-box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
    box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
}

.n-animate-in {
    -webkit-animation-name: notify-in;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-name: notify-in;
    animation-duration: 0.5s;
    animation-timing-function: linear;
}

.n-animate {
    -webkit-animation-name: notify-in-out;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s;
    /* Safari 4.0 - 8.0 */
    animation-name: notify-in-out;
    animation-duration: 6s;
    animation-timing-function: linear;
}

.notification .pad {
    padding: 10px;
    margin-bottom: 10px;
}

.notification .pad .message {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    float: left;
    width: calc(100% - 15px);
}

.notification .pad .close {
    display: inline-block;
    float: right;
    width: 15px;
}

.close-btn {
    height: 10px;
    width: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 41.756 41.756' style='enable-background:new 0 0 41.756 41.756;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M27.948,20.878L40.291,8.536c1.953-1.953,1.953-5.119,0-7.071c-1.951-1.952-5.119-1.952-7.07,0L20.878,13.809L8.535,1.465 c-1.951-1.952-5.119-1.952-7.07,0c-1.953,1.953-1.953,5.119,0,7.071l12.342,12.342L1.465,33.22c-1.953,1.953-1.953,5.119,0,7.071 C2.44,41.268,3.721,41.755,5,41.755c1.278,0,2.56-0.487,3.535-1.464l12.343-12.342l12.343,12.343 c0.976,0.977,2.256,1.464,3.535,1.464s2.56-0.487,3.535-1.464c1.953-1.953,1.953-5.119,0-7.071L27.948,20.878z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.65em auto no-repeat;
}

.notification .progressContainer {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 100%;
    text-align: left;
}

.notification .progressContainer .progress {
    background-color: #98bfe0;
    min-height: 4px;
    width: 100%;
    border-radius: 10px;
    bottom: 0px;
}

.progress-animate {
    height: 5px;
    -webkit-animation-name: progress-shrink;
    -webkit-animation-duration: 6s;
    animation-name: progress-shrink;
    animation-duration: 6s;
    animation-timing-function: linear;
}

.submit-app {
    background-color: #fff3cd;
    display: table;
    color: #715912 !important;
    font-size: 12px !important;
    padding: 2px 8px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid #ffecb5;
    border-radius: 5px;
}


.rm-link {
    display: block;
    margin-top: 8px;
}

.up-down svg {
    fill: #fff;
}

.up-down .down {
    text-align: center;
    background-color: #e43b35;
    border-bottom: 2px solid #d5332d;
}

.up-down .up {
    text-align: center;
    background-color: #85c154;
    border-bottom: 2px solid #73b33e;
}

.up-down button {
    background-color: transparent;
    padding: 15px;
    border: 0;
    width: 100%;
    height: 100%;
}

.up-down i {
    font-style: normal;
}

.up-down small {
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
}

.navbar-collapse {
    z-index: 9;
}

button,
button:focus,
button:active,
button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler svg {
    fill: #666;
    width: 20px;
    height: 20px;
}

.offcanvas-title {
    font-weight: bold;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link,
.nav-link:focus,
.navbar-light .navbar-nav {
    color: #111;
}

.nav-link:hover {
    color: #73b33e !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
    background-color: #6f42c1;
}

.rss-icon {
    background-color: orange;
    width: 10px !important;
    height: 10px !important;
    padding: 3px 4px;
    border-radius: 3px;
}

.rss-icon svg {
    fill: #fff;
}

.recommended-terms {
    color: #111;
}

.recommended-terms a {
    font-size: 12px;
    background-color: #2d2d44;
    border-radius: 4px;
    padding: 2px 8px;
    color: #fff;
    margin-left: 3px;
    display: inline-block;
}

.recommended-terms a:hover {
    background-color: #92c66c;
}

.ui-widget.ui-widget-content {
    border: 1px solid #f1f1f1 !important;
}

.top-bar {
    height: 5px;
}

.top-bar .color-1 {
    background-color: #373E59;
}

.top-bar .color-2 {
    background-color: #95468c;
}

.top-bar .color-3 {
    background-color: #ffa500;
}

.top-bar .color-4 {
    background-color: #92C66C;
}

.top-bar .color-5 {
    background-color: #3A4B8C;
}

.dropdown-menu li {
    margin-bottom: 2px;
}

.dropdown .dropdown-menu {
    padding-bottom: 6px;
    border-color: #f9f9f9;
}

@media (min-width: 768px) {
    .col-md-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .section-icon svg {
        margin-top: 2px;
    }

    .dropdown-menu {
        border: 0;
        padding: 3px 0 0 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
    }

    .dropdown-menu li {
        margin-bottom: 3px;
    }

    .dropdown-menu li:last-child {
        margin-bottom: 0;
    }

    .dropdown-item {
        padding: 0 0 5px 0;
    }

    .offcanvas-collapse {
        box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.2) !important;
        font-size: 15px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 70%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: transform 0.35s ease-in-out, visibility 0.35s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .coverbg {
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 0,
                rgba(0, 0, 0, 0.4) 100%,
                rgba(0, 0, 0, 1) 100%);
    }

    .app-details .app-image {
        width: 95px;
        height: 95px;
        border-radius: 3%;
    }

    .app-details h1 {
        font-size: 17px;
    }

    .app-list .title {
        margin-bottom: 3px;
    }

    .extend-navbar {
        max-width: 1200px !important;
    }

    .swiper-container {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .w-35px svg {
        height: 30px !important;
        width: 23px !important;
    }

    .swiper-main h3 {
        font-size: 17px !important;
        bottom: 5px;
        left: 20px;
        right: 20px
    }

    .swiper-main svg {
        margin-top: -8px;
        width: 9px;
        height: 9px;
    }

    .swiper-slide .logo {
        width: 45px;
        height: 45px;
        margin-right: 7px;
    }

    .swiper-pagination-main .swiper-pagination-bullet-active {
        width: 5px !important;
        height: 5px !important;
    }

    .swiper-pagination-main .swiper-pagination-bullet {
        width: 5px !important;
        height: 5px !important;
    }
}

/* ========== UI Refresh (2026-06) ========== */

.site-header {
    z-index: 1030;
    background: var(--su-surface);
    box-shadow: var(--su-shadow);
}

.site-navbar {
    background: var(--su-surface) !important;
}

.header-search-wrap {
    min-width: 220px;
    max-width: 320px;
    flex: 1 1 auto;
}

.header-search-mobile {
    background: var(--su-surface);
    border-bottom: 1px solid var(--su-border);
}

.search-box {
    background: var(--su-surface);
    border: 1px solid var(--su-border);
    border-radius: var(--su-radius);
    padding: 0.35rem 0.5rem;
    box-shadow: var(--su-shadow);
    gap: 0.35rem;
}

.search-box .search-form {
    background: transparent;
}

.search-box .search-btn {
    border-radius: var(--su-radius-sm);
    min-width: 42px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.recommended-terms-label {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 12px;
    color: var(--su-text-muted);
}

.nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-backdrop.show {
    display: block;
    opacity: 1;
}

body.nav-open {
    overflow: hidden;
}

.site-nav-primary,
.site-nav-secondary {
    gap: 0.15rem;
}

.site-nav-secondary {
    border-top: 1px solid var(--su-border);
    padding-top: 0.5rem;
    margin-top: 0.25rem;
}

@media (min-width: 992px) {
    .site-nav-secondary {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
        margin-inline-start: 0.5rem;
    }

    .navbar-collapse {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
    }
}

.site-navbar .nav-link {
    padding: 0.5rem 0.65rem;
    border-radius: var(--su-radius-sm);
    font-weight: 500;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.ui-section-card {
    background: var(--su-surface);
    border: 1px solid var(--su-border);
    border-radius: var(--su-radius);
    box-shadow: var(--su-shadow);
    padding: var(--su-space-md);
}

.ui-sidebar-card {
    padding: var(--su-space-sm) var(--su-space-md);
}

.ui-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--su-space-sm);
    margin-bottom: var(--su-space-md);
    padding-bottom: var(--su-space-sm);
    border-bottom: 1px solid var(--su-border);
}

.ui-section-head .section-title {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ui-section-more {
    color: var(--su-brand-green);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.ui-section-more:hover {
    color: var(--su-link-hover);
}

.ui-app-icon {
    border-radius: var(--su-radius-sm);
    transition: transform 0.15s ease;
}

.ui-app-card,
.ui-featured-item,
.ui-sidebar-app,
.ui-topic-card {
    display: block;
    text-decoration: none;
    border-radius: var(--su-radius-sm);
    transition: background-color 0.15s ease;
}

.ui-app-card:hover,
.ui-featured-item:hover,
.ui-sidebar-app:hover {
    background: rgba(146, 198, 108, 0.08);
}

.ui-app-card:hover .ui-app-icon,
.ui-featured-item:hover .ui-app-icon {
    transform: scale(1.02);
}

.ui-page-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--su-text);
}

.ui-hero-slider {
    border-radius: var(--su-radius);
    overflow: hidden;
    box-shadow: var(--su-shadow-lg);
}

.ui-chip-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 13px;
    padding: 0.25rem 0;
}

.home-sidebar .ui-section-card + .ui-section-card {
    margin-top: 0;
}

.ad-slot {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .site-nav-secondary .nav-link {
        padding-inline: 0.25rem;
    }

    .offcanvas-collapse {
        z-index: 1050;
        width: min(85%, 320px);
        padding-top: 1rem;
    }

    .header-search-wrap {
        display: none !important;
    }

    .home-sidebar {
        margin-bottom: var(--su-space-md);
    }

    .home-sidebar .ui-sidebar-card {
        margin-bottom: var(--su-space-sm) !important;
    }

    .app-list .col-6 .title {
        -webkit-line-clamp: 2;
        font-size: 13px;
    }

    .swiper-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .header-search-mobile {
        display: none !important;
    }
}

/* ========== Sitewide Inner Pages Refresh (2026-06) ========== */

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

.page-shell {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.page-shell .shadow-sm.bg-white.rounded,
.page-shell .shadow-sm.p-2.bg-white.rounded,
.page-shell .shadow-sm.p-2.app-details.bg-white.rounded,
.page-shell .shadow-sm.p-2.topic-list.bg-white.rounded,
.page-shell .shadow-sm.bg-white.rounded.mb-3,
.page-shell .bg-other.rounded,
.page-shell .bg-category.rounded {
    background: var(--su-surface) !important;
    border: 1px solid var(--su-border);
    border-radius: var(--su-radius) !important;
    box-shadow: var(--su-shadow) !important;
}

.page-shell .shadow-sm.p-2.bg-white.rounded,
.page-shell .shadow-sm.p-2.app-details.bg-white.rounded,
.page-shell .shadow-sm.p-2.topic-list.bg-white.rounded,
.page-shell .bg-other.rounded,
.page-shell .bg-category.rounded {
    padding: var(--su-space-md) !important;
}

.page-shell .m-1,
.page-shell .m-2 {
    margin: 0 !important;
}

.page-shell .section-title,
.page-shell .h1-title,
.page-shell .h2-title,
.page-shell h1,
.page-shell h2,
.page-shell h3 {
    color: var(--su-text);
}

.ui-empty-alert {
    border-radius: var(--su-radius);
    border: 1px solid rgba(255, 193, 7, 0.2);
    box-shadow: var(--su-shadow);
}

.ui-list-grid {
    row-gap: 0.75rem;
}

.ui-app-card-list {
    padding: 0.5rem;
    min-height: 100%;
}

.ui-app-card-list .title {
    -webkit-line-clamp: 2;
    line-height: 1.25rem;
    margin-bottom: 0.35rem;
}

.ui-app-card-list .developer {
    display: block;
    margin-bottom: 0.25rem;
}

.ui-page-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--su-space-sm);
    margin-bottom: 1rem;
}

.ui-page-title-row .rss-icon {
    flex-shrink: 0;
}

.ui-form-card .form-control,
.ui-form-card .form-select {
    min-height: 46px;
    border-radius: var(--su-radius-sm);
    border-color: var(--su-border);
}

.ui-form-card textarea.form-control {
    min-height: 140px;
}

.ui-form-card .submit-button,
.ui-form-card .comment-button,
.ui-form-card .download-btn,
.ui-form-card .buy-btn,
.ui-form-card .download-btn-sm {
    border-radius: var(--su-radius-sm);
}

.ui-content-card > *:last-child {
    margin-bottom: 0 !important;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 13px;
    color: var(--su-text-muted);
}

.breadcrumbs .btn {
    color: var(--su-text);
}

.breadcrumbs a {
    color: var(--su-text-muted);
}

.breadcrumbs a:hover {
    color: var(--su-link-hover);
}

.app-details h1,
.topic-list h1 {
    font-size: 1.55rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.app-details .description,
.topic-list .description {
    border-right-width: 0;
    border-left-width: 0;
    padding: 0;
}

.ui-share-grid,
.smi {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.ui-share-grid .col,
.smi .col {
    min-width: 0;
}

.ui-share-grid .fav,
.smi .fav,
.ui-share-grid .favorites,
.smi .favorites {
    border-radius: var(--su-radius-sm);
    background: #f7f8fa;
    border: 1px solid var(--su-border);
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.ui-share-grid .fav:hover,
.smi .fav:hover,
.ui-share-grid .favorites:hover,
.smi .favorites:hover {
    background: rgba(146, 198, 108, 0.12);
    transform: translateY(-1px);
}

.ui-share-grid a,
.smi a,
.ui-share-grid button,
.smi button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 44px;
}

.ui-detail-meta .col-6,
.app-details .col-6 {
    margin-bottom: 1rem;
}

.ui-detail-meta b,
.app-details b {
    display: block;
    margin-bottom: 0.25rem;
}

.ui-tags-list,
.tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ui-tags-list li,
.tags li {
    margin: 0;
}

.ui-tags-list a,
.tags li a {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: #f7f8fa;
    border: 1px solid var(--su-border);
}

.topic-item a {
    display: block;
    padding: 0.5rem;
    border-radius: var(--su-radius-sm);
}

.topic-item a:hover {
    background: rgba(146, 198, 108, 0.08);
}

.topic-item .image {
    border-radius: var(--su-radius-sm);
}

.ui-topic-grid {
    row-gap: 1rem;
}

.ui-topic-card {
    overflow: hidden;
    background: var(--su-surface);
    border: 1px solid var(--su-border);
    box-shadow: var(--su-shadow);
}

.ui-topic-card:hover {
    box-shadow: var(--su-shadow-lg);
}

.ui-topic-card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#notificationsContainer,
#notificationsContainer .notification {
    max-width: min(310px, calc(100vw - 1rem));
}

.notification {
    border-radius: var(--su-radius);
    box-shadow: var(--su-shadow-lg);
}

#screenshot-main {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
}

#screenshot-main a {
    scroll-snap-align: start;
}

.screenshots img {
    border-radius: var(--su-radius-sm);
}

.page-footer {
    background: #f7f8fa;
    border-top: 1px solid var(--su-border);
    margin-top: 2rem;
}

.footer-container .container {
    padding-top: 2rem;
    padding-bottom: 1.25rem;
}

.footer-brand {
    margin-bottom: 1rem;
}

.footer-links-column {
    margin-top: 1rem;
}

.footer-links-column .section-head {
    display: block;
    font-weight: 700;
    margin-bottom: 0.9rem;
    color: var(--su-text);
}

.footer-links-column ul li + li {
    margin-top: 0.4rem;
}

.footer-links-column a,
.footer-brand-copy {
    color: var(--su-text-muted);
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--su-surface);
    border: 1px solid var(--su-border);
}

.footer-copyright {
    background: #eef1f4;
    border-top: 1px solid var(--su-border);
    color: var(--su-text-muted);
}

.cookiealert {
    border: 0;
    box-shadow: var(--su-shadow-lg);
}

.accept-cookies {
    min-height: 44px;
    padding-inline: 1rem;
    border-radius: 999px;
}

.ui-directory-grid .text-dark {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0;
}

@media (max-width: 991px) {
    .page-shell {
        margin-top: 0.75rem;
    }

    .ui-share-grid,
    .smi {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .screenshots img {
        height: auto;
        max-height: 220px;
        width: auto;
        max-width: 82vw;
    }

    .breadcrumbs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.25rem;
    }

    .navbar-toggler {
        min-width: 44px;
        min-height: 44px;
        padding: 0.5rem !important;
    }

    .accept-cookies,
    .recommended-terms a,
    .tags li a,
    .pagination .page-link {
        min-height: 44px;
    }

    .pagination .page-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
    }

    .app-list > [class*="col-4"]:not(.col-12),
    .app-list > [class*="col-6"]:not(.col-12) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .app-list.featured > [class*="col-4"] {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .page-shell .col-md-9,
    .page-shell .col-md-3 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .page-footer .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ui-page-title-row {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .app-details h1,
    .topic-list h1,
    .ui-page-title {
        font-size: 1.3rem;
    }

    .ui-share-grid,
    .smi {
        grid-template-columns: 1fr;
    }

    .footer-links-column,
    .footer-brand {
        text-align: start;
    }

    .footer-brand,
    .footer-links-column {
        margin-bottom: 1rem;
    }
}
/* Typography Improvements */
h1, .h1 { font-size: 2.25rem; font-weight: 700; }
h2, .h2 { font-size: 1.75rem; font-weight: 700; }
h3, .h3 { font-size: 1.5rem; font-weight: 600; }
h4, .h4 { font-size: 1.25rem; font-weight: 600; }
h5, .h5 { font-size: 1.1rem; font-weight: 600; }
h6, .h6 { font-size: 1rem; font-weight: 500; }

.fw-bold { font-weight: 700 !important; }
.fw-semibold { font-weight: 600 !important; }
.fw-medium { font-weight: 500 !important; }


/* Header & Search Improvements */
.site-header {
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.site-navbar {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.site-logo-link img.logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.search-box .search-form {
    border-radius: 50px 0 0 50px;
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-right: none;
    box-shadow: none;
}
.search-box .search-form:focus {
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.03);
}
.search-box .search-btn {
    border-radius: 0 50px 50px 0;
    padding: 0.75rem 1.5rem;
    background-color: var(--su-brand-green, #92C66C);
    color: #fff;
    border: none;
}
.search-box .search-btn:hover {
    background-color: #7eb35a;
    color: #fff;
}

/* Nav links improvements */
.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.2s ease;
}
.navbar-nav .nav-link:hover {
    color: var(--su-brand-green) !important;
}

/* App Card Redesign */
.ui-app-card-list {
    background-color: var(--su-surface);
    border: 1px solid var(--su-border);
    border-radius: var(--su-radius);
    padding: 0.75rem !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.01);
    margin-bottom: 0.5rem;
    height: 100%;
}
.ui-app-card:hover {
    background-color: #fff !important;
    border-color: #cfd4da !important;
    box-shadow: var(--su-shadow) !important;
    transform: translateY(-2px);
}
.ui-app-icon {
    border-radius: var(--su-radius-sm) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.ui-app-card-list .title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--su-text);
    margin-bottom: 0.25rem;
}
.ui-app-card-list .developer {
    color: var(--su-text-muted);
    font-size: 0.85rem;
}
.ui-app-card-list .date {
    display: block;
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.25rem;
}

/* App Details - Hero & Share Buttons Redesign */
.app-image {
    border-radius: var(--su-radius-sm);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 120px;
    height: 120px;
}
.app-details h1 {
    font-size: 1.6rem !important;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.smi.ui-share-grid {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    padding: 1rem 0 !important;
    border-top: 1px solid var(--su-border);
    margin-top: 1.5rem !important;
}
.smi.ui-share-grid .col.fav, .smi.ui-share-grid .col.favorites {
    flex: 0 0 auto !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--su-body-bg);
    border: 1px solid var(--su-border);
    transition: all 0.2s ease;
}
.smi.ui-share-grid .col.fav a, .smi.ui-share-grid .col.favorites button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--su-text-muted);
}
.smi.ui-share-grid .col.fav:hover {
    background-color: var(--su-brand-green);
    border-color: var(--su-brand-green);
}
.smi.ui-share-grid .col.fav:hover a, .smi.ui-share-grid .col.favorites:hover button {
    color: #fff;
}
.smi.ui-share-grid span {
    display: none !important; /* Hide text, keep icon only */
}
.smi.ui-share-grid .facebook:hover { background-color: #1877F2; border-color: #1877F2; }
.smi.ui-share-grid .twitter:hover { background-color: #1DA1F2; border-color: #1DA1F2; }
.smi.ui-share-grid .whatsapp:hover { background-color: #25D366; border-color: #25D366; }
.smi.ui-share-grid .linkedin:hover { background-color: #0A66C2; border-color: #0A66C2; }

/* Download Button Improvement */
.download-button {
    background: linear-gradient(135deg, #7eb35a 0%, #689f43 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 1rem 2rem !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(126, 179, 90, 0.4) !important;
    transition: all 0.3s ease !important;
}
.download-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(126, 179, 90, 0.6) !important;
}

/* Rating Thumbs Improvement */
.vote-button {
    border-radius: 50px !important;
    padding: 0.5rem 2rem !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}
.vote-section {
    max-width: 400px;
    margin: 0 auto;
}

/* Fixes for download btn and votes */
.download-btn {
    display: inline-block;
    background: linear-gradient(135deg, #7eb35a 0%, #689f43 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 1rem 2rem !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(126, 179, 90, 0.4) !important;
    transition: all 0.3s ease !important;
    text-align: center;
    width: 100%;
}
.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(126, 179, 90, 0.6) !important;
    color: #fff !important;
}

.up-down {
    max-width: 300px;
    margin: 0 auto !important;
    border-radius: 50px;
    overflow: hidden;
}
.up-down .col-6 {
    padding: 0.5rem !important;
}
.up-down .rate_app {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* App Meta Info Improvements */
.app-details .col-md-4 b, .app-details .col-6 b {
    color: var(--su-text-muted);
    font-size: 0.85rem;
    display: block;
    margin-bottom: 0.2rem;
    font-weight: 600;
}
.app-details .col-md-4, .app-details .col-6 {
    font-size: 0.95rem;
    font-weight: 500;
}

/* Section Cards & Sidebars */
.ui-section-card {
    border: 1px solid #f1f3f5 !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.02) !important;
    padding: 1.5rem !important;
    border-radius: 16px !important;
    margin-bottom: 1.5rem !important;
}
.ui-sidebar-card {
    padding: 1.25rem !important;
}
.ui-section-head {
    margin-bottom: 1.25rem !important;
    border-bottom: 1px solid #f1f3f5;
    padding-bottom: 0.75rem;
}
.ui-section-head h2, .ui-section-head h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

/* Footer Improvements */
.page-footer {
    background-color: var(--su-surface);
    border-top: 1px solid var(--su-border);
    padding-top: 3rem;
    margin-top: 3rem;
}
.footer-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin-bottom: 1rem !important;
}
.footer-brand-copy {
    font-size: 0.95rem;
    color: var(--su-text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.footer-links-column .section-head {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    color: var(--su-text);
}
.footer-links-column ul li {
    margin-bottom: 0.75rem;
}
.footer-links-column ul li a {
    color: var(--su-text-muted);
    transition: color 0.2s;
}
.footer-links-column ul li a:hover {
    color: var(--su-brand-green);
    text-decoration: none;
}
.footer-copyright {
    background-color: #f8f9fa;
    color: #888;
    padding: 1.25rem 0 !important;
    margin-top: 2rem;
    border-top: 1px solid var(--su-border);
}
