.watching { & img { border: 1px solid var(--accent-color); width: 100%; height: auto; } &.page-header { margin-bottom: var(--sizing-base); } &.hero { position: relative; overflow: hidden; div.meta-text { color: white; position: absolute; left: var(--sizing-sm); bottom: var(--sizing-lg); z-index: 2; display: flex; flex-direction: column; & .header { font-weight: var(--font-weight-bold); } & .subheader { font-size: var(--font-size-sm); display: inline-flex; gap: var(--sizing-xs) } & .header, & .subheader { line-height: 1.5; text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px; } } &.shadow::after { position: absolute; z-index: 1; content: ''; bottom: 11px; left: 1px; box-shadow: inset 0 -70px 75px -40px #000; width: calc(100% - 2px); height: calc(100% - 11px); } } &.grid { display: grid; gap: var(--sizing-sm); grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: var(--sizing-base); & a, & div { display: flex; } & div { position: relative; & .meta-text { position: absolute; z-index: 2; padding: 0 var(--sizing-sm); bottom: var(--sizing-sm); width: 100%; box-sizing: border-box; display: flex; flex-direction: column; & .header, & .subheader, & .rating { color: var(--color-lightest); font-size: var(--font-size-sm); line-height: 1.5; text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px; } & .header { font-weight: var(--font-weight-bold); } .subheader { gap: var(--sizing-xs); } & .rating { font-size: calc(var(--font-size-sm) * .75); } } } } &.item { position: relative; display: flex; overflow: hidden; &.shadow::after { position: absolute; z-index: 1; content: ''; top: 0; left: 1px; box-shadow: inset 0 -70px 75px -40px #000; width: calc(100% - 2px); height: calc(100% - 1px); } } } .watching-focus { margin-top: var(--sizing-base); border-bottom: 0; & .watching-meta { display: flex; flex-direction: column; gap: var(--sizing-xs); margin: var(--sizing-base) 0; & p { margin: 0; &.title { font-size: var(--font-size-xl); line-height: 1; } &.sub-meta { font-size: var(--font-size-sm); line-height: var(--line-height-sm); } } } & .footnotes { padding-bottom: 0; } } @media screen and (min-width: 768px) { .watching.grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }