.card-header-header{background-color:var(--card-bg);border-radius:var(--radius-big);width:80%;padding:var(--padding-l);box-shadow:var(--shadow-mine);box-sizing:border-box;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:.3125rem;margin:auto;display:flex}.card-header-img-container{aspect-ratio:4/5;width:40%}.card-header-img{object-fit:cover;border-radius:var(--radius-big);width:100%;height:100%;box-shadow:var(--shadow-mine);position:relative}.card-header-text-container{flex-direction:column;justify-content:space-between;gap:3.125rem;width:40%;height:100%;display:flex}.card-header-title{margin-bottom:var(--margin-m);flex-direction:column;align-items:flex-start;gap:5px;display:flex}.card-header-rating-container{text-align:center;color:var(--text-general);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;font-weight:500;display:flex}.card-header-tag-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem}.card-header-tag-container.large-screen{display:flex}.card-header-tag-container.small-screen{display:none}@media (max-width:1300px){.card-header-img-container{aspect-ratio:4/5;width:50%}.card-header-text-container{gap:2rem;width:40%}.card-header-tag-container.large-screen{display:none}.card-header-tag-container.small-screen{display:flex}}@media (max-width:1100px){.card-header{padding:var(--padding-s);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:80%}.card-header-img-container{aspect-ratio:1;width:80%;max-height:600px}.card-header-text-container{flex-wrap:wrap;gap:2rem;width:80%}}@media (max-width:800px){.card-header-header{flex-direction:column}.card-header-img-container{aspect-ratio:4/5;width:100%}.card-header-text-container{flex-wrap:wrap;gap:1.5rem;width:80%}}@media (max-width:425px){.card-header-header{width:95%;padding:var(--padding-sm);gap:1rem}.card-header-text-container{gap:.5rem;width:95%}.card-header-tag-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:.3rem}}
