/*
Theme Name: The Nature Of Real Estate (NORE)
Author: Sam Smyth / Bain Design
Version: 1.12.0
*/

:root {
   --nore-color-background: var(--wp--preset--color--background, #fff);
   --nore-color-foreground: var(--wp--preset--color--foreground, #000);
   --nore-color-primary: var(--wp--preset--color--primary, #006494);
   --nore-color-secondary: var(--wp--preset--color--secondary, #231F20);

   --nore-color-navy-700: #182941;
   --nore-color-slate-500: #5f7188;

   --nore-color-red:      #a52422;
   --nore-color-green:    #489861;
   --nore-color-gray-100: #f1f4f8;
   --nore-color-link:     #004493;
}



.postcard--case-study-archive {
   max-width: 1000px;
   margin: 0 auto;
}

.postcard--case-study-archive figure,
.postcard--case-study-archive figure a,
.postcard--case-study-archive figure img {
   height: unset !important;
}