/* =================================================================
   Imsouane — unify ALL list-card titles to ONE consistent style:
   "Raleway", blue (#3468a4), uppercase. Covers accommodation (room),
   surf & eatery (.tourmaster-tour-title), and transport / NGO /
   places (.ong-card-title) so every widget card matches.
   TO REVERT: remove the 'imsouane-list-title-unify' enqueue line in
   functions.php (or restore the previous version of this file).
   ================================================================= */
.tourmaster-room-title,  .tourmaster-room-title a,
.tourmaster-tour-title,  .tourmaster-tour-title a,
.tourmaster-eatery-title, .tourmaster-eatery-title a,
.ong-card-title,         .ong-card-title a {
    font-family: "Raleway", sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    color: #3468a4 !important;
}

/* Blog listing post titles (light-background layouts: medium / standard content
   wrappers) — match the site title style: Raleway, brand blue, uppercase.
   Scoped to *-content-wrapper so image-overlay blog styles (white titles) are
   NOT affected. */
.gdlr-core-blog-medium-content-wrapper .gdlr-core-blog-title,
.gdlr-core-blog-medium-content-wrapper .gdlr-core-blog-title a,
.gdlr-core-blog-content-wrapper .gdlr-core-blog-title,
.gdlr-core-blog-content-wrapper .gdlr-core-blog-title a {
    font-family: "Raleway", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #3468a4 !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}

/* Eatery cards: repurpose travel info icons for food (only eateries use these fields).
   departure-location -> Cuisine (cutlery), return-location -> Price (tag). */
.tourmaster-tour-info-departure-location > i,
.tourmaster-tour-info-return-location > i{ display:none !important; }
.tourmaster-tour-info-departure-location::before{ font-family:"FontAwesome"; content:"\f0f5"; margin-right:7px; }
.tourmaster-tour-info-return-location::before{ font-family:"FontAwesome"; content:"\f02b"; margin-right:7px; }
