span.eeb-nodis { 
display:none !important; 
}
span.eeb-rtl { 
unicode-bidi:bidi-override !important; 
direction:rtl !important; 
display:inline !important; 
}
span.eeb-rtl span.eeb-sd, span.eeb-nrtl span.eeb-sd{
display:inline !important;
padding-left:0 !important;
}
span.eeb-nrtl { 
word-break: break-all !important;
}
.eeb-encoded { 
position:relative; 
margin-top:-0.3em; 
z-index:1000; 
color:green; 
}:root {
--mk-green-950: #102f26;
--mk-green-900: #173d32;
--mk-green-700: #1f7a57;
--mk-green-600: #23a26f;
--mk-green-500: #31c686;
--mk-mint-100: #e9fbf1;
--mk-mint-050: #f5fcf8;
--mk-yellow-300: #ffd85a;
--mk-blue-300: #9fd7ff;
--mk-violet-300: #d9c4ff;
--mk-text: #16342c;
--mk-muted: #5f756d;
--mk-border: rgba(20, 88, 65, 0.14);
--mk-card: rgba(255, 255, 255, 0.88);
--mk-radius-lg: 28px;
--mk-radius-md: 18px;
--mk-shadow-soft: 0 8px 24px rgba(18, 88, 62, 0.08);
--mk-font: "Arial Rounded MT Bold", "Trebuchet MS", "Aptos Rounded", "Nunito", ui-rounded, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; -webkit-text-size-adjust: 100%; }
body {
min-height: 100%;
margin: 0;
font-family: var(--mk-font);
color: var(--mk-text);
background:
radial-gradient(circle at 10% 0%, rgba(49, 198, 134, 0.12), transparent 32rem),
radial-gradient(circle at 95% 8%, rgba(159, 215, 255, 0.18), transparent 30rem),
linear-gradient(180deg, #f8fffb 0%, #eefaf3 100%);
}
body.mk-theme {
overflow-x: hidden;
}
img, svg, video, canvas { max-width: 100%; height: auto; }
a { color: var(--mk-green-700); text-decoration-thickness: 0.08em; text-underline-offset: 0.16em; }
a:hover { color: var(--mk-green-900); }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.screen-reader-text:focus {
position: fixed !important;
z-index: 100000;
top: 12px;
left: 12px;
width: auto;
height: auto;
clip: auto;
padding: 10px 14px;
border-radius: 12px;
background: #ffffff;
color: var(--mk-green-950);
box-shadow: var(--mk-shadow-soft);
}
.mk-site {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.mk-main,
.mk-app-host {
width: 100%;
flex: 1 0 auto;
}
.mk-app-host {
min-height: 100vh;
}
.mk-container {
width: min(100% - 32px, 1600px);
margin: 0 auto;
}
.mk-container--narrow {
width: min(100% - 32px, 980px);
margin-left: auto;
margin-right: auto;
}
.mk-page {
margin: 48px auto;
padding: clamp(24px, 4vw, 48px);
background: var(--mk-card);
border: 1px solid var(--mk-border);
border-radius: var(--mk-radius-lg);
box-shadow: var(--mk-shadow-soft);
}
.mk-page h1 {
margin: 0 0 18px;
font-size: clamp(32px, 5vw, 58px);
line-height: 1.02;
letter-spacing: -0.04em;
color: var(--mk-green-950);
}
.mk-content {
font-size: clamp(17px, 1.3vw, 20px);
line-height: 1.7;
}
.mk-content > *:first-child { margin-top: 0; }
.mk-content > *:last-child { margin-bottom: 0; } .mk-app-host > .mk-app,
.mk-app-host > .cpj-app {
min-height: 100vh;
}
.mk-fallback {
min-height: 100vh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 56px);
}
.mk-fallback__card {
width: min(100%, 1120px);
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
gap: clamp(24px, 4vw, 64px);
align-items: center;
padding: clamp(26px, 5vw, 72px);
background: rgba(255, 255, 255, 0.86);
border: 1px solid var(--mk-border);
border-radius: 36px;
box-shadow: var(--mk-shadow-soft);
}
.mk-brand {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 28px;
color: var(--mk-green-950);
text-decoration: none;
}
.mk-brand__mark {
width: 52px;
height: 52px;
flex: 0 0 auto;
}
.mk-brand__text {
display: grid;
gap: 2px;
}
.mk-brand__name {
font-weight: 850;
font-size: 22px;
letter-spacing: -0.03em;
}
.mk-brand__tagline {
color: var(--mk-muted);
font-size: 13px;
font-weight: 700;
}
.mk-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 16px;
padding: 8px 12px;
border-radius: 999px;
background: var(--mk-mint-100);
color: var(--mk-green-900);
font-weight: 800;
font-size: 14px;
}
.mk-fallback h1 {
margin: 0;
max-width: 780px;
font-size: clamp(38px, 6vw, 76px);
line-height: 0.98;
letter-spacing: -0.055em;
color: var(--mk-green-950);
}
.mk-fallback h1 strong {
color: var(--mk-green-600);
font-weight: 900;
}
.mk-fallback p {
max-width: 680px;
margin: 22px 0 0;
color: var(--mk-muted);
font-size: clamp(17px, 1.7vw, 22px);
line-height: 1.55;
}
.mk-fallback__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 30px;
}
.mk-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 13px 20px;
border-radius: 999px;
border: 1px solid transparent;
background: var(--mk-green-700);
color: #fff;
font-weight: 850;
text-decoration: none;
box-shadow: 0 8px 18px rgba(31, 122, 87, 0.16);
}
.mk-button:hover { color: #fff; background: var(--mk-green-900); }
.mk-button--secondary {
background: #fff;
color: var(--mk-green-900);
border-color: var(--mk-border);
box-shadow: none;
}
.mk-button--secondary:hover { color: var(--mk-green-900); background: var(--mk-mint-100); }
.mk-visual {
min-height: 360px;
position: relative;
display: grid;
place-items: center;
}
.mk-visual__bubble {
position: absolute;
border-radius: 28px;
background: #fff;
border: 1px solid var(--mk-border);
box-shadow: var(--mk-shadow-soft);
}
.mk-visual__bubble--one { width: 86px; height: 86px; top: 20px; left: 22px; background: #fff8d8; }
.mk-visual__bubble--two { width: 110px; height: 110px; right: 0; bottom: 34px; background: #eff5ff; }
.mk-visual__bubble--three { width: 72px; height: 72px; right: 40px; top: 10px; background: #f3efff; }
.mk-visual__phone {
width: min(78%, 300px);
aspect-ratio: 0.66;
position: relative;
z-index: 2;
padding: 20px;
border-radius: 36px;
background: linear-gradient(180deg, #173d32, #102f26);
box-shadow: 0 16px 36px rgba(15, 50, 39, 0.20);
}
.mk-visual__screen {
height: 100%;
padding: 18px;
border-radius: 26px;
background: linear-gradient(180deg, #f8fffb, #e9fbf1);
display: grid;
align-content: center;
gap: 14px;
}
.mk-visual__line {
height: 14px;
border-radius: 999px;
background: rgba(31, 122, 87, 0.16);
}
.mk-visual__line:nth-child(1) { width: 72%; height: 20px; background: rgba(31, 122, 87, 0.30); }
.mk-visual__line:nth-child(2) { width: 94%; }
.mk-visual__line:nth-child(3) { width: 64%; }
.mk-visual__check {
width: 82px;
height: 82px;
margin: 16px auto 0;
border-radius: 50%;
display: grid;
place-items: center;
background: var(--mk-green-600);
color: #fff;
font-size: 42px;
font-weight: 900;
}
.mk-site-footer {
flex: 0 0 auto;
padding: 24px 16px;
color: var(--mk-muted);
text-align: center;
font-size: 14px;
}
@media (max-width: 860px) {
.mk-fallback__card {
grid-template-columns: 1fr;
padding: 24px;
border-radius: 28px;
}
.mk-visual { min-height: 260px; }
.mk-visual__phone { width: min(68%, 240px); }
}
@media (max-width: 560px) {
.mk-container,
.mk-container--narrow {
width: 100%;
padding-inline: 15px;
}
.mk-page {
margin: 0;
min-height: 100vh;
border-radius: 0;
border-inline: 0;
padding: 24px 15px;
}
.mk-fallback {
padding: 15px;
}
.mk-fallback__card {
padding: 20px;
border-radius: 24px;
}
.mk-brand__mark {
width: 44px;
height: 44px;
}
.mk-brand__name { font-size: 19px; }
.mk-brand__tagline { font-size: 12px; }
.mk-fallback__actions { flex-direction: column; }
.mk-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
scroll-behavior: auto !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
} .mk-site-header {
flex: 0 0 auto;
width: 100%;
padding: 18px 0;
background: rgba(255, 255, 255, .82);
border-bottom: 1px solid var(--mk-border);
backdrop-filter: blur(12px);
}
.mk-site-header__inner {
width: min(100% - 32px, 1600px);
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.mk-site-logo {
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
}
.mk-site-logo img {
width: 238px;
max-height: 78px;
object-fit: contain;
display: block;
}
.mk-site-nav ul,
.mk-site-nav .menu {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 10px 18px;
align-items: center;
margin: 0;
padding: 0;
}
.mk-site-nav a {
display: inline-flex;
min-height: 38px;
align-items: center;
padding: 8px 12px;
border-radius: 999px;
color: #183629;
font-size: 14px;
font-weight: 900;
text-decoration: none;
}
.mk-site-nav a:hover,
.mk-site-nav .current-menu-item > a {
background: var(--mk-mint-100);
color: var(--mk-green-900);
}
.mk-page {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
body.page-slug-polityka-prywatnosci .mk-page,
body.privacy-policy .mk-page {
max-width: 1040px;
}
.mk-content h2 {
margin-top: 1.55em;
color: var(--mk-green-900);
line-height: 1.2;
}
.mk-content p,
.mk-content li {
color: #29423a;
}
.mk-site-footer {
padding: 26px 0 30px;
background: linear-gradient(180deg, rgba(237, 251, 244, .8), rgba(223, 248, 238, .95));
border-top: 1px solid rgba(34, 145, 78, .16);
text-align: left;
}
.mk-site-footer__inner {
width: min(100% - 32px, 1200px);
margin: 0 auto;
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 18px 24px;
align-items: start;
}
.mk-site-footer__logo {
width: 66px;
height: 66px;
border-radius: 999px;
object-fit: contain;
display: block;
}
.mk-site-footer__text {
display: grid;
gap: 8px;
font-size: 15px;
line-height: 1.55;
color: #24443a;
}
.mk-site-footer__privacy {
font-weight: 850;
color: #19733d;
}
.mk-site-footer__meta {
color: #566c64;
font-weight: 800;
}
.mk-share-links {
grid-column: 1 / -1;
display: flex;
flex-wrap: wrap;
gap: 8px 10px;
align-items: center;
padding-top: 12px;
border-top: 1px solid rgba(34, 145, 78, .16);
font-size: 13px;
font-weight: 850;
color: #4f675f;
}
.mk-share-links > span {
margin-right: 2px;
}
.mk-share-links a {
display: inline-flex;
align-items: center;
gap: 7px;
min-height: 34px;
padding: 5px 11px 5px 6px;
border-radius: 999px;
background: #fff;
border: 1px solid rgba(38, 164, 88, .24);
color: #14743b;
text-decoration: none;
font-weight: 950;
}
.mk-share-links svg {
width: 26px;
height: 26px;
flex: 0 0 26px;
filter: drop-shadow(0 3px 6px rgba(14, 82, 50, .12));
}
.mk-share-links svg circle { fill: #1299d8; }
.mk-share-links svg path { fill: #fff; }
.mk-share-links .mk-share-facebook svg circle { fill: #1174d8; }
.mk-share-links .mk-share-whatsapp svg circle { fill: #20b35a; }
.mk-share-links .mk-share-telegram svg circle { fill: #1299d8; }
.mk-share-links .mk-share-email svg circle { fill: #20a082; }
@media (max-width: 760px) {
.mk-site-header__inner {
width: 100%;
padding-inline: 15px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.mk-site-logo img {
width: 196px;
max-height: 64px;
}
.mk-site-nav ul,
.mk-site-nav .menu {
gap: 6px;
}
.mk-site-nav a {
min-height: 34px;
padding: 7px 10px;
font-size: 13px;
}
.mk-site-footer__inner {
width: 100%;
padding-inline: 15px;
grid-template-columns: 1fr;
gap: 10px;
}
.mk-site-footer__logo {
margin: 0 auto;
width: 72px;
height: 72px;
}
.mk-site-footer__text {
font-size: 14px;
}
} #primary.mk-main > .mk-container--narrow,
.mk-main > .mk-container--narrow {
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
display: block;
} .mk-site-header {
position: sticky;
top: 0;
z-index: 50;
}
.mk-site-header__inner {
position: relative;
}
.mk-site-menu {
position: relative;
margin-left: auto;
}
.mk-site-menu__toggle {
list-style: none;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 46px;
padding: 9px 14px;
border-radius: 999px;
border: 1px solid rgba(38, 164, 88, .24);
background: #fff;
color: #153629;
font-size: 14px;
font-weight: 950;
box-shadow: 0 8px 18px rgba(18, 88, 62, .08);
}
.mk-site-menu__toggle::-webkit-details-marker { display: none; }
.mk-site-menu__icon {
width: 22px;
display: grid;
gap: 4px;
}
.mk-site-menu__icon i {
display: block;
height: 3px;
border-radius: 999px;
background: #168443;
}
.mk-site-menu[open] .mk-site-menu__toggle {
background: var(--mk-mint-100);
}
.mk-site-menu__panel {
position: absolute;
right: 0;
top: calc(100% + 10px);
width: min(86vw, 320px);
padding: 12px;
border-radius: 22px;
border: 1px solid rgba(38, 164, 88, .22);
background: rgba(255, 255, 255, .98);
box-shadow: 0 18px 44px rgba(18, 88, 62, .16);
backdrop-filter: blur(12px);
}
.mk-menu-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 6px;
}
.mk-menu-list a {
display: flex;
align-items: center;
min-height: 42px;
padding: 10px 12px;
border-radius: 14px;
color: #183629;
font-weight: 950;
text-decoration: none;
}
.mk-menu-list a:hover,
.mk-menu-list a:focus-visible {
background: var(--mk-mint-100);
color: var(--mk-green-900);
}
.mk-site-nav { display: none !important; }
.mk-archive-header {
margin: 42px auto 22px;
padding: clamp(22px, 4vw, 36px);
border-radius: var(--mk-radius-lg);
background: rgba(255,255,255,.82);
border: 1px solid var(--mk-border);
box-shadow: var(--mk-shadow-soft);
}
.mk-archive-header h1 {
margin: 0 0 12px;
font-size: clamp(34px, 5vw, 56px);
line-height: 1.02;
letter-spacing: -.045em;
color: var(--mk-green-950);
}
.mk-archive-header p:last-child {
margin-bottom: 0;
color: var(--mk-muted);
font-size: clamp(16px, 1.4vw, 20px);
line-height: 1.5;
}
.mk-post-list {
display: grid;
gap: 18px;
margin: 0 auto 30px;
}
.mk-post-card {
margin: 0;
padding: 0;
border: 1px solid var(--mk-border);
border-radius: 24px;
background: rgba(255,255,255,.86);
box-shadow: var(--mk-shadow-soft);
overflow: hidden;
}
.mk-post-card__link {
display: grid;
grid-template-columns: minmax(0, .36fr) minmax(0, .64fr);
gap: 0;
color: inherit;
text-decoration: none;
}
.mk-post-card__thumb {
display: block;
min-height: 210px;
background: var(--mk-mint-100);
}
.mk-post-card__thumb img {
width: 100%;
height: 100%;
min-height: 210px;
object-fit: cover;
display: block;
}
.mk-post-card__body {
display: grid;
gap: 8px;
align-content: center;
padding: clamp(18px, 3vw, 30px);
}
.mk-post-card time,
.mk-post-header time {
color: #648075;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .06em;
}
.mk-post-card h2 {
margin: 0;
color: var(--mk-green-950);
font-size: clamp(24px, 3vw, 36px);
line-height: 1.08;
letter-spacing: -.035em;
}
.mk-post-card__excerpt {
color: #435e55;
line-height: 1.55;
font-size: 16px;
}
.mk-post-card__more {
margin-top: 6px;
color: #14743b;
font-weight: 950;
}
.mk-post-pagination,
.mk-single-nav {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin: 22px 0 44px;
}
.mk-post-pagination a,
.mk-single-nav a {
display: flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 12px 16px;
border-radius: 999px;
border: 1px solid rgba(38, 164, 88, .24);
background: #fff;
color: #14743b;
font-weight: 950;
text-decoration: none;
box-shadow: 0 8px 18px rgba(18, 88, 62, .08);
}
.mk-single-nav__next a { text-align: right; }
.mk-post-header {
margin-bottom: 24px;
}
.mk-post-header h1 {
margin-bottom: 10px;
}
.mk-post-featured {
margin: 0 0 28px;
overflow: hidden;
border-radius: 24px;
background: var(--mk-mint-100);
}
.mk-post-featured img {
width: 100%;
display: block;
}
@media (max-width: 760px) {
.mk-site-header {
padding: 8px 0;
}
.mk-site-header__inner {
width: 100%;
padding-inline: 12px;
flex-direction: row !important;
align-items: center !important;
gap: 8px;
}
.mk-site-logo img {
width: 168px;
max-height: 56px;
}
.mk-site-menu__label {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0,0,0,0);
}
.mk-site-menu__toggle {
width: 46px;
padding: 0;
border-radius: 16px;
}
.mk-site-menu__panel {
right: 0;
width: min(92vw, 310px);
}
.mk-post-card__link {
grid-template-columns: 1fr;
}
.mk-post-card__thumb,
.mk-post-card__thumb img {
min-height: 180px;
}
.mk-post-pagination,
.mk-single-nav {
grid-template-columns: 1fr;
}
.mk-archive-header {
margin-top: 18px;
}
} body,
button,
input,
textarea,
select {
font-family: var(--mk-font) !important;
} .mk-share-links {
gap: 8px;
justify-content: center;
}
.mk-share-links > span {
flex: 1 0 100%;
text-align: center;
}
.mk-share-links a {
position: relative;
width: 42px;
height: 42px;
min-width: 42px;
padding: 5px;
justify-content: center;
box-sizing: border-box;
}
.mk-share-links a > span {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.mk-share-links svg {
width: 30px;
height: 30px;
flex: 0 0 30px;
margin: 0;
}
.mk-share-links a::after {
content: attr(title);
position: absolute;
left: 50%;
bottom: calc(100% + 8px);
transform: translateX(-50%);
z-index: 30;
display: none;
max-width: 130px;
padding: 5px 8px;
border-radius: 999px;
background: rgba(18, 49, 38, .94);
color: #fff;
font-size: 11px;
line-height: 1.1;
white-space: nowrap;
box-shadow: 0 6px 14px rgba(0,0,0,.18);
}
.mk-share-links a:hover::after,
.mk-share-links a:focus-visible::after,
.mk-share-links a:active::after {
display: block;
}
.mk-share-links .mk-share-instagram svg circle { fill: #d94387; }
.mk-share-links .mk-share-messenger svg circle { fill: #0084ff; }
.mk-share-links .mk-share-x svg circle { fill: #111827; }
@media (max-width: 760px) {
.mk-share-links {
display: grid;
grid-template-columns: repeat(7, minmax(0, 1fr));
gap: 5px;
width: 100%;
}
.mk-share-links > span {
grid-column: 1 / -1;
}
.mk-share-links a {
width: 100%;
min-width: 0;
height: 38px;
min-height: 38px;
padding: 4px;
}
.mk-share-links svg {
width: 28px;
height: 28px;
flex-basis: 28px;
}
} .mk-site-header,
.mk-site-footer {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.mk-site-header__inner {
width: 100% !important;
max-width: none !important;
padding-left: clamp(14px, 2.2vw, 32px) !important;
padding-right: clamp(14px, 2.2vw, 32px) !important;
}
.mk-site-footer__inner {
width: 100% !important;
max-width: none !important;
padding-left: clamp(14px, 2.2vw, 32px) !important;
padding-right: clamp(14px, 2.2vw, 32px) !important;
}
.mk-main {
width: 100% !important;
max-width: none !important;
}
body.page-slug-quiz .mk-main,
body.page-slug-quiz .mk-container,
body.page-slug-quiz .mk-page {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
body.page-slug-quiz .mk-page {
padding-left: 0 !important;
padding-right: 0 !important;
border-radius: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
box-shadow: none !important;
}
@media (max-width: 760px) {
.mk-site-header__inner,
.mk-site-footer__inner {
padding-left: 10px !important;
padding-right: 10px !important;
}
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}