.panel{display:grid;grid-template-columns:repeat(3,max-content);grid-auto-flow:dense;column-gap:2rem;row-gap:.25rem;justify-content:center;justify-items:center;padding:1.5rem 1.5rem 0}.panel .image-box__link{position:relative}.panel .image-box__title{position:absolute;bottom:8%;background:#fff;padding:8% 6%;left:8%;max-width:85%;-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,.22);-moz-box-shadow:0px 0px 3px 0px rgba(0,0,0,.22);box-shadow:0 0 3px #00000038}.panel .article-card__author i{font-style:normal}.panel>.card:first-of-type{grid-row:span 2;grid-column:2;width:45vw;max-width:600px}@media only screen and (max-width: 768px){.panel>.card:first-of-type{width:100%}}@media (max-width: 1100px){.panel{column-gap:.5rem}}@media only screen and (max-width: 768px){.panel{grid-template-columns:repeat(2,auto);column-gap:.5rem}.panel>.card:first-of-type{grid-row:1;grid-column:span 2}}@media only screen and (max-width: 570px){.panel{grid-template-columns:1fr;justify-content:stretch;justify-items:flex-start;row-gap:1rem}.panel>.card:first-of-type{grid-column:1;width:100%}}.card_10-lg .card-image{height:700px;width:100%;aspect-ratio:3/4}.card_10-lg h1{font-size:1rem;margin:15px 0}@media only screen and (max-width: 768px){.card_10-lg{width:100%}.card_10-lg .card-image{height:unset}}.card_10-sm{width:22vw;max-width:310px}.card_10-sm .card-image{height:310px;aspect-ratio:1/1;width:100%}@media (max-width: 1100px){.card_10-sm{width:24vw}}@media only screen and (max-width: 768px){.card_10-sm{display:flex;gap:1rem;width:100%}.card_10-sm .card-image{height:144px;aspect-ratio:3/4;width:120px}.card_10-sm .card-favourite{display:none}}@media only screen and (max-width: 570px){.card_10-sm{width:100%}}.card-content{display:flex}.card-content-inner{display:flex;flex-direction:column;padding:1rem 0;gap:.5rem}@media only screen and (max-width: 570px){.card-content-inner{flex:0 0 70%}}.card-overline{display:flex;justify-content:space-between;align-items:center}.card-overline-info{display:flex;align-items:center;gap:.5rem}.card-rating{display:flex;align-items:center;gap:.25rem}.card-rating-icon{font-size:1.125rem}.card-image{background-color:#f9f7f5}.card-image-elem{height:100%;width:100%;object-fit:cover;display:block}
