/*
 Theme Name:   Divi Child - Get Me SEO
 Theme URI:    https://getmeseo.com
 Description:   Divi child theme for Get Me SEO. Holds custom single-post design and CSS. Safe from Divi updates.
 Author:       Get Me SEO
 Template:     Divi
 Version:      1.0.0
*/

/* ============================================================
   GET ME SEO — CUSTOM SINGLE POST DESIGN
   Restyles Divi's default single-post into a modern branded layout.
   ============================================================ */

:root{
  --gms-ink:#0b1020;
  --gms-brand:#2b2df5;
  --gms-brand2:#5a4bff;
  --gms-mist:#f4f6fb;
  --gms-line:#e6e9f2;
  --gms-muted:#5c6479;
}

/* only applies on single posts via body.single-post */
body.single-post{ background:var(--gms-mist); }

/* hide Divi's default plain title block — our template renders its own hero */
body.single-post.gms-custom .et_post_meta_wrapper > h1.entry-title,
body.single-post.gms-custom > #main-content .et_post_meta_wrapper > .et_featured_image { display:none; }
