@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*	_design-draft.scss */
/*	_breakpoints.scss */
/*

These are required by either include-media or the base theme:
* mobile_menu  -> mobile menu
* tablet
* medium       -> sidebar dropoff
* desktop

Consider adding breakpoints to match variables introduced in theme.json at Settings > Custom > Layout.
* content
* wide
* page

*/
body.single-design_draft .site-header,
body.single-design_draft .nav-primary,
body.single-design_draft .nav-secondary,
body.single-design_draft .entry-meta,
body.single-design_draft .entry-footer,
body.single-design_draft .sidebar,
body.single-design_draft .footer-widgets,
body.single-design_draft .site-footer,
body.single-design_draft .widget-area,
body.single-design_draft .navigation,
body:has(.design-drafts) .site-header,
body:has(.design-drafts) .nav-primary,
body:has(.design-drafts) .nav-secondary,
body:has(.design-drafts) .entry-meta,
body:has(.design-drafts) .entry-footer,
body:has(.design-drafts) .sidebar,
body:has(.design-drafts) .footer-widgets,
body:has(.design-drafts) .site-footer,
body:has(.design-drafts) .widget-area,
body:has(.design-drafts) .navigation {
  display: none !important;
}
body.single-design_draft .content-sidebar-wrap,
body:has(.design-drafts) .content-sidebar-wrap {
  display: flex;
}
body.single-design_draft .site-inner,
body:has(.design-drafts) .site-inner {
  padding: 0;
  max-width: none;
}
body.single-design_draft .entry,
body:has(.design-drafts) .entry {
  margin: 0;
  padding: 0;
}
body.single-design_draft .entry-header,
body:has(.design-drafts) .entry-header {
  position: relative;
  padding: 20px;
  background-color: gray;
  background-image: linear-gradient(135deg, #1B365D 85%, #68bd49 95%);
  margin: 0 !important;
  width: 100vw;
  max-width: none;
}
body.single-design_draft .entry-header::after,
body:has(.design-drafts) .entry-header::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: calc(100% - 20px);
  aspect-ratio: 1/1;
  background-image: url("../images/lagom-design-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-design_draft .entry-header .entry-title,
body:has(.design-drafts) .entry-header .entry-title {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  color: white;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: normal;
}
body.single-design_draft .entry-content,
body:has(.design-drafts) .entry-content {
  position: relative;
  background-image: url("../images/transparency.svg");
  background-repeat: repeat;
  background-size: 20px;
  max-width: none;
}
@media (max-width: 782px) {
  body.single-design_draft .entry-content,
  body:has(.design-drafts) .entry-content {
    margin-inline: 0px;
  }
}
