/* Marketplace backlinks — MACAN
   Isolado do tema (header absoluto + Bootstrap 3) */
.mk-page-spacer {
    padding-top: 140px !important;
    min-height: 140px;
    background: #0f2b3b !important;
}
.mk-page-spacer .breadcumb-overlay {
    background: #0f2b3b !important;
}

.mk-marketplace,
.mk-marketplace *,
.mk-marketplace *::before,
.mk-marketplace *::after {
    box-sizing: border-box;
}

.mk-marketplace {
    position: relative;
    z-index: 2;
    clear: both;
    background: #f4f6f9;
    padding: 2rem 0 3rem;
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
}

.mk-marketplace h1,
.mk-marketplace h2,
.mk-marketplace h3,
.mk-marketplace h4,
.mk-marketplace p {
    color: #0f2b3b;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}

.mk-marketplace button {
    font-family: inherit;
    line-height: 1.2;
}

.mk-marketplace__wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    float: none;
}

.mk-marketplace__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.mk-breadcrumb {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.mk-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.mk-marketplace__title {
    font-size: 28px;
    font-weight: 800;
    color: #0f2b3b;
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.mk-marketplace__subtitle {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 16px;
}

.mk-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.mk-trust li {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.mk-trust i {
    color: #ff9c00;
    margin-right: 4px;
}

.mk-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.mk-stat {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 14px;
    min-width: 110px;
}

.mk-stat strong {
    display: block;
    font-size: 20px;
    color: #0f2b3b;
    line-height: 1.1;
}

.mk-stat span {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mk-fallback-note {
    background: #fff8eb;
    border: 1px solid #f3d19a;
    border-radius: 10px;
    padding: 10px 14px;
    margin: 0 0 12px;
    font-size: 14px;
    color: #4a3b1c;
}

.mk-tat {
    display: inline-block;
    background: #eef6f3;
    color: #0f5c45;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    white-space: nowrap;
}

.mk-marketplace__auth {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.mk-auth-user {
    font-size: 15px;
    color: #334155;
    margin-right: 0.25rem;
}

.mk-marketplace__cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.mk-cat-card {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 8px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    text-decoration: none;
}

.mk-cat-card i {
    color: #ff9c00;
}

.mk-cat-card:hover,
.mk-cat-card.active {
    border-color: #ff9c00;
    background: #fff8eb;
    color: #0f2b3b;
}

.mk-marketplace__body {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.25rem;
    align-items: start;
}

@media (max-width: 991px) {
    .mk-marketplace__body {
        grid-template-columns: 1fr;
    }
    .mk-filters {
        position: static;
        order: 0;
    }
}

.mk-filters {
    position: sticky;
    top: 16px;
    background: linear-gradient(180deg, #0f2b3b 0%, #16384c 100%);
    color: #fff;
    border: 0;
    border-radius: 16px;
    padding: 18px 16px 20px;
    box-shadow: 0 12px 30px rgba(15, 43, 59, 0.18);
}

.mk-filters h3,
.mk-filters h4,
.mk-filters p {
    color: #fff;
}

.mk-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 16px;
}

.mk-filters__head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mk-filters__head h3 i {
    color: #ff9c00;
}

.mk-filters-clear {
    background: transparent;
    border: 0;
    color: #ffb347;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.mk-filters-clear:hover {
    color: #fff;
}

.mk-filter-group {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.mk-filter-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mk-filter-group h4 {
    margin: 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.7) !important;
}

.mk-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mk-chip {
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
    color: #e2e8f0;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.mk-chip:hover {
    background: rgba(255,156,0,0.18);
    border-color: rgba(255,156,0,0.5);
    color: #fff;
}

.mk-chip.active {
    background: #ff9c00;
    border-color: #ff9c00;
    color: #0f2b3b;
}

.mk-list-area {
    min-width: 0;
}

.mk-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 10px;
}

.mk-search-box {
    position: relative;
    flex: 1 1 280px;
    min-width: 0;
}

.mk-search-box > .fa-search {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
    pointer-events: none;
}

.mk-search {
    width: 100%;
    padding: 13px 42px 13px 42px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 43, 59, 0.05);
}

.mk-search:focus {
    outline: none;
    border-color: #ff9c00;
    box-shadow: 0 0 0 3px rgba(255,156,0,0.18);
}

.mk-search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.mk-toolbar-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mk-count-badge {
    display: inline-flex;
    align-items: center;
    background: #0f2b3b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

.mk-active-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 0;
    margin-bottom: 10px;
}

.mk-active-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff8eb;
    border: 1px solid #ffd89a;
    color: #9a3412;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}

.mk-active-chip button {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.mk-table-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: auto;
}

.mk-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin: 0;
    background: #fff;
}

.mk-table th,
.mk-table td {
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid #f1f5f9;
    text-align: left;
    vertical-align: middle;
    float: none;
    display: table-cell;
}

.mk-table th.mk-th-sort {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    background: #fafbfc;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.mk-table th.mk-th-sort i {
    margin-left: 6px;
    color: #cbd5e1;
    font-size: 13px;
}

.mk-table th.mk-th-sort:hover {
    color: #0f2b3b;
    background: #fff8eb;
}

.mk-table th.mk-th-sort:hover i {
    color: #ff9c00;
}

.mk-table th.mk-th-sort.is-asc,
.mk-table th.mk-th-sort.is-desc {
    color: #0f2b3b;
}

.mk-table th.mk-th-sort.is-asc i,
.mk-table th.mk-th-sort.is-desc i {
    color: #ff9c00;
}

.mk-site a {
    color: #0f2b3b;
    font-weight: 600;
    text-decoration: none;
}

.mk-site a:hover {
    color: #ff9c00;
}

.mk-tag {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 99px;
    background: #dcfce7;
    color: #166534;
    font-size: 13px;
    font-weight: 600;
}

.mk-preco {
    font-weight: 700;
    color: #0f2b3b;
}

.mk-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
    float: none;
    text-transform: none;
}

.mk-btn-primary {
    background: #ff9c00;
    color: #fff;
}

.mk-btn-primary:hover {
    background: #e08900;
    color: #fff;
}

.mk-btn-ghost {
    background: #fff;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.mk-btn-buy {
    background: #ff9c00;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
}

.mk-btn-block {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 14px 16px;
}

.mk-login-wall {
    margin-top: 1rem;
    padding: 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
}

.mk-login-wall p {
    margin: 0 0 1rem;
    color: #334155;
    font-size: 16px;
}

.mk-login-wall .mk-btn {
    margin: 0 0.25rem;
}

/* Modal — fontes em px para não herdar o 14px do Bootstrap */
.mk-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-size: 16px;
}

.mk-modal.open {
    display: flex;
}

.mk-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 43, 59, 0.55);
}

.mk-modal__box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 28px 28px 24px;
    width: 100%;
    max-width: 460px;
    max-height: 92vh;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}

.mk-modal__box h3 {
    font-size: 26px !important;
    font-weight: 800 !important;
    margin: 0 0 16px !important;
    color: #0f2b3b !important;
    text-align: left !important;
    line-height: 1.25 !important;
}

.mk-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #64748b;
}

.mk-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.mk-tab {
    flex: 1;
    padding: 11px 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #334155;
}

.mk-tab.active {
    background: #ff9c00;
    color: #fff;
    border-color: #ff9c00;
}

@media (max-width: 767px) {
    .mk-hide-sm {
        display: none !important;
    }
}

.mk-form label {
    display: block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.mk-form input {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    color: #0f2b3b;
}

.mk-form input::placeholder {
    color: #94a3b8;
    font-size: 15px;
}

.mk-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #64748b;
}

.mk-form-panel {
    display: none;
}

.mk-form-panel.active {
    display: block;
}

.mk-form-error {
    color: #b91c1c;
    font-size: 14px;
    min-height: 1.2em;
    margin: 0 0 8px;
}

.bl-trust-section {
    background: #f8fafc;
}

.bl-trust-section h2,
.bl-trust-section h3 {
    color: #0f2b3b;
}

.bl-logo-row {
    margin-left: -8px;
    margin-right: -8px;
}

.bl-logo-row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.bl-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    padding: 16px 14px;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 43, 59, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bl-logo-card img {
    max-height: 52px;
    width: auto;
    max-width: 100%;
    filter: grayscale(1);
    opacity: 0.82;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.bl-logo-card:hover {
    transform: translateY(-3px);
    border-color: #ffd59a;
    box-shadow: 0 10px 24px rgba(15, 43, 59, 0.1);
}

.bl-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.bl-results-section h2,
.bl-results-section h3 {
    text-align: left;
}

.bl-result-card {
    margin-bottom: 32px;
}

.bl-result-card h4 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 12px;
    color: #0f2b3b;
}

.mt-40 {
    margin-top: 40px;
}

.mk-th-check,
.mk-td-check {
    width: 36px;
    text-align: center !important;
}

.mk-th-check input,
.mk-td-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    accent-color: #ff9c00;
}

.mk-table tr.is-selected td {
    background: #fff8eb;
}

.mk-actions {
    white-space: nowrap;
}

.mk-actions .mk-btn-buy {
    vertical-align: middle;
}

.mk-icon-heart,
.mk-icon-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 4px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    vertical-align: middle;
}

.mk-icon-heart:hover,
.mk-icon-cart:hover {
    border-color: #ff9c00;
    color: #ff9c00;
}

.mk-icon-heart.is-on {
    background: #fff1f2;
    border-color: #fda4af;
    color: #e11d48;
}

.mk-icon-cart.is-on {
    background: #fff8eb;
    border-color: #ffd89a;
    color: #c2410c;
}

.mk-icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #0f2b3b;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.mk-icon-btn:hover,
.mk-icon-btn.is-cart {
    border-color: #ffd89a;
    background: #fff8eb;
}

.mk-count-dot {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #0f2b3b;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.mk-icon-btn.is-cart .mk-count-dot {
    background: #ff9c00;
    color: #0f2b3b;
}

.mk-batch-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #0f2b3b;
    color: #fff;
    border-radius: 12px;
}

.mk-batch-bar[hidden] {
    display: none !important;
}

.mk-batch-bar__count {
    font-size: 14px;
    font-weight: 700;
    margin-right: auto;
}

.mk-batch-bar .mk-btn {
    font-size: 13px;
    padding: 8px 12px;
}

.mk-batch-bar .mk-btn-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.25);
}

.mk-drawer {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: none;
}

.mk-drawer.open {
    display: block;
}

.mk-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 43, 59, 0.45);
}

.mk-drawer__box {
    position: absolute;
    top: 0;
    right: 0;
    width: min(420px, 100%);
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: -12px 0 40px rgba(15, 43, 59, 0.18);
}

.mk-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px 8px;
}

.mk-drawer__head h3 {
    margin: 0;
    font-size: 20px;
}

.mk-drawer__tabs {
    display: flex;
    gap: 8px;
    padding: 0 18px 12px;
    border-bottom: 1px solid #e2e8f0;
}

.mk-drawer__tab {
    border: 0;
    background: transparent;
    color: #64748b;
    font-weight: 700;
    padding: 8px 4px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.mk-drawer__tab.active {
    color: #0f2b3b;
    border-bottom-color: #ff9c00;
}

.mk-drawer__body {
    flex: 1;
    overflow: auto;
    padding: 12px 18px;
}

.mk-drawer-empty {
    color: #64748b;
    font-size: 14px;
    margin: 12px 0;
}

.mk-drawer-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.mk-drawer-item__meta a {
    display: block;
    color: #0f2b3b;
    font-weight: 700;
    text-decoration: none;
}

.mk-drawer-item__meta small {
    color: #64748b;
}

.mk-drawer-item__del {
    width: 28px;
    height: 28px;
    border: 0;
    background: #f1f5f9;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    color: #475569;
}

.mk-drawer__foot {
    padding: 14px 18px 18px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mk-drawer-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 4px;
}

.mk-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(12px);
    background: #0f2b3b;
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    z-index: 5000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
}

.mk-toast.is-on {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 700px) {
    .mk-batch-bar .mk-btn {
        width: 100%;
        justify-content: center;
    }
    .mk-batch-bar__count {
        width: 100%;
        margin-right: 0;
    }
}

.mk-guarantee {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 1.25rem;
}

.mk-guarantee__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #059669;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.mk-guarantee strong {
    display: block;
    color: #065f46;
    font-size: 16px;
    margin-bottom: 2px;
}

.mk-guarantee p {
    margin: 0;
    color: #047857;
    font-size: 14px;
}

.mk-seo-copy {
    margin-top: 2rem;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    max-width: 860px;
}

.mk-seo-copy h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 1rem;
    color: #0f2b3b;
}

.mk-seo-copy p {
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    margin: 0 0 1rem;
}

.mk-seo-copy p:last-child {
    margin-bottom: 0;
}

.mk-seo-faq {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.mk-seo-faq details {
    border-bottom: 1px solid #f1f5f9;
}

.mk-seo-faq details:last-child {
    border-bottom: 0;
}

.mk-seo-faq summary {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #0f2b3b;
    padding: 12px 0;
    list-style: none;
}

.mk-seo-faq summary::-webkit-details-marker {
    display: none;
}

.mk-seo-faq summary::after {
    content: '+';
    float: right;
    color: #64748b;
    font-weight: 700;
}

.mk-seo-faq details[open] summary::after {
    content: '–';
}

.mk-seo-faq details p {
    margin: 0 0 12px;
    font-size: 15px;
    color: #475569;
}

@media (max-width: 700px) {
    .mk-seo-copy {
        padding: 1.25rem 1rem;
    }

    .mk-seo-copy h2 {
        font-size: 20px;
    }
}

.mk-kits {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.mk-kits__head h2 {
    font-size: 22px;
    margin: 0 0 4px;
}

.mk-kits__head p {
    margin: 0 0 14px;
    color: #64748b;
}

.mk-kits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.mk-kit-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mk-kit-card h3 {
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mk-kit-card h3 i {
    color: #ff9c00;
}

.mk-kit-card__sub {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.mk-kit-card__sites {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    color: #334155;
    flex: 1;
}

.mk-kit-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
}

.mk-kit-card__old,
.mk-price-old {
    text-decoration: line-through;
    color: #94a3b8;
    font-weight: 600;
    font-size: 13px;
}

.mk-kit-card__price strong {
    font-size: 20px;
    color: #0f2b3b;
}

.mk-kit-card__price em {
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    color: #059669;
}

.mk-status {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    background: #f1f5f9;
    color: #334155;
    height: fit-content;
}

.mk-status--novo { background: #dbeafe; color: #1e40af; }
.mk-status--em_redacao,
.mk-status--em_andamento { background: #ffedd5; color: #9a3412; }
.mk-status--enviado { background: #e0e7ff; color: #3730a3; }
.mk-status--publicado { background: #d1fae5; color: #065f46; }
.mk-status--cancelado { background: #fee2e2; color: #991b1b; }

.mk-conta {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px 3rem;
}

.mk-conta h1 {
    font-size: 28px;
    margin: 0 0 8px;
}

.mk-conta__lead {
    color: #64748b;
    margin: 0 0 1.5rem;
}

.mk-pedido {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 14px;
}

.mk-pedido__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.mk-pedido__top h2 {
    margin: 0;
    font-size: 18px;
}

.mk-steps {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin: 0 0 12px;
}

.mk-step {
    flex: 1;
    min-width: 110px;
    background: #f8fafc;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
}

.mk-step.is-done,
.mk-step.is-current {
    background: #ecfdf5;
    color: #065f46;
}

.mk-step.is-current {
    box-shadow: inset 0 0 0 2px #059669;
}

.mk-pedido__links a {
    display: inline-flex;
    margin-right: 10px;
    margin-top: 6px;
}

.mk-pedido__garantia {
    margin-top: 10px;
    font-size: 13px;
    color: #047857;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .mk-kits__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .mk-kits__grid {
        grid-template-columns: 1fr;
    }
}

