/* Isolated CSS for vyh-lang. Source: Design Library draft. */
.vyh-lang .wp-block-group.is-layout-flex { gap: unset; align-items: unset; }
.vyh-lang figure.wp-block-image { margin: 0px !important; }
.vyh-lang__body { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 60px !important; align-items: center !important; }
.vyh-lang__body > .wp-block-group { width: auto !important; }
.vyh-lang__content { display: flex !important; flex-direction: column !important; gap: 20px !important; }
.vyh-lang__content > * { width: auto !important; margin-block: 0px !important; }
.vyh-lang__chips { display: flex !important; flex-wrap: wrap !important; gap: 10px !important; }
.vyh-lang__chips > .wp-block-paragraph { width: auto !important; margin: 0px !important; }
.vyh-lang__visual { position: relative !important; display: flex !important; flex-direction: column !important; gap: 16px !important; }
.vyh-lang__visual > * { margin: 0px !important; width: auto !important; }
figure.vyh-lang__img { margin: 0px !important; }
.vyh-lang__caption { position: absolute !important; left: 24px !important; right: 24px !important; bottom: 24px !important; width: auto !important; margin: 0px !important; }
@media (max-width: 768px) {
.vyh-lang__body { grid-template-columns: 1fr !important; gap: 32px !important; }
.vyh-lang h2[class*="__heading"] { font-size: 25px !important; line-height: 1.25 !important; }
.vyh-lang [class*="__heading"] { overflow-wrap: break-word !important; }
.vyh-lang figure[class*="vyh-"] { max-width: 100% !important; }
.vyh-lang figure[class*="vyh-"] img { max-width: 100% !important; }
.vyh-lang[class*="vyh-"], .vyh-lang [class*="vyh-"] { min-width: 0px !important; }
.vyh-lang [class*="vyh-"][class*="__content"], .vyh-lang [class*="vyh-"][class*="__container"], .vyh-lang [class*="vyh-"][class*="__body"] { width: 100% !important; max-width: 100% !important; }
.vyh-lang { overflow-x: clip !important; }
}
@media (max-width: 768px) {
.vyh-lang__badge { display: flex !important; width: fit-content !important; margin-left: auto !important; margin-right: auto !important; }
}
.vyh-lang *, .vyh-lang ::before, .vyh-lang ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
.vyh-lang { width: 100%; background: rgb(255, 255, 255); padding: 20px 0px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.vyh-lang__container { max-width: 1200px; margin: 0px auto; padding: 0px 40px; }
.vyh-lang__body { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.vyh-lang__content { display: flex; flex-direction: column; gap: 20px; }
.vyh-lang__badge-wrap { display: flex; }
.vyh-lang__badge { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid rgb(237, 26, 59); color: rgb(237, 26, 59); border-radius: 50px; padding: 5px 16px; font-size: 13px; font-weight: 600; }
.vyh-lang__heading { font-size: 38px; font-weight: 800; color: rgb(17, 17, 17); line-height: 1.2; letter-spacing: -0.4px; }
.vyh-lang__desc { font-size: 15px; color: rgb(85, 85, 85); line-height: 1.7; }
.vyh-lang__chips { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 20px; }
.vyh-lang__chip { display: inline-flex; align-items: center; border: 1.5px solid rgb(224, 224, 224); color: rgb(68, 68, 68); border-radius: 50px; padding: 7px 18px; font-weight: 500; background: rgb(255, 255, 255); cursor: default; transition: border-color 0.2s, color 0.2s; font-size: 14px !important; }
.vyh-lang__chip:hover { border-color: rgb(237, 26, 59); color: rgb(237, 26, 59); }
.vyh-lang__visual { position: relative; display: flex; flex-direction: column; gap: 16px; }
figure.vyh-lang__img { width: 100%; height: auto; border-radius: 24px; overflow: hidden; margin: 0px; box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 32px; }
figure.vyh-lang__img img { width: 100%; height: auto; display: block; border-radius: 24px; }
.vyh-lang__caption { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(4px); border-radius: 14px; padding: 16px 20px; color: rgb(51, 51, 51); line-height: 1.6; font-weight: 600; box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 24px; font-size: 14px !important; }
.vyh-lang__caption-highlight { color: rgb(237, 26, 59); font-weight: 700; }
@media (max-width: 992px) {
.vyh-lang__container { padding: 0px 24px; }
.vyh-lang__heading { font-size: 30px; }
.vyh-lang__body { gap: 40px; }
}
@media (max-width: 768px) {
.vyh-lang { padding: 20px 0px; }
.vyh-lang__container { padding: 0px 20px; }
.vyh-lang__heading { font-size: 26px; }
.vyh-lang__body { grid-template-columns: 1fr; gap: 32px; }
}
.vyh-lang__content { animation: 0.6s ease 0s 1 normal both running vyh-lang--vyhUp; }
.vyh-lang__visual { animation: 0.8s ease 0.15s 1 normal both running vyh-lang--vyhFade; }
@media (prefers-reduced-motion: reduce) {
.vyh-lang__content, .vyh-lang__visual { opacity: 1; animation: auto ease 0s 1 normal none running none; }
}
.vyh-lang, .vyh-lang * { -webkit-tap-highlight-color: transparent; }
.vyh-lang img { max-width: 100%; height: auto; }
@media (max-width: 768px) {
.vyh-lang [class*="vyh-"][class*="__heading"], .vyh-lang [class*="vyh-"][class*="__badge-wrap"] { text-align: center !important; }
.vyh-lang__caption { left: 12px !important; right: 12px !important; bottom: 12px !important; padding: 9px 12px !important; font-size: 11px !important; line-height: 1.4 !important; border-radius: 10px !important; }
}

@keyframes vyh-lang--vyhUp { 
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: none; }
}

@keyframes vyh-lang--vyhFade { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
