.category-container{display:flex;align-items:center;gap:3vw;min-width:100%;overflow-x:scroll}.category-container .category-item{gap:10px;display:flex;align-items:center;border:1px solid var(--secondary);padding:1rem;justify-content:center;color:var(--tertiary);cursor:pointer;white-space:nowrap}.category-container .category-item .circle{width:4rem;height:4rem;border-radius:50%;background-color:var(--secondary);object-fit:cover}.category-container .category-item h3{margin:0;font-size:1.25rem;font-weight:900}.category-container .category-item:hover{background-color:var(--secondary)}.category-container .category-item:hover h3{color:white}.recipes-grid{display:flex;gap:4vw;justify-content:center;flex-wrap:wrap}.yellow-banner{cursor:pointer;background-color:var(--secondary);display:flex;align-items:center;justify-content:center;height:120px}.yellow-banner h2{color:black;margin:0 !important;font-size:24px}.recipe-button{text-align:center}.recipe-button button{color:var(--tertiary);font-size:2rem;font-weight:600;border-color:var(--tertiary);border-width:3px;border-style:solid;padding:0 2rem 0 2rem;cursor:pointer}.recipe-button button:active{background-color:var(--skeleton-strong)}.category-button{background-color:var(--tertiary) !important;color:var(--secondary) !important;border-width:0 !important}.custom-section .__left .list-items{font-weight:700}.custom-section .__left,.custom-section .__right{border-top-color:var(--tertiary);border-top-style:solid;border-top-width:3px}.custom-section .__left h4,.custom-section .__right h4{font-size:2rem;font-weight:900;color:var(--tertiary);width:100%;text-align:center}
