.mt-plan-field-note {
    margin: 0 0 16px;
    padding: 12px 16px;
    background: #f7fbff;
    border: 1px solid #d9edf7;
    border-radius: 6px;
    color: #24445c;
}
.mt-paid-contacts {
    margin: 0 0 22px;
    padding: 16px;
    border: 1px solid #e0e6ef;
    border-radius: 8px;
    background: #fbfdff;
}
.mt-paid-contacts__title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #26384d;
}
.mt-paid-contacts__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-top: 1px solid #edf1f5;
    text-decoration: none;
}
.mt-paid-contacts__item:first-of-type {
    border-top: 0;
}
.mt-paid-contacts__item span {
    color: #6b7785;
}
.mt-paid-contacts__item strong {
    color: #1f6fb2;
    overflow-wrap: anywhere;
}
.mt-tariff-table-wrap {
    overflow-x: auto;
    margin: 16px 0 24px;
}
.mt-tariff-table {
    width: 100%;
    border-collapse: collapse;
}
.mt-tariff-table th,
.mt-tariff-table td {
    padding: 12px;
    border: 1px solid #e1e6ed;
    vertical-align: top;
}
.mt-tariff-table th {
    background: #f5f8fb;
    text-align: left;
}
.mt-tariffs-page .button.light {
    background: #eef3f8;
    color: #334;
}

/* Monetization listing priority styles */
#listings article.item.mt-listing-plan-max,
#listings article.item.mt-listing-plan-standard {
    position: relative;
}

#listings article.item.mt-listing-plan-max > .main-column {
    background: linear-gradient(180deg, #fffaf0 0%, #fff 58%);
    border: 1px solid #f0c46f;
    box-shadow: 0 6px 18px rgba(118, 86, 25, 0.10);
}

#listings article.item.mt-listing-plan-standard > .main-column {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 60%);
    border: 1px solid #c8dff3;
    box-shadow: 0 4px 14px rgba(42, 91, 132, 0.08);
}

.mt-plan-badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    margin: 8px 0 0;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.mt-plan-badge--max {
    color: #5f3f00;
    background: #ffe5a8;
    border: 1px solid #efc260;
}

.mt-plan-badge--standard {
    color: #185277;
    background: #e5f3ff;
    border: 1px solid #bcdcf5;
}

.mt-listing-bottom-navigation {
    margin: 24px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #e4e8ee;
}

/* Listing navigator moved below listing details */
.mt-listing-plugin-bottom-navigation .ln-container {
    margin-top: 24px !important;
    margin-bottom: 18px !important;
    padding-top: 16px;
    border-top: 1px solid #e4e8ee;
}
