/*
Theme Name: Mien Trung Soft
Theme URI: https://mientrungsoft.com/
Author: Nhat Thieu
Author URI: https://mientrungsoft.com/
Description: Modern SuiteCRM customization landing theme using Bootstrap. Includes a landing-style homepage, blog, about, and contact pages.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mientrungsoft
*/

:root {
    --mt-primary: #4f46e5;
    --mt-primary-soft: #eef2ff;
    --mt-primary-dark: #312e81;
    --mt-accent: #6366f1;
    --mt-bg: #f4f5ff;
    --mt-text: #0f172a;
    --mt-muted: #6b7280;
    --mt-border-subtle: rgba(15, 23, 42, 0.06);
    --mt-radius-lg: 1.25rem;
    --mt-radius-xl: 1.75rem;
    --mt-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.10);
    --mt-shadow-chip: 0 10px 25px rgba(15, 23, 42, 0.08);
    --mt-nav-height: 72px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
    background-color: var(--mt-bg);
    color: var(--mt-text);
    line-height: 1.6;
}

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

a:hover {
    text-decoration: none;
    color: var(--mt-accent);
}

/* Navbar */

header {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    backdrop-filter: blur(12px);
}

.navbar {
    min-height: var(--mt-nav-height);
}

.navbar-brand {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #020617 !important;
}

.navbar-brand span.small-tagline {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-top: -0.15rem;
}

.navbar-nav > li > a {
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.35rem 0.9rem !important;
    color: #475569;
    border-radius: 999px;
}

.navbar-nav > li > a:hover {
    background-color: rgba(148, 163, 184, 0.12);
    color: #0f172a;
}

/* Last menu item styled as primary button (Contact) */
.navbar-nav > li:last-child > a {
    background-image: linear-gradient(120deg, #4f46e5, #6366f1);
    color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(79, 70, 229, 0.35);
    padding-inline: 1.15rem !important;
}

.navbar-nav > li:last-child > a:hover {
    filter: brightness(1.05);
}

/* Hero section */

.hero-section {
    padding: 4.8rem 0 4rem 0;
    background: radial-gradient(circle at top left, rgba(129, 140, 248, 0.20), transparent 55%),
                radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.12), transparent 55%);
}

.hero-kicker {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: clamp(2.4rem, 3.2vw + 1.6rem, 3.4rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
}

.hero-title .highlight {
    background: linear-gradient(120deg, #4f46e5, #6366f1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle {
    font-size: 1.02rem;
    color: var(--mt-muted);
    max-width: 34rem;
}

.btn-pill {
    border-radius: 999px !important;
}

.btn-primary-gradient {
    border-radius: 999px;
    border: none;
    padding-inline: 1.55rem;
    background-image: linear-gradient(120deg, #4f46e5, #6366f1);
    color: #ffffff;
    box-shadow: 0 14px 35px rgba(79, 70, 229, 0.40);
}

.btn-primary-gradient:hover {
    color: #ffffff;
    filter: brightness(1.06);
}

.btn-outline-soft {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background-color: rgba(255, 255, 255, 0.8);
    color: #111827;
}

.btn-outline-soft:hover {
    background-color: #ffffff;
    border-color: rgba(148, 163, 184, 0.75);
    color: #020617;
}

.hero-chip-row {
    margin-top: 2rem;
}

.hero-chip {
    background-color: #ffffff;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    padding: 0.65rem 1.3rem;
    box-shadow: var(--mt-shadow-chip);
    font-size: 0.85rem;
    min-width: 8rem;
}

.hero-chip strong {
    display: block;
    font-size: 0.92rem;
    color: #020617;
}

.hero-chip span {
    font-size: 0.78rem;
    color: #6b7280;
}

/* Hero right card */

.hero-right-card {
    border-radius: var(--mt-radius-xl);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: var(--mt-shadow-soft);
    background-color: #ffffff;
}

.hero-right-card h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.hero-right-card small {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
}

.check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 0.55rem;
}

.check-icon {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mt-primary-soft);
    color: var(--mt-primary);
    flex-shrink: 0;
    margin-top: 0.05rem;
}

/* Sections & cards */

.section-title {
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 0.4rem;
}

.section-subtitle {
    color: var(--mt-muted);
    margin-bottom: 2rem;
    font-size: 0.98rem;
}

.service-card {
    border-radius: var(--mt-radius-lg);
    border: 1px solid var(--mt-border-subtle);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    background-color: #ffffff;
}

.badge-soft-primary,
.badge-soft-success,
.badge-soft-warning,
.badge-soft-info {
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.7rem;
}

.badge-soft-primary {
    background-color: rgba(79, 70, 229, 0.08);
    color: #4338ca;
}

.badge-soft-success {
    background-color: rgba(16, 185, 129, 0.08);
    color: #059669;
}

.badge-soft-warning {
    background-color: rgba(245, 158, 11, 0.10);
    color: #b45309;
}

.badge-soft-info {
    background-color: rgba(59, 130, 246, 0.10);
    color: #1d4ed8;
}

/* Timeline */

.timeline-step {
    position: relative;
    padding-left: 2.8rem;
    padding-bottom: 1.2rem;
}

.timeline-step::before {
    content: "";
    position: absolute;
    left: 0.9rem;
    top: 0.3rem;
    bottom: -0.4rem;
    width: 2px;
    background: linear-gradient(#c7d2fe, transparent);
}

.timeline-step:last-child::before {
    bottom: 1.1rem;
}

.timeline-dot {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    background: var(--mt-primary);
    border: 3px solid #e0e7ff;
    position: absolute;
    left: 0.3rem;
    top: 0.2rem;
}

.timeline-step h3 {
    font-size: 0.95rem;
    font-weight: 600;
}

/* Blog cards */

.blog-card {
    border-radius: 1.15rem;
    border: 1px solid var(--mt-border-subtle);
    background-color: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.blog-card .post-meta {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* Blog index hero */
.blog-hero {
    background: #ffffff;
    border-radius: var(--mt-radius-xl);
    padding: 1.6rem 2rem 1.8rem 2rem;
    border: 1px solid var(--mt-border-subtle);
    box-shadow: var(--mt-shadow-soft);
}

.blog-hero-title {
    font-size: clamp(1.9rem, 2.3vw + 1rem, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #020617;
}

.blog-hero-subtitle {
    font-size: 0.98rem;
    color: var(--mt-muted);
}

/* Blog list cards (thumbnail left, text right) */
.blog-list-card {
    border-radius: var(--mt-radius-xl);
    border: 1px solid var(--mt-border-subtle);
    background-color: #ffffff;
    box-shadow: var(--mt-shadow-soft);
    padding: 1.1rem 1.4rem;
    gap: 1.25rem;
}

.blog-list-thumb {
    flex: 0 0 130px;
    max-width: 130px;
    border-radius: 1rem;
    overflow: hidden;
}

.blog-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder nếu không có thumbnail */
.blog-list-thumb-placeholder {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5e7eb;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.blog-list-body {
    min-width: 0;
}

.blog-list-title {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #020617;
}

.blog-list-excerpt {
    font-size: 0.95rem;
    color: #6b7280;
}

/* Blog cards on homepage "Latest SuiteCRM articles" */
.blog-card-home {
    padding: 1.1rem 1.3rem;
    gap: 1rem;
    align-items: stretch;
}

.blog-card-thumb {
    flex: 0 0 90px;
    max-width: 90px;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #e5e7eb;
}

.blog-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder khi không có thumbnail */
.blog-card-thumb-placeholder {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5e7eb;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.blog-card-body {
    min-width: 0;
}
.blog-card-body .post-meta {
    font-size: 0.8rem;
}
.blog-card-body h3 a {
    font-weight: 700;
}

.blog-card,
.blog-card-home,
.blog-list-card {
    position: relative;
}


/* Mobile: card xếp dọc */
@media (max-width: 767.98px) {
    .blog-card-home {
        flex-direction: column;
    }
    .blog-card-thumb {
        flex: 0 0 auto;
        height: 180px;
    }
}


/* Responsive: stack dọc trên mobile */
@media (max-width: 767.98px) {
    .blog-list-card {
        flex-direction: column;
    }

    .blog-list-thumb {
        flex: 0 0 auto;
        height: 180px;
    }
}


/* Contact */

.contact-hero {
    padding: 4rem 0 3rem 0;
}

.form-control,
.form-select {
    border-radius: 0.8rem;
    border-color: rgba(148, 163, 184, 0.5);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--mt-primary);
    box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.35);
}

/* Footer */
.footer {
    margin-top: 3rem;
    background: radial-gradient(circle at top left, #2563eb 0%, #1d4ed8 40%, #1e3a8a 100%);
    color: #e5e7eb;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
}

.footer a {
    color: #e5e7eb;
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-brand {
    text-decoration: none;
}

.footer-logo {
    height: 44px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.footer-lead {
    max-width: 22rem;
    color: #d1d5db;
}

.footer-heading {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #bfdbfe;
}

.footer-nav li + li {
    margin-top: 0.35rem;
}

.footer-contact li + li {
    margin-top: 0.35rem;
}

.footer-contact-label {
    font-weight: 500;
    margin-right: 0.25rem;
}

.footer-divider {
    border-color: rgba(191, 219, 254, 0.35);
}

.footer-bottom {
    color: #cbd5f5;
}

.footer-langs {
    font-weight: 500;
}

/* Utilities */

code.highlight {
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    background: #0f172a;
    color: #e5e7eb;
    font-size: 0.8rem;
}

/* Single post styling */
.single-post-header {
    text-align: left;
    background-color: #ffffff;
    border-radius: var(--mt-radius-xl);
    padding: 1.5rem 1.8rem 1.8rem 1.8rem;
    border: 1px solid var(--mt-border-subtle);
    box-shadow: var(--mt-shadow-soft);
}


.single-post-meta {
    font-size: 0.82rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.single-post-separator {
    opacity: 0.7;
}

.single-post-title {
    font-size: clamp(2rem, 2.4vw + 1rem, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    margin-bottom: 0;
}

/* Card wrapper */
.single-post-card {
    margin-top: 1.2rem;
}

/* Content typography */
.single-post-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #0f172a;
}

.single-post-content p {
    margin-bottom: 1rem;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    margin-top: 1.8rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.single-post-content ul,
.single-post-content ol {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.single-post-content li {
    margin-bottom: 0.3rem;
}

.single-post-content blockquote {
    border-left: 3px solid #c7d2fe;
    padding-left: 1rem;
    margin-left: 0;
    color: #4b5563;
    font-style: italic;
}

/* Footer */
.single-post-footer {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
}

.single-post-back-link {
    color: var(--mt-primary);
}

.single-post-back-link:hover {
    color: var(--mt-accent);
}

/* Single post styling */
.single-post-header {
    text-align: left;
}

/* hàng badge phía trên title */
.single-post-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

/* badge category */
.badge-post-category {
    border-radius: 999px;
    padding: 0.15rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(79, 70, 229, 0.08);
    color: #3730a3;
}

/* badge tag */
.badge-post-tag {
    border-radius: 999px;
    padding: 0.15rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 500;
    background: rgba(148, 163, 184, 0.18);
    color: #374151;
}

.single-post-meta {
    font-size: 0.82rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.single-post-separator {
    opacity: 0.7;
}

.single-post-title {
    font-size: clamp(2.1rem, 2.6vw + 1rem, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    margin-bottom: 0;
}

/* Card wrapper */
.single-post-card {
    margin-top: 1.8rem;
}

/* Content typography */
.single-post-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #0f172a;
}
.single-post-content p {
    margin-bottom: 1rem;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    margin-top: 1.8rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.single-post-content ul,
.single-post-content ol {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}
.single-post-content li {
    margin-bottom: 0.3rem;
}
.single-post-content blockquote {
    border-left: 3px solid #c7d2fe;
    padding-left: 1rem;
    margin-left: 0;
    color: #4b5563;
    font-style: italic;
}

/* Footer */
.single-post-footer {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
}
.single-post-back-link {
    color: var(--mt-primary);
}
.single-post-back-link:hover {
    color: var(--mt-accent);
}

.mt-logo {
    height: 34px;
    width: auto;
    display: block;
}

.mt-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.mt-logo-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #020617;
}

/* ABOUT PAGE */
.about-hero-title {
    font-size: clamp(1.9rem, 2.4vw + 1rem, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    color: #020617;
}

.about-hero-text {
    font-size: 0.98rem;
    color: var(--mt-muted);
}

.about-hero-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.about-hero-list li {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 0.4rem;
    position: relative;
    padding-left: 1.1rem;
}
.about-hero-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--mt-primary);
}

/* About gallery */
.about-gallery {
    position: relative;
    max-width: 420px;
    margin-left: auto;
}
.about-gallery-main {
    border-radius: var(--mt-radius-xl);
    overflow: hidden;
    box-shadow: var(--mt-shadow-soft);
    border: 1px solid var(--mt-border-subtle);
}
.about-gallery-badge {
    position: absolute;
    background: #1d3bb8;
    color: #e5e7eb;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.42);
}
.about-gallery-badge-top {
    top: -0.75rem;
    right: 0.5rem;
}
.about-gallery-badge-bottom {
    bottom: -0.85rem;
    left: 0.2rem;
}
.about-gallery-badge .badge-label {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    display: block;
    opacity: 0.85;
}
.about-gallery-badge .badge-text {
    font-weight: 600;
}

/* Add-on cards */
.border-top-light {
    border-top: 1px solid var(--mt-border-subtle);
}

.addon-card {
    border-radius: var(--mt-radius-xl);
    border: 1px solid var(--mt-border-subtle);
    background-color: #ffffff;
    box-shadow: var(--mt-shadow-soft);
    padding: 1.3rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.addon-card-logo {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.addon-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.addon-card-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

.addon-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.addon-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: #4f46e5;
    color: #eef2ff;
}
.addon-pill-soft {
    background: #e0e7ff;
    color: #3730a3;
}

.addon-card-text {
    font-size: 0.9rem;
    color: #4b5563;
}

.addon-card-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0.75rem 0;
}
.addon-card-list li {
    font-size: 0.88rem;
    color: #6b7280;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 0.2rem;
}
.addon-card-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.7rem;
    color: var(--mt-primary);
}

.addon-card-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4f46e5;
    margin-top: auto;
    text-decoration: none;
}
.addon-card-link:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .about-gallery {
        margin: 1.5rem auto 0;
    }
}



/* Responsive tweaks */

@media (max-width: 991.98px) {
    .navbar-nav > li:last-child > a {
        margin-top: 0.4rem;
        box-shadow: none;
    }

    .hero-section {
        padding-top: 3.5rem;
    }

    .hero-chip-row {
        gap: 0.65rem !important;
    }
}

/* Our Clients section */
.mts-our-clients {
    padding: 60px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    background-color: #ffffff;
}

.mts-oc-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.mts-oc-header {
    text-align: center;
    margin-bottom: 32px;
}

.mts-oc-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mts-oc-header p {
    font-size: 15px;
    color: #6b7280;
}

/* Scroller */
.mts-oc-scroller {
    overflow: hidden;
    position: relative;
}

.mts-oc-track {
    display: flex;
    align-items: center;
    gap: 40px;
    animation: mtsClientsScroll 25s linear infinite;
}

.mts-oc-track:hover {
    animation-play-state: paused; /* hover để tạm dừng nếu user muốn nhìn kỹ */
}

.mts-oc-item {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 9999px;
    background-color: #f9fafb;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.mts-oc-item img {
    max-height: 40px;
    max-width: 140px;
    display: block;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.mts-oc-item:hover {
    transform: translateY(-2px);
    background-color: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.mts-oc-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.03);
}

/* Animation: chạy lặp vô hạn */
@keyframes mtsClientsScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Mobile tweak */
@media (max-width: 640px) {
    .mts-oc-header h2 {
        font-size: 22px;
    }
    .mts-oc-track {
        gap: 24px;
        animation-duration: 35s; /* chậm hơn chút trên mobile */
    }
    .mts-oc-item {
        padding: 10px 16px;
    }
    .mts-oc-item img {
        max-height: 32px;
        max-width: 110px;
    }
}

