.vcards__editor-warning{background:#fff3cd;border:1px solid #ffc107;padding:24px}.vcards{align-items:stretch;display:grid;gap:32px 17px;grid-template-columns:1fr;width:100%}@media (min-width:768px){.vcards{grid-template-columns:repeat(var(--vcards-cols,3),1fr)}}.vcards__card{background:#000;border:2px solid hsla(0,0%,100%,.25);border-radius:12px;color:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.vcards__card:hover{border-color:hsla(0,0%,100%,.5);box-shadow:0 8px 30px rgba(0,0,0,.5)}.vcards__frame{aspect-ratio:16/9;background:#000;position:relative;width:100%}.vcards__player{border:0;height:100%;inset:0;position:absolute;width:100%}.vcards__content{display:flex;flex:1 1 auto;flex-direction:column;padding:24px 20px 28px}.vcards__heading{color:#fff;font-size:22px;font-weight:700;line-height:1.2;margin:0 0 12px}.vcards__body{color:#fff;font-size:16px;line-height:1.6;margin-bottom:20px}.vcards__body p{margin:0 0 12px}.vcards__body p:last-child{margin-bottom:0}.vcards .vcards__card .vcards__cta{align-items:center;align-self:flex-start;color:#fff;display:inline-flex;font-size:17px;font-weight:700;margin-top:auto;text-decoration:none;transition:color .2s ease}.vcards .vcards__card .vcards__cta:visited{color:#fff}.vcards .vcards__card .vcards__cta:active,.vcards .vcards__card .vcards__cta:hover{color:#d0021b;text-decoration:none}.vcards .vcards__card .vcards__cta:focus-visible{outline:2px solid #fff;outline-offset:2px}@media (max-width:767px){.vcards__content{padding:20px 16px 24px}.vcards__heading{font-size:20px}}