.workshop-page{display:grid;grid-template-columns:500px 1fr;justify-content:flex-start;align-items:flex-start;gap:0;margin-top:80px}.workshop-page .cover-image{width:100%;height:650px;padding:4px;border-radius:10px;border:2px solid var(--Glow, #2339E5);box-shadow:0 0 150px #1e30bd}.workshop-page .cover-image img{width:100%;height:100%;object-fit:cover;border-radius:6px;box-shadow:0 0 50px #1e30bd,0 0 150px #1e30bd}.workshop-page .content{padding:40px 40px 40px 70px;border-radius:10px;background:linear-gradient(90deg,#2339e580,#2339e5);width:calc(100% + 50px);margin-left:-50px;margin-top:50px;min-height:calc(100% - 100px);z-index:10;position:relative}@media(max-width:1024px){.workshop-page{grid-template-columns:1fr;margin-top:40px}.workshop-page .cover-image{height:auto;aspect-ratio:2/3;max-width:500px;margin:0 auto}.workshop-page .content{padding:30px;width:100%;margin-left:0;margin-top:-30px;z-index:1;background:linear-gradient(180deg,#2339e5cc,#2339e5)}}@media(max-width:768px){.workshop-page .cover-image{max-width:100%}.workshop-page .content{padding:20px;margin-top:-20px}.workshop-page .content h1{font-size:24px;line-height:28px}.workshop-page .content .age-restriction{font-size:1.5rem;padding:5px;width:40px;height:40px}}.workshop-page h1{color:var(--Bijela, #FFF);font-size:30px;line-height:36px;font-weight:400}.workshop-page .age-restriction{border:2px solid #3AAA35;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border-radius:50%;color:#3aaa35}.workshop-page p{margin:5px 0;color:var(--Bijela, #FFF)}.workshop-page .article-content{margin-top:20px}
