.outlets-page {
    background: #fff;
}

.outlets-hero {
    padding: 25px max(4%, calc((100% - 1440px)/2));
    color: #fff;
    text-align: center;
    background-color: var(--navy-color);
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 68px 68px;
}

.outlets-hero .eyebrow {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid rgba(201, 161, 77, .25);
    border-radius: 18px;
    background: rgba(201, 161, 77, .09);
}

.outlets-hero h1 {
    margin: 12px 0 7px;
    color: var(--white-color);
    font-size: 42px;
}

.outlets-hero h1 em {
    color: var(--yellow-color);
}

.outlets-hero>p:not(.eyebrow) {
    color: #c3ccda;
    font-size: 12px;
    line-height: 1.8;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
    text-align: left;
}

.filter-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-dropdown { position: relative; }
.filter-menu { display: none; position: absolute; z-index: 15; top: calc(100% + 7px); left: 0; min-width: 100%; padding: 5px; border: 1px solid rgba(178,195,220,.35); border-radius: 6px; box-shadow: 0 10px 20px rgba(0,0,0,.22); background: #0b1e38; }
.filter-menu a { display: block; width: 100%; padding: 8px 9px; border-radius: 3px; color: #dce6f5; font-size: 11px; text-align: left; white-space: nowrap; }
.filter-menu a:hover { color: #fff; background: rgba(255,255,255,.1); }
.filter-dropdown.is-open .filter-menu { display: block; }
.filter-dropdown.is-open .filter-toggle i:last-child { transform: rotate(180deg); }

.filter-list button, .outlet-search {
    height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(178, 195, 220, .35);
    border-radius: 6px;
    color: #eef4ff;
    background: transparent;
    font-size: 12px;
}

.filter-list button i:first-child {
    margin-right: 8px;
}

.filter-list button i:last-child {
    margin-left: 13px;
    font-size: 9px;
}

.filter-list .clear-filter {
    border: 0;
    padding: 0 4px;
    color: #cbd3df;
}

.outlet-search {
    display: flex;
    align-items: center;
    width: 332px;
    gap: 10px;
}

.outlet-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 12px;
}

.outlet-search input::placeholder {
    color: #aab6c7;
}

.outlet-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 1440px;
    margin: auto;
}

.outlet-results {
    min-width: 0;
    padding: 13px 4% 28px;
}

.result-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.result-top p {
    color: #6c7480;
    font-size: 10px;
}

.result-top button {
    padding: 10px 12px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background: #fff;
    color: #78818d;
    font-size: 10px;
}

.result-top strong {
    color: #1c2533;
}

.result-top i {
    margin-left: 8px;
    font-size: 8px;
}

.outlet-cards {
    display: grid;
    gap: 5px;
    overflow-x: auto;
}

.outlet-card {
    position: relative;
    display: grid;
    grid-template-columns: 16px 72px minmax(220px, 2fr) 130px 100px 160px 100px 190px;
    align-items: center;
    gap: 14px;
    min-height: 128px;
    padding: 14px 18px 14px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 9px;
    background: #fff;
    transition: .2s;
}

.outlet-card.is-selected {
    border-color: #b8d0f4;
    box-shadow: 0 0 0 1px #d6e4f8;
    background-color: #edf6ff;
}

.select-check input {
    position: absolute;
    opacity: 0;
}

.select-check span {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    cursor: pointer;
}

.select-check input:checked+span {
    border-color: #1e6ae8;
    background: #1e6ae8;
}

.select-check input:checked+span:after {
    content: '✓';
    display: block;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
}

.outlet-logo {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 7px;
    color: #fff;
    font-size: 34px;
}

.outlet-logo.gold {
    background: #081a35;
    color: #ddb55a;
}

.outlet-logo.green {
    background: #064936;
}

.outlet-logo.navy {
    background: #061934;
}

.outlet-logo.red {
    background: #73131e;
}

.outlet-name h2, .media-request h2 {
    margin: 0 0 11px;
    color: #101827;
    font: 20px 'DM Serif Display', serif;
}

.outlet-name h2 i, .detail-title h2 i {
    color: #1e70e8;
    font-family: 'Font Awesome 6 Free';
    font-size: 11px;
}

.outlet-name p {
    color: #737c89;
    font-size: 9px;
}

.outlet-name p>i {
    margin-right: 4px;
}

.outlet-name p>b {
    margin: 0 5px;
}

.outlet-name p span, .markets span {
    display: inline-block;
    margin-right: 4px;
    padding: 3px 6px;
    border-radius: 3px;
    background: #f4f5f7;
    color: #596270;
    font-size: 8px;
}

.outlet-metric small {
    display: block;
    margin-bottom: 9px;
    color: #687180;
    font-size: 9px;
}

.outlet-metric strong {
    display: block;
    font: 18px 'DM Serif Display', serif;
}

.outlet-metric em {
    display: block;
    color: #c39b47;
    font-size: 9px;
    font-style: normal;
}

.outlet-metric b {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 500;
}

.press {
    color: #1762ba;
    background: #edf6ff;
}

.sponsored {
    color: #b48b37;
    background: #fff8e8;
}

.markets p {
    display: flex;
    flex-wrap: wrap;
}

.markets em {
    margin-top: 6px;
    color: #697483;
}

.price em {
    margin-top: 4px;
    color: #4e5662;
}

.card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.card-actions button {
    height: 34px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
}

.sample-btn {
    border: 1px solid #dce1e8;
    background: #fff;
}

.select-btn {
    border: 0;
    color: #fff;
    background: #1f6ce8;
}

.details-btn {
    grid-column: 2;
    height: auto !important;
    color: #1b63c5;
    border: 0;
    background: transparent;
    text-align: right;
}

.details-btn i {
    margin-left: 5px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0 10px;
}

.pagination button {
    min-width: 35px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e7eaf0;
    border-radius: 4px;
    color: #182131;
    background: #fff;
    font-size: 10px;
}

.pagination button.active {
    color: #fff;
    background: #081a35;
}

.pagination button:disabled {
    color: #c3c8d0;
}

.vetted {
    text-align: center;
    color: #707a87;
    font-size: 10px;
}

.vetted i {
    margin-right: 8px;
}

.media-request {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 1110px;
    margin: 12px auto 0;
    padding: 16px 24px;
    border: 1px solid #e1e7f3;
    border-radius: 8px;
    background: #f8faff;
}

.media-request>i {
    color: #1664c9;
    font-size: 28px;
}

.media-request h2 {
    margin: 0 0 5px;
    font-size: 17px;
}

.media-request p {
    color: #6d7580;
    font-size: 10px;
}

.media-request button {
    margin-left: auto;
    min-width: 235px;
    height: 40px;
    border: 1px solid #5f86b9;
    border-radius: 5px;
    color: #235a9d;
    background: #fff;
    font-size: 10px;
}

.media-request button i {
    margin-left: 8px;
}

.detail-panel {
    display: none;
    position: relative;
    padding: 16px 18px 18px;
    border: 1px solid #edf0f4;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
    height: fit-content;
}

.has-selection .outlet-content {
    grid-template-columns: minmax(0, 1fr) 405px;
}

.has-selection .outlet-results {
    padding-right: 28px;
}

.has-selection .detail-panel {
    display: block;
}

.has-selection .outlet-card {
    grid-template-columns: 16px 64px minmax(180px, 1.6fr) 84px 76px 125px 70px 154px;
    gap: 10px;
    min-height: 112px;
}

.has-selection .outlet-logo {
    width: 64px;
    height: 64px;
    font-size: 30px;
}

.has-selection .outlet-name h2 {
    font-size: 17px;
}

.has-selection .outlet-metric small {
    font-size: 8px;
}

.has-selection .outlet-metric strong {
    font-size: 15px;
}

.has-selection .card-actions {
    gap: 5px;
}

.has-selection .card-actions button {
    font-size: 9px;
}

.close-detail {
    position: absolute;
    top: 16px;
    right: 17px;
    border: 0;
    color: #657080;
    background: transparent;
    font-size: 16px;
}

.detail-kicker {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #212a38;
}

.detail-title {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf0f4;
}

.detail-title .outlet-logo {
    width: 72px;
    height: 72px;
    font-size: 34px;
}

.detail-title h2 {
    margin: 0 0 7px;
    color: #101827;
    font: 17px 'DM Serif Display', serif;
    font-size: 18px;
}

.detail-title span {
    padding: 5px 8px;
    color: #1a65c7;
    background: #eff6ff;
    font-size: 9px;
    display: inline-block;
}

.detail-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 15px 0 13px;
    border-bottom: 0;
}

.detail-stats small, .detail-stats em {
    display: block;
    color: #687180;
    font-size: 8px;
    font-style: normal;
}

.detail-stats strong {
    display: block;
    margin: 4px 0;
    font: 14px 'DM Serif Display', serif;
    color: #1d2635;
    font-size: 15px;
}

.detail-stats div:first-child em {
    color: #b6913f;
}

.detail-info {
    padding-top: 14px;
    padding: 0;
}

.detail-info h3 {
    margin: 0;
    color: #253042;
    font-size: 8px;
}

.detail-info p {
    margin: 0;
    color: #606a78;
    font-size: 8px;
    line-height: 1.5;
}

.detail-bottom {
    border-top: 1px solid #edf0f4;
    margin: 12px 0 0;
    padding: 12px 18px 0;
}

.detail-stats div:not(:last-child) {
    border-right: 1px solid #edf0f4;
}

.top-markets {
    padding: 0 0 12px;
    border-bottom: 1px solid #edf0f4;
}

.top-markets small {
    color: #6c7583;
    font-size: 8px;
}

.top-markets p {
    margin: 7px 0 0;
}

.top-markets span {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 7px;
    border: 1px solid #e4e8ee;
    border-radius: 3px;
    color: #4f5966;
    font-size: 8px;
}

.top-markets b {
    color: #596473;
    font-size: 8px;
}

.info-row {
    display: grid;
    grid-template-columns: 30px 118px 1fr;
    gap: 8px;
    align-items: center;
    min-height: 55px;
    padding: 8px 0;
    border-bottom: 1px solid #edf0f4;
}

.info-row>i {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 3px;
    color: #2971d9;
    background: #eef6ff;
    font-size: 13px;
}

.detail-extras {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 10px;
    padding-top: 12px;
}

.article-preview,.pricing-summary {
    min-height: 155px;
    padding: 10px;
    border: 1px solid #edf0f4;
    border-radius: 6px;
}

.detail-extras h3 {
    margin: 0 0 9px;
    color: #293343;
    font-size: 9px;
}

.preview-image {
    display: grid;
    place-items: center;
    height: 70px;
    color: #d4d9e0;
    background: #f0f1f3;
    font-size: 26px;
}

.article-preview span {
    display: block;
    height: 5px;
    margin-top: 7px;
    border-radius: 3px;
    background: #e4e6eb;
}

.article-preview span:nth-of-type(2) {
    width: 84%;
}

.article-preview span:nth-of-type(3) {
    width: 92%;
}

.article-preview span:nth-of-type(4) {
    width: 70%;
}

.pricing-summary p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 12px 0;
    color: #697382;
    border-bottom: 1px solid #edf0f4;
    font-size: 9px;
}

.pricing-summary strong {
    color: #354052;
    font-size: 11px;
}

.pricing-summary .summary-total {
    color: #1d65db;
    font-weight: 600;
    border: 0;
}

.pricing-summary .summary-total strong {
    color: #1d65db;
}

.detail-bottom .create-btn {
    height: 39px;
}

/* Improved readability: outlet card and detail text */
.result-top p, .result-top button { font-size: 11px; }
.outlet-name p { font-size: 11px; }
.outlet-name p span, .markets span { font-size: 9px; }
.outlet-metric small { font-size: 10px; }
.outlet-metric em { font-size: 10px; }
.outlet-metric b { font-size: 10px; }
.card-actions button, .details-btn { font-size: 11px; }
.vetted { font-size: 11px; }
.top-markets small, .top-markets span, .top-markets b { font-size: 9px; }
.detail-stats small, .detail-stats em { font-size: 9px; }
.detail-info h3 { font-size: 9px; }
.detail-info p { font-size: 9px; }
.detail-extras h3, .pricing-summary p { font-size: 10px; }

.sort-control { display: flex; align-items: center; gap: 5px; height: 40px; padding: 0 10px; border: 1px solid var(--border-color); border-radius: 5px; color: #78818d; background: #fff; font-size: 11px; }
.sort-control select { border: 0; outline: 0; color: #1c2533; background: transparent; font: 600 11px Poppins, sans-serif; cursor: pointer; }
