/* ============================================
   CaterMarket — Brand Override CSS
   Loads AFTER style.css. Minimal changes only.
   ============================================ */

/* Launch Banner */
.cm-launch-banner {
    background: #006766;
    color: #fff;
    text-align: center;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Nav Text Logo — slightly bigger */
.cm-logo-text {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900 !important;
    font-size: 28px !important;
    color: #1a2e2e !important;
    text-decoration: none !important;
    line-height: 1 !important;
}
.cm-logo-text span {
    color: #EA723D !important;
}
.navbar-brand.cm-logo-text {
    padding: 0;
}

/* Footer Text Logo — bigger */
.cm-logo-footer {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900 !important;
    font-size: 32px !important;
    color: #1a2e2e !important;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 16px;
    line-height: 1;
}
.cm-logo-footer span {
    color: #EA723D !important;
}

/* Post an Advert button — orange */
.cm-post-btn {
    background: #EA723D !important;
    border-color: #EA723D !important;
    color: #fff !important;
}
.cm-post-btn:hover {
    background: #d4621f !important;
    border-color: #d4621f !important;
}

/* Hide dark mode toggle */
.dark-mode-btn {
    display: none !important;
}

/* Listing span badges */
.properties-img span {
    background: #006766;
}

/* Browse buttons */
.cm-browse-btns { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; padding: 10px 0; width: 100%; }
.cm-browse-btns span { font-weight: 700; color: #555; margin-right: 4px; }
.cm-browse-btn { background: white; border: 2px solid #d0e0df; border-radius: 6px; padding: 9px 16px; color: #1a2e2e; font-weight: 700; font-size: 13px; text-decoration: none; flex: 1; text-align: center; white-space: nowrap; }
.cm-browse-btn:hover, .cm-browse-btn.active { background: #006766; color: white; border-color: #006766; }

/* Hero h1 - lighter weight */
.banner-content h1 { font-weight: 500 !important; }

/* Featured cards equal height with button at bottom */
.featured-area .row { display: flex; flex-wrap: wrap; }
.featured-area .col-xl-3 { display: flex; }
.featured-area .single-featured-item { display: flex; flex-direction: column; width: 100%; }
.featured-area .featured-content { display: flex; flex-direction: column; flex: 1; }
.featured-area .featured-content .default-btn { margin-top: auto; align-self: flex-start; }

/* Featured cards — equal height, button pinned bottom */
.featured-area .single-featured-item { display: flex; flex-direction: column; }
.featured-area .featured-content { display: flex; flex-direction: column; flex: 1; }
.featured-area .featured-content p { margin-bottom: auto; min-height: unset; }
.featured-area .featured-content .default-btn { margin-top: auto; width: 100%; text-align: center; }

/* Featured cards — equal height, button pinned bottom, uniform size */
.featured-area .single-featured-item { display: flex; flex-direction: column; height: 100%; }
.featured-area .featured-content { display: flex; flex-direction: column; flex: 1; }
.featured-area .featured-content p { flex: 1; }
.featured-area .featured-content .default-btn { width: 100%; text-align: center; display: block; box-sizing: border-box; }

/* How it works icons */
.cm-help-icon { font-size: 64px; color: #006766; display: block; margin-bottom: 20px; }

/* Business type badge */
.cm-biz-type { background: #006766; color: white; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px; letter-spacing: 0.3px; }

/* Remove gap above business type badge row */
.properties-content .user { margin-top: 8px !important; padding-top: 0 !important; border-top: none !important; }

/* Remove gap between feature-list and badge row */
.single-properties-item .properties-content .feature-list { margin-bottom: 12px !important; padding-bottom: 12px !important; }
.single-properties-item .properties-content .user { min-height: unset !important; padding-top: 0 !important; margin-top: 0 !important; }

/* Suppliers — teal Special Offers badge */
.agents-img span {
    background: #006766 !important;
}

/* Floating social sidebar */
.cm-social-sidebar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cm-social-sidebar a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #006766;
    color: #fff;
    display: block;
    font-size: 18px;
    transition: all ease .5s;
}
.cm-social-sidebar a:hover {
    background-color: #EA723D;
    color: #fff;
}
@media (max-width: 991px) {
    .cm-social-sidebar { display: none; }
}

/* Adjust social sidebar position */
.cm-social-sidebar {
    top: 40% !important;
    transform: translateY(-40%) !important;
}
.cm-social-sidebar a {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 4px;
}

/* Align social sidebar with logo */
.cm-social-sidebar {
    left: 30px !important;
}

/* Align social sidebar with logo - v2 */
.cm-social-sidebar {
    left: 80px !important;
}

.cm-filter-label { font-size: 12px; font-weight: 700; color: #5a7878; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 8px; }
.cm-section-btns { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 4px; }
.cm-section-btn { padding: 7px 14px; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; border: 2px solid #d0e0df; background: #fff; color: #5a7878; transition: all 0.15s; }
.cm-section-btn:hover { border-color: #006766; color: #006766; }
.cm-section-btn.active { background: #006766; border-color: #006766; color: #fff; }
.cm-tenure-btns { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 4px; }
.cm-tenure-btn { padding: 6px 12px; border-radius: 6px; font-size: 12px; font-weight: 700; cursor: pointer; border: 2px solid #d0e0df; background: #fff; color: #5a7878; transition: all 0.15s; }
.cm-tenure-btn:hover { border-color: #006766; color: #006766; }
.cm-tenure-btn.active { background: #006766; border-color: #006766; color: #fff; }
.cm-tenure-freehold, .cm-tenure-leasehold, .cm-tenure-forrent { position: absolute; top: 10px; left: 10px; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 4px; color: #fff; text-transform: uppercase; letter-spacing: 0.3px; }
.cm-tenure-freehold { background: #1a5a3c; }
.cm-tenure-leasehold { background: #006766; }
.cm-tenure-forrent { background: #EA723D; }
.cm-turnover { font-size: 12px; color: #5a7878; margin-top: 6px; margin-bottom: 0; }
.cm-turnover i { color: #006766; margin-right: 4px; }

/* listing.html — equal search/reset buttons */
.cm-filter-btn { padding: 10px 12px !important; font-size: 13px !important; line-height: 1.4 !important; }
.cm-reset-btn { background: #6c757d !important; border-color: #6c757d !important; }
.cm-reset-btn:hover { background: #5a6268 !important; border-color: #5a6268 !important; }

/* listing.html — card title wrapping fix */
.featured-content.style-three .d-flex.justify-content-between {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px;
}
.featured-content.style-three .d-flex.justify-content-between h3.price {
    font-size: 16px !important;
}

/* ============================================
   single-listing.html — Advert Detail Page
   ============================================ */

/* Tenure badge in header card */
.cm-tenure-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.cm-tenure-leasehold { background: #006766; color: #fff; }
.cm-tenure-freehold  { background: #1a5a3c; color: #fff; }
.cm-tenure-forrent   { background: #EA723D; color: #fff; }

/* Small tenure badges on similar cards */
.cm-tenure-leasehold-sm,
.cm-tenure-freehold-sm,
.cm-tenure-forrent-sm {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    z-index: 1;
}
.cm-tenure-leasehold-sm { background: #006766; color: #fff; }
.cm-tenure-freehold-sm  { background: #1a5a3c; color: #fff; }
.cm-tenure-forrent-sm   { background: #EA723D; color: #fff; }

/* Inline turnover/licence line in header */
.cm-turnover-inline {
    font-size: 13px;
    color: #5a7878;
}
.cm-turnover-inline strong { color: #1a2e2e; }

/* Key Details Table */
.cm-details-table {
    border: 1.5px solid #d0e0df;
    border-radius: 8px;
    overflow: hidden;
}
.cm-detail-cell {
    padding: 12px 16px;
    border-bottom: 1px solid #eef4f4;
    border-right: 1px solid #eef4f4;
}
.cm-detail-cell:nth-child(3n) { border-right: none; }
.cm-detail-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #5a7878;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.cm-detail-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a2e2e;
}

/* Online ordering platform tags */
.cm-platforms-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.cm-platform-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    background: #edf7f4;
    color: #1a5a3c;
    border: 1px solid #c8e8df;
}
.cm-platform-tag i { color: #3a8a5c; }
.cm-platform-off {
    background: #f5f5f5;
    color: #999;
    border-color: #ddd;
}
.cm-platform-off i { color: #bbb; }

/* Video note placeholder */
.cm-video-note {
    color: #5a7878;
    font-size: 14px;
    padding: 16px;
    background: #f0f6f6;
    border-radius: 8px;
    border: 1.5px dashed #c8dede;
}

/* Contact buttons */
.cm-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 14px 0;
}
.cm-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: opacity 0.15s;
}
.cm-contact-btn:hover { opacity: 0.88; }
.cm-btn-whatsapp { background: #25D366; color: #fff !important; }
.cm-btn-phone    { background: #006766; color: #fff !important; }
.cm-btn-email    { background: #4a5568; color: #fff !important; }

.cm-contact-note {
    font-size: 13px;
    color: #5a7878;
    margin-bottom: 6px;
}
.cm-contact-note i { margin-right: 4px; }
.cm-contact-subtext { font-size: 12px; color: #5a7878; text-align: center; }
.cm-contact-subtext a { color: #006766; font-weight: 600; }

/* Hide contact in main col on desktop (shown in sidebar instead) */
@media (min-width: 992px) {
    .cm-contact-main { display: none; }
}
@media (max-width: 991px) {
    .cm-contact-main { display: block; }
}

/* Sidebar widgets */
.cm-sidebar-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #1a2e2e;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d0e0df;
}
.cm-contact-sidebar {
    padding: 20px;
    background: #fff;
    border: 1.5px solid #d0e0df;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Advert details widget */
.cm-advert-details-widget {
    padding: 20px;
    background: #fff;
    border: 1.5px solid #d0e0df;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cm-advert-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
.cm-advert-meta li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eef4f4;
    font-size: 13px;
}
.cm-advert-meta li:last-child { border-bottom: none; }
.cm-meta-label { color: #5a7878; font-weight: 600; }
.cm-meta-value { color: #1a2e2e; font-weight: 700; }
.cm-status-live { color: #1a5a3c; }
.cm-browse-similar {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #006766;
    text-decoration: none;
}
.cm-browse-similar:hover { color: #004f4e; }

/* Safety widget */
.cm-safety-widget {
    padding: 20px;
    background: #fffbe8;
    border: 1.5px solid #f0d060;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cm-safety-widget .cm-sidebar-title {
    border-bottom-color: #f0d060;
    color: #806010;
}
.cm-safety-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.cm-safety-list li {
    font-size: 13px;
    color: #5a4010;
    padding: 4px 0;
    padding-left: 18px;
    position: relative;
}
.cm-safety-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #a07820;
    font-weight: 800;
}
.cm-report-link {
    font-size: 12px;
    color: #c04830;
    text-decoration: none;
    font-weight: 600;
}
.cm-report-link:hover { text-decoration: underline; }

/* ============================================
   single-listing.html — Advert Detail Page
   ============================================ */

/* Tenure badge in header card */
.cm-tenure-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.cm-tenure-leasehold { background: #006766; color: #fff; }
.cm-tenure-freehold  { background: #1a5a3c; color: #fff; }
.cm-tenure-forrent   { background: #EA723D; color: #fff; }

/* Small tenure badges on similar cards */
.cm-tenure-leasehold-sm,
.cm-tenure-freehold-sm,
.cm-tenure-forrent-sm {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    z-index: 1;
}
.cm-tenure-leasehold-sm { background: #006766; color: #fff; }
.cm-tenure-freehold-sm  { background: #1a5a3c; color: #fff; }
.cm-tenure-forrent-sm   { background: #EA723D; color: #fff; }

/* Inline turnover/licence line in header */
.cm-turnover-inline {
    font-size: 13px;
    color: #5a7878;
}
.cm-turnover-inline strong { color: #1a2e2e; }

/* Key Details Table */
.cm-details-table {
    border: 1.5px solid #d0e0df;
    border-radius: 8px;
    overflow: hidden;
}
.cm-detail-cell {
    padding: 12px 16px;
    border-bottom: 1px solid #eef4f4;
    border-right: 1px solid #eef4f4;
}
.cm-detail-cell:nth-child(3n) { border-right: none; }
.cm-detail-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #5a7878;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.cm-detail-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a2e2e;
}

/* Online ordering platform tags */
.cm-platforms-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.cm-platform-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    background: #edf7f4;
    color: #1a5a3c;
    border: 1px solid #c8e8df;
}
.cm-platform-tag i { color: #3a8a5c; }
.cm-platform-off {
    background: #f5f5f5;
    color: #999;
    border-color: #ddd;
}
.cm-platform-off i { color: #bbb; }

/* Video note placeholder */
.cm-video-note {
    color: #5a7878;
    font-size: 14px;
    padding: 16px;
    background: #f0f6f6;
    border-radius: 8px;
    border: 1.5px dashed #c8dede;
}

/* Contact buttons */
.cm-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 14px 0;
}
.cm-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: opacity 0.15s;
}
.cm-contact-btn:hover { opacity: 0.88; }
.cm-btn-whatsapp { background: #25D366; color: #fff !important; }
.cm-btn-phone    { background: #006766; color: #fff !important; }
.cm-btn-email    { background: #4a5568; color: #fff !important; }

.cm-contact-note {
    font-size: 13px;
    color: #5a7878;
    margin-bottom: 6px;
}
.cm-contact-note i { margin-right: 4px; }
.cm-contact-subtext { font-size: 12px; color: #5a7878; text-align: center; }
.cm-contact-subtext a { color: #006766; font-weight: 600; }

/* Hide contact in main col on desktop (shown in sidebar instead) */
@media (min-width: 992px) {
    .cm-contact-main { display: none; }
}
@media (max-width: 991px) {
    .cm-contact-main { display: block; }
}

/* Sidebar widgets */
.cm-sidebar-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #1a2e2e;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d0e0df;
}
.cm-contact-sidebar {
    padding: 20px;
    background: #fff;
    border: 1.5px solid #d0e0df;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Advert details widget */
.cm-advert-details-widget {
    padding: 20px;
    background: #fff;
    border: 1.5px solid #d0e0df;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cm-advert-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
.cm-advert-meta li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eef4f4;
    font-size: 13px;
}
.cm-advert-meta li:last-child { border-bottom: none; }
.cm-meta-label { color: #5a7878; font-weight: 600; }
.cm-meta-value { color: #1a2e2e; font-weight: 700; }
.cm-status-live { color: #1a5a3c; }
.cm-browse-similar {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #006766;
    text-decoration: none;
}
.cm-browse-similar:hover { color: #004f4e; }

/* Safety widget */
.cm-safety-widget {
    padding: 20px;
    background: #fffbe8;
    border: 1.5px solid #f0d060;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cm-safety-widget .cm-sidebar-title {
    border-bottom-color: #f0d060;
    color: #806010;
}
.cm-safety-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.cm-safety-list li {
    font-size: 13px;
    color: #5a4010;
    padding: 4px 0;
    padding-left: 18px;
    position: relative;
}
.cm-safety-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #a07820;
    font-weight: 800;
}
.cm-report-link {
    font-size: 12px;
    color: #c04830;
    text-decoration: none;
    font-weight: 600;
}
.cm-report-link:hover { text-decoration: underline; }

/* ============================================
   SUPPLIERS DIRECTORY — agents.html
   ============================================ */

.cm-suppliers-intro {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #edf7f4;
    border: 1.5px solid #3a8a5c;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 30px;
}
.cm-suppliers-intro-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }
.cm-suppliers-intro h4 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 15px; color: #1a5a3c; margin-bottom: 4px; }
.cm-suppliers-intro p { font-size: 13px; color: #2d7a5c; margin: 0; }

.cm-suppliers-count { font-size: 14px; color: #5a7878; margin-bottom: 20px; }
.cm-suppliers-count span { font-weight: 700; color: #006766; }

.cm-supplier-cats { display: flex; flex-direction: column; gap: 6px; }
.cm-supplier-cat { display: flex; align-items: center; gap: 8px; width: 100%; padding: 10px 14px; border: 1.5px solid #d0e0df; border-radius: 6px; background: white; color: #1a2e2e; font-size: 13px; font-weight: 600; cursor: pointer; text-align: left; transition: all 0.15s; }
.cm-supplier-cat:hover { border-color: #006766; color: #006766; background: #edf7f7; }
.cm-supplier-cat.active { background: #006766; border-color: #006766; color: white; }
.cm-supplier-cat i { font-size: 15px; flex-shrink: 0; }

.cm-supplier-info-box { background: #fff8f0; border: 1.5px solid #f0c8a0; border-radius: 8px; padding: 16px; }
.cm-supplier-info-box h3 { font-size: 15px !important; color: #a04010 !important; margin-bottom: 8px !important; }
.cm-supplier-info-box p { font-size: 13px; color: #7a5030; margin-bottom: 14px; line-height: 1.5; }
.cm-supplier-enquire-btn { width: 100%; text-align: center; padding: 10px !important; font-size: 13px !important; }

.cm-also-see { border: 1.5px solid #d0e0df; border-radius: 8px; padding: 16px; }
.cm-also-see h3 { font-size: 14px !important; color: #5a7878 !important; margin-bottom: 10px !important; text-transform: uppercase; letter-spacing: 0.5px; }
.cm-also-see-link { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1.5px solid #d0e0df; border-radius: 6px; text-decoration: none; transition: all 0.15s; background: white; }
.cm-also-see-link:hover { border-color: #006766; background: #edf7f7; text-decoration: none; }
.cm-also-see-link > i:first-child { font-size: 20px; color: #006766; flex-shrink: 0; }
.cm-also-see-link strong { display: block; font-size: 13px; font-weight: 700; color: #1a2e2e; }
.cm-also-see-link span { display: block; font-size: 11px; color: #5a7878; margin-top: 1px; }
.cm-also-see-arrow { margin-left: auto; color: #006766; font-size: 18px !important; flex-shrink: 0; }

.cm-supplier-card { border: 1.5px solid #d0e0df; border-radius: 10px; overflow: hidden; margin-bottom: 24px; background: white; transition: all 0.2s; display: flex; flex-direction: column; }
.cm-supplier-card:hover { border-color: #006766; box-shadow: 0 4px 16px rgba(0,103,102,0.12); transform: translateY(-2px); }

.cm-supplier-logo-wrap { background: #f0f6f6; padding: 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e0ecec; }
.cm-supplier-logo-placeholder { width: 56px; height: 56px; border-radius: 8px; background: #006766; color: white; font-family: 'Raleway', sans-serif; font-weight: 900; font-size: 18px; display: flex; align-items: center; justify-content: center; }

.cm-supplier-cat-badge { font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 20px; letter-spacing: 0.3px; text-transform: uppercase; }
.cm-cat-food      { background: #e8f4f0; color: #1a6a4a; }
.cm-cat-equipment { background: #eeeaf8; color: #5a3d9a; }
.cm-cat-packaging { background: #fef0e8; color: #a04010; }
.cm-cat-eco       { background: #eaf5e8; color: #2a6a1a; }

.cm-supplier-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.cm-supplier-name { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 16px; color: #1a2e2e; margin-bottom: 6px; }
.cm-supplier-desc { font-size: 13px; color: #5a7878; line-height: 1.5; margin-bottom: 14px; }

.cm-offer-box { background: #fff8f0; border: 1.5px solid #f0c8a0; border-radius: 8px; padding: 12px 14px; margin-bottom: 14px; flex: 1; }
.cm-offer-label { font-size: 10px; font-weight: 800; color: #a04010; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; display: flex; align-items: center; gap: 4px; }
.cm-offer-headline { font-size: 14px; font-weight: 700; color: #1a2e2e; margin-bottom: 4px; font-family: 'Raleway', sans-serif; }
.cm-offer-detail { font-size: 12px; color: #7a5030; line-height: 1.4; }

.cm-claim-btn { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 11px; background: #EA723D; color: white !important; border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none !important; transition: background 0.15s; margin-top: auto; }
.cm-claim-btn:hover { background: #d4621f; color: white !important; }

.cm-no-results { text-align: center; padding: 60px 20px; color: #5a7878; }
.cm-no-results i { font-size: 48px; display: block; margin-bottom: 12px; opacity: 0.4; }
.cm-no-results p { font-size: 16px; }

/* Supplier cards equal height per row */
#suppliersGrid .col-xl-4 {
    display: flex;
    flex-direction: column;
}
#suppliersGrid .cm-supplier-card {
    flex: 1;
    margin-bottom: 24px;
}

/* Service category badge colours */
.cm-cat-cleaning    { background: #e8f0fe; color: #1a4a90; }
.cm-cat-gas         { background: #fff0e8; color: #a04010; }
.cm-cat-accountants { background: #e8f4f0; color: #1a6a4a; }
.cm-cat-legal       { background: #f0eef8; color: #5a3d9a; }
.cm-cat-pos         { background: #e8f4fe; color: #0a5a8a; }
.cm-cat-marketing   { background: #fef0f8; color: #8a1a6a; }
.cm-cat-hygiene     { background: #eaf5e8; color: #2a6a1a; }
.cm-cat-insurance   { background: #fefae8; color: #7a6010; }

/* Service logo placeholder colours */
.cm-svc-logo-cleaning    { background: #1a4a90; }
.cm-svc-logo-gas         { background: #a04010; }
.cm-svc-logo-accountants { background: #1a6a4a; }
.cm-svc-logo-legal       { background: #5a3d9a; }
.cm-svc-logo-pos         { background: #0a5a8a; }
.cm-svc-logo-marketing   { background: #8a1a6a; }
.cm-svc-logo-hygiene     { background: #2a6a1a; }
.cm-svc-logo-insurance   { background: #7a6010; }

/* Services grid equal height */
#servicesGrid .col-xl-4 { display: flex; flex-direction: column; }
#servicesGrid .cm-supplier-card { flex: 1; margin-bottom: 24px; }
