.meme{display:flex;flex-direction:column;gap:clamp(16px,2vw,20px);max-height:80vh;overflow:hidden}.meme__header{display:flex;gap:clamp(10px,2vw,15px)}.meme__image{aspect-ratio:1/1;border:1px solid var(--light-green);border-radius:20px;max-width:clamp(90px,28vw,141px);overflow:hidden;width:100%}.meme__image-pic{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.meme__info{margin-top:22px}.meme__tabs{display:flex;gap:20px}.meme__body{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;height:400px;max-height:530px;min-height:200px;overflow:scroll}.meme__description{overflow-y:auto;padding-right:8px}.meme__description::-webkit-scrollbar{width:8px}.meme__description::-webkit-scrollbar-thumb{background-color:var(--light-green);border-radius:4px}.meme__description::-webkit-scrollbar-track{background-color:transparent}.meme__description{scrollbar-color:var(--light-green) transparent;scrollbar-width:thin}.meme__video-container{align-items:center;display:flex;height:100%;justify-content:center;max-height:530px;overflow:hidden}.meme__video{background-color:#000;border-radius:12px;max-height:100%;max-width:100%}.meme__text p{margin-bottom:10px}.meme__divider{flex-shrink:0}
