/*============================================================================ Returns the value in rem for a given pixel value. @param {Number} $value - The pixel value to be converted. @return {Number} The converted value in rem. ==============================================================================*/
/*============================================================================ Returns the value in pixels for a given rem value. @param {Number} $value - The rem value to be converted. @return {Number} The converted value in pixels. ==============================================================================*/
/*============================================================================ Returns the list of available names in a given map. @param {Map} $map - The map of data to list the names from. @param {Number} $map - The level of depth to get names from. @return {String} The list of names in the map. ==============================================================================*/
/*============================================================================ Returns the breakpoint value for a given name. @param {String} $name - The breakpoint name. @return {Number} The spacing for the variant. ==============================================================================*/
/*============================================================================ Returns the spacing value for a given variant. @param {String} $variant - The key for the given variant. @return {Number} The spacing for the variant. ==============================================================================*/
/*============================================================================ Adds spacing between all direct children. @param {String} $variant - The key for the given variant. ==============================================================================*/
/*================ Palette ================*/
/*============================================================================ Returns the color value for a given color name and group. @param {String} $hue - The color's hue. @param {String} $value - The darkness/lightness of the color. Defaults to base. @param {Color} $for-background - The background color on which this color will appear. Applies a multiply filter to ensure appropriate contrast. @return {Color} The color value. ==============================================================================*/
/*============================================================================ Returns the font stack for a given family. @param {String} $family - The key for the given family. @return {Number} The font stack for the family. ==============================================================================*/
/*============================================================================ Core styles ==============================================================================*/
/*============================================================================ Emphasis ==============================================================================*/
/*============================================================================ Returns the default border. @return {List} The border value. ==============================================================================*/
/*============================================================================ Returns the border radius data for a given variant. @return {Number} The border radius value. ==============================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button, cite, code, del, dfn, dialog, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; background: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

* { box-sizing: border-box; z-index: 1; }

html, body { position: relative; height: 100%; overflow: hidden; background: #443DAF; }

img { display: block; max-width: 100%; }

button { cursor: pointer; }

@supports (-webkit-touch-callout: none) { input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; height: 20px; width: 20px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC); background-repeat: no-repeat; background-size: 20px; } }

html { font-size: 87.5%; text-size-adjust: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body { font-size: 1.4285714286rem; line-height: 1.7142857143rem; font-weight: 400; text-transform: initial; letter-spacing: initial; color: #443DAF; font-family: Encode Sans, Helvetica Neue, sans-serif; }

a { display: inline-block; text-decoration: none; color: inherit; cursor: pointer; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; }

a:hover { color: #EEB728; }

a svg { cursor: pointer; }

svg { fill: currentColor; }

/*============================================================================ Core styles ==============================================================================*/
h1 { font-size: 2.4285714286rem; line-height: 2.7142857143rem; }

@media screen and (min-width: 480px) { h1 { font-size: 2.8571428571rem; line-height: 3.1428571429rem; } }

h2 { font-size: 1.7142857143rem; line-height: 2rem; font-weight: 900; font-family: Encode Sans SC, Helvetica Neue, sans-serif; }

.layout { min-height: 100%; overflow-y: scroll; display: flex; flex-direction: column; align-items: center; }

.layout__header, .layout__main, .layout__footer { width: 100%; display: flex; justify-content: center; align-items: flex-start; }

.layout__header { background: #443DAF; color: #ffffff; min-height: 75px; position: sticky; top: 0; z-index: 2; }

.layout__header__logo { flex: 0 0 75px; }

.layout__header__input { flex: 1; height: 100%; width: 100%; }

.layout__header__input input { width: 100%; height: 100%; font-size: 100%; border: 0; height: 40px; border-radius: 4px; padding: 0.5714285714rem; }

.layout__main { background: #ffffff; color: #443DAF; flex: 1; position: relative; }

.layout__notifications { position: absolute; z-index: 2; width: 30%; min-width: 300px; top: 1.1428571429rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; }

.layout__notifications > * { width: 100%; background: #CF588A; opacity: 90%; color: #ffffff; border-radius: 20px; padding: 0.5714285714rem; text-align: center; clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); animation-name: reveal; animation-duration: 1.5s; animation-timing-function: cubic-bezier(1, -0.01, 0.12, 0.8); animation-fill-mode: forwards; }

.layout__notifications > * + * { margin-top: 0.5714285714rem; }

@keyframes reveal { 0% { clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  20% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  80% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  100% { clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); } }

.layout__footer { background: #443DAF; color: #ffffff; font-size: 1rem; line-height: 1.2857142857rem; font-weight: 400; text-transform: initial; letter-spacing: initial; }

.layout__section { width: 100%; min-height: max-content; max-width: 1000px; padding: 1.1428571429rem; display: flex; gap: 1.1428571429rem; justify-content: space-between; align-items: center; }

.layout__section--main { padding-top: 1.7142857143rem; padding-bottom: 1.7142857143rem; }

.tags { display: flex; flex-wrap: wrap; gap: 0.2857142857rem; }

.tag { font-size: 0.8571428571rem; line-height: 1rem; font-weight: 400; text-transform: initial; letter-spacing: initial; display: inline-block; padding: 0.5714285714rem; background: #ffffff; color: #443DAF; border-radius: 20px; }

.tag--light { background: #ffffff; color: #443DAF; }

.tag--dark { background: #41B6B7; color: #ffffff; }

.tag--clickable:hover { filter: opacity(75%) contrast(200%); transition: 1s filter linear; }

.recipe-list { width: 100%; gap: 1.1428571429rem; display: flex; flex-wrap: wrap; }

.recipe-list > * { flex: 1 1 350px; }

.recipe-list > *:nth-child(5n+1) .recipe-list__item { background: #478A99; }

.recipe-list > *:nth-child(5n+2) .recipe-list__item { background: #DE6767; }

.recipe-list > *:nth-child(5n+3) .recipe-list__item { background: #41B6B7; }

.recipe-list > *:nth-child(5n+4) .recipe-list__item { background: #EEB728; }

.recipe-list > *:nth-child(5n+5) .recipe-list__item { background: #CF588A; }

.recipe-list--dropdown { position: fixed; top: 75px; z-index: 2; padding: 1.1428571429rem; background: #ffffff; border: 1px solid #443DAF; border-top: 0; border-radius: 0 0 4px; margin-left: -1.1428571429rem; overflow-y: scroll; max-height: 75%; width: calc(100% - (75px + 1.1428571429rem * 3)); max-width: calc(1000px - (75px + 1.1428571429rem * 3)); transform: translateX(calc(75px + 1.1428571429rem * 2)); }

.recipe-list--dropdown:empty { height: 0; padding: 0; border: 0; }

.recipe-list__item { height: 100%; color: #ffffff; border-radius: 4px; padding: 1.1428571429rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.5714285714rem; }

.recipe-list__item:hover { color: #ffffff; filter: opacity(75%) contrast(200%); transition: 1s filter linear; }

.recipe-list__title { flex: 1 1 400px; }

.recipe { display: flex; flex-direction: column; gap: 1.7142857143rem; min-height: 100%; }

.recipe a { text-decoration: underline; }

.recipe__header { display: flex; flex-wrap: wrap; gap: 1.1428571429rem; }

.recipe__header__title { flex: 1 1 500px; cursor: pointer; }

.recipe__header__title:after { font-family: "Font Awesome 5 Free"; font-size: 40%; line-height: 1; font-weight: 400; text-transform: initial; letter-spacing: initial; content: '\f0c5'; margin-left: 0.5714285714rem; }

.recipe__main { display: flex; flex-wrap: wrap; gap: 2.2857142857rem; }

.recipe__description { font-size: 1.1428571429rem; line-height: 1.4285714286rem; font-weight: 400; text-transform: initial; letter-spacing: initial; display: flex; flex-direction: column; gap: 0.5714285714rem; border: 1px solid; border-radius: 20px; padding: 1.1428571429rem; }

.recipe__ingredients { flex: 0 1 450px; display: flex; flex-direction: column; gap: 1.1428571429rem; }

.recipe__ingredients ul { list-style: circle outside; padding-left: 24px; }

.recipe__instructions { flex: 1 1 450px; display: flex; flex-direction: column; gap: 1.1428571429rem; }

.recipe__instructions ol { list-style: decimal outside; padding-left: 30px; }

.recipe__source { display: flex; justify-content: flex-end; font-size: 1.1428571429rem; line-height: 1.4285714286rem; font-weight: 400; text-transform: initial; letter-spacing: initial; }

/*# sourceMappingURL=main.css.map */