:root {
--jaune-clair: #FFFbcc; --jaune-fonce: #FFF899; --bleu-fonce: #003663; --rouge: #FF0000;
--orange: #F7941d;
--jaune: #FFc800;
--vert: #8dc63F;
--bleu: #6dcFF6;
--indigo: #0072bc;
--violet: #92278F;
--max-width: 1024px;
}
html {
font-size: 10px;
scroll-behavior: smooth;
}
p,
li,
a {
font-size: 1.4rem;
}
li {
list-style-type: none;
}
a:hover {
text-decoration: underline;
}
.has-video-border-radius  {
overflow: hidden;
border-radius: 20px;
}   .main-header-menu .menu-link {
font-size: 1.2em;
}
.site-branding.ast-site-identity {
padding-top: 0;
}
.site-title a:visited,
.site-title a {
font-size: 2.5rem;
color: var(--bleu-fonce);
}
.site-footer,
.site-header,
.site-content {
max-width: 1024px;
margin: auto;
}
.site-header {
box-shadow: 0px -20px 23px 7px rgba(0, 0, 0, 0.27);
}
.ast-mobile-header-wrap .ast-primary-header-bar {
padding-top: 2em !important;
}
.site-content {
box-shadow: 0px 0px 23px 7px rgba(0, 0, 0, 0.27);
}
.site-footer {
box-shadow: 0px 20px 23px 7px rgba(0, 0, 0, 0.27);
}
.site-footer,
.site-footer h2 {
color: var(--jaune-fonce);
font-size: 1.2em;
line-height: 2em;
}
.site-footer p {
letter-spacing: .06rem;
font-size: 1em;
color: var(--jaune-fonce);
}
.site-footer a {
color: var(--jaune-fonce);
}
.footer-tel {
font-size: 1.2em;
letter-spacing: .2em;
}
.footer-tel::before {
content: url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/telephone_jaune.png);
margin-right: 0.5em;
vertical-align: -10%;
}
@media (min-width: 540px) {
.site-footer-primary-section-2 {
border-right: 1px solid var(--jaune-fonce);
border-left: 1px solid var(--jaune-fonce);
}
}   .ast-container {
max-width: var(--max-width);
padding: 0;
}
.wp-block-columns,
.wp-block-column {
margin: 0;
}
.page-template-pourquoi .site-content,
.page-template-default .site-content,
.page-template-default .ast-primary-header {
background-color: var(--jaune-fonce);
} .page-template-contact .site-content,
.page-template-ressources .site-content,
.page-template-cadeaux .site-content,
.page-template-hypnose .site-content,
.page-template-armelle .site-content {
background-color: var(--jaune-clair);
}
.post-template-default .ast-primary-header {
background-color: white;
}
.asterisc {
font-weight: 400 !important;
}   .home-bandeau {
margin: 0;
padding: 2rem 3rem 2rem;
font-weight: 600;
width: 100%;
height: 368px;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/home_photo_bandeau_haut.jpg);
}
.home-bandeau p {
font-size: 1.4rem;
margin: .5em;
}
.home-bandeau h1 {
margin-bottom: .2em;
font-size: 2.4em;
line-height: 1.6em;
}
.bandeau-consultations {
display: grid;
grid-template-columns: 1fr;
padding: 2rem;
grid-template-areas:
"c-middle"
"c-left"
"c-right";
}
.consultations-left {
grid-area: c-left;
}
.consultations-middle {
grid-area: c-middle;
}
.consultations-middle>ul {
margin-left: 2.5rem;
}
.consultations-right {
grid-area: c-right;
}
.bandeau-consultations>div {
display: flex;
flex-direction: column;
justify-content: center;
}
.bandeau-consultations div:first-child>p,
.bandeau-consultations div:first-child>ul {
margin-bottom: .1rem;
}
@media (min-width: 768px) {
.bandeau-consultations {
grid-template-columns: 1fr 1fr 1fr;
flex-direction: row;
padding: 2rem 4rem;
grid-template-areas:
"c-left c-middle c-right";
}
.home-bandeau p {
font-size: 1.8em;
line-height: 1.2em;
}
.home-bandeau h1 {
font-size: 3em;
line-height: 1.2em;
}
}
.consultations-tel p::before {
content: url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/telephone_bleu.png);
margin-right: 0.5em;
vertical-align: -18%;
}
.puce-audio p,
.puce-video p {
margin: 0;
}
.puce-audio ul,
.puce-video ul {
margin-left: .2em;
}
.puce-audio li,
.puce-video li {
padding-left: .8rem;
}
.puce-audio li::before {
content: url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/picto_audio_bleu.png);
margin-right: 0.5em;
vertical-align: -.4em;
}
.puce-video li::before {
content: url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/picto_video_bleu.png);
margin-right: 0.5em;
vertical-align: -.4em;
}
.puce-square li::before {
content: '■';
font-size: 2rem;
margin-right: 0.5em;
}
.transformer {
background-color: white;
margin: 0;
}
.transformer h2 {
margin-top: 2rem;
font-size: 1.4rem;
line-height: 2.8rem;
padding-left: 1rem;
}
.transformer span {
font-size: 2.8rem;
}
.home_puces_couleurs li:before {
content: '■';
font-size: 2rem;
margin-right: 0.5em;
}
.home_puces_couleurs li:nth-of-type(1):before {
color: var(--rouge);
}
.home_puces_couleurs li:nth-of-type(2):before {
color: var(--orange);
}
.home_puces_couleurs li:nth-of-type(3):before {
color: var(--jaune);
}
.home_puces_couleurs li:nth-of-type(4):before {
color: var(--vert);
}
.home_puces_couleurs li:nth-of-type(5):before {
color: var(--bleu);
}
.transformer-colonnes-puces {
display: grid;
grid-template-columns: 90% 10%;
margin-right: 10%;
}
.transformer-puce-video::after {
content: '';
}
@media (min-width: 480px) {
.transformer-puce-video::after {
content: url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/picto_video_bleu.png);
vertical-align: -.7em;
}
}
@media (min-width: 530px) and (max-width: 768px) {
.bandeau-consultations,
.transformer h2 {
padding-left: 20%;
}
.transformer-colonnes-puces {
padding-left: 10%;
}
}
@media (min-width: 768px) {
.bordures-laterales {
border-left: 1px solid var(--bleu-fonce);
border-right: 1px solid var(--bleu-fonce);
}
.transformer {
padding: 0 18%;
}
.transformer h2 {
text-align: center;
}
}
.vignettes-presentation-pages {
margin: 0;
padding: 4rem 6rem 0;
background-color: var(--jaune-clair);
justify-content: space-around;
}
.vignettes-presentation-pages>div {
margin-bottom: 2rem;
max-width: 261px;
display: flex;
flex-direction: column;
background-color: var(--jaune-fonce);
}
.vignettes-presentation-pages>div .wp-block-image {
margin-top: 0;
}
.vignettes-presentation-pages>div>h2 {
margin-top: 1rem;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.6rem;
font-weight: 700;
flex-shrink: 0;
height: 6rem;
}
.vignettes-presentation-pages>div hr {
display: block;
align-self: center;
width: 6rem;
height: 1px;
border: 0;
border-top: 1px solid var(--bleu-fonce);
margin: 1em 0;
padding: 0;
}
.vignettes-presentation-pages p {
text-align: center;
padding: .5rem;
}
.vignettes-presentation-pages>div>p:nth-of-type(1) {
display: block;
width: 100%;
}
.vignettes-presentation-pages>div>p:last-of-type {
justify-self: end;
}
.asterisque-home {
padding: 0 2rem;
background-color: var(--jaune-clair);
}
@media (min-width: 760px) {
.asterisque-home {
padding: 0 8rem;
}
}   .armelle-citation,
.home-citation {
margin: 0;
font-weight: 600;
width: 100%;
height: 368px;
background-position: center;
}
.home-citation {
padding: 6rem 2rem 14rem;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/home_bandeau_bas.jpg);
}
.armelle-citation {
padding: 10rem 2rem 0;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/Armelle_bandeau_bas.jpg);
}
.armelle-citation p,
.home-citation p {
margin: 0 5%;
text-align: center;
font-size: 2.4rem;
padding-bottom: 2rem;
}
@media (min-width: 768px) {
.armelle-citation p,
.home-citation p {
margin: 0 15%;
}
}    .armelle {
padding: 13rem 2rem 0;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/Armelle_bandeau_haut.jpg);
}
.cadeaux {
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/cadeaux_bandeau_haut.jpg);
padding: 13rem 2rem 0;
height: 389px;
margin-bottom: 0 !important;
}
.ressources {
padding: 13rem 2rem 2rem;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/ressources_bandeau_haut.jpg);
}
.hypnose {
padding: 13rem 2rem 0;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/hypnose_bandeau_haut.jpg);
}
.page-template-contact .contact {
padding: 8rem 2rem 0;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/contact_bandeau_haut.jpg);
margin-bottom: 0;
}
.title-pourquoi {
padding: 8rem 2rem 0;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/pourquoi_bandeau_haut.jpg);
}
.temoignages {
padding: 12rem 2rem 0;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/temoignages.jpg);
}
.bandeau-haut {
margin: 0;
font-weight: 600;
width: 100%;
height: 368px;
background-position: center;
}
.cadeaux-content,
.hypnose-content {
padding: 0 1rem;
}
.cadeaux-content {
background-color: var(--jaune-fonce);
}
.ressources-content .wp-block-column,
.armelle-content .wp-block-column,
.hypnose-content .wp-block-column {
display: grid;
margin: 0;
justify-items: center;
}
.armelle-content {
padding: 0 10%;
}
hr {
display: block;
width: 100%;
height: 1px;
border: 0;
border-top: 1px solid var(--bleu-fonce);
margin: 1em 0;
padding: 0;
}
.hypnose-content h2,
.armelle-content div h2 {
font-weight: 600;
margin: 3rem 0 1.5rem;
}
.armelle-content h3,
.hypnose-content h3 {
font-weight: 300;
font-size: 1.6rem;
margin: 2rem 0 1rem;
}
.hypnose-content h3 {
text-transform: uppercase;
}
.contact-content ul,
.armelle-content h3,
.hypnose-content ul {
margin: 0;
}
.contact-content li,
.armelle-content li,
.hypnose-content li {
position: relative;
margin-left: 2rem;
}
.contact-content li:before,
.armelle-content li:before,
.hypnose-content li:before {
content: '';
position: absolute;
left: -1.5rem;
top: .5rem;
border: .5rem solid var(--bleu-fonce);
width: 0;
height: 0;
}
.armelle-puces-2 li:nth-child(1):before,
.armelle-puces-1 li:nth-child(1):before,
.hypnose-content .duree li:nth-of-type(1):before,
.hypnose-content .consultations li:nth-of-type(1):before,
.hypnose-content .hypnose-therapie li:nth-of-type(1):before {
border-color: var(--rouge);
}
.contact-content li:nth-child(2):before,
.armelle-puces-2 li:nth-child(2):before,
.armelle-puces-1 li:nth-child(2):before,
.armelle-puces-1 li:nth-child(3):before,
.hypnose-content .duree li:nth-of-type(2):before,
.hypnose-content .consultations li:nth-of-type(2):before {
border-color: var(--orange);
}
.armelle-puces-2 li:nth-child(3):before,
.armelle-puces-1 li:nth-child(4):before,
.hypnose-content .duree li:nth-of-type(3):before,
.hypnose-content .consultations li:nth-of-type(3):before,
.hypnose-content .consultations li:nth-of-type(4):before {
border-color: var(--jaune);
}
.armelle-puces-2 li:nth-child(4):before,
.armelle-puces-1 li:nth-child(5):before,
.hypnose-content .duree li:nth-of-type(4):before,
.hypnose-content .consultations li:nth-of-type(5):before {
border-color: var(--vert);
}
.armelle-puces-1 li:nth-child(6):before,
.hypnose-content .consultations li:nth-of-type(6):before {
border-color: var(--bleu);
}
.armelle-puces-1 li:nth-child(7):before,
.armelle-puces-1 li:nth-child(8):before,
.hypnose-content .consultations li:nth-of-type(7):before {
border-color: var(--bleu-fonce);
}
.contact-content li:nth-child(1):before,
.armelle-puces-1 li:nth-child(9):before,
.hypnose-content .consultations li:nth-of-type(8):before,
.hypnose-content .hypnose-therapie li:nth-of-type(2):before {
border-color: var(--violet);
}
.cadeau-blocs,
.armelle-columns-2,
.hypnose-column {
margin: auto;
margin: 0;
display: grid;
width: 100%;
grid-template-columns: 1fr;
align-items: center;
}
.cadeau-blocs {
background-color: var(--jaune-clair);
margin: 4rem auto;
}
.cadeau-blocs .wp-block-column {
margin: 0;
}
.armelle-columns-2 h3 {
font-weight: 600;
font-size: 1.6rem;
}
.accompagnement .block-columns,
.hypnose-column {
background-color: white;
}
.armelle-columns-2 img {
margin-bottom: 2rem;
}
.hypnose-column>div,
.hypnose-column>div figure {
margin: 0;
}
.wp-block-column.bloc-text {
margin: 0;
padding: .5rem .5rem .5rem 2rem;
}
.wp-block-column.bloc-text p {
padding: .5rem;
margin: 0;
}
.hypnose-last-block {
background-color: var(--jaune-fonce);
padding: 2rem 2rem;
margin-bottom: 3rem;
}
.armelle-content.fond-jaune-fonce {
background-color: var(--jaune-fonce);
}
.armelle-content.fond-blanc {
padding-top: 3rem;
padding-bottom: 3rem;
background-color: white;
}
.armelle-bloc-images {
padding: 4rem 0;
}
.armelle-puces ul,
.armelle-puces hr,
.armelle-puces h3 {
margin-left: .5rem;
}
.armelle-content h3 {
font-size: 2.2rem;
}
.armelle-bloc-images p:last-of-type {
display: block;
align-self: end;
justify-self: end;
margin-right: 2rem;
}
.cadeau-bloc-gauche {
padding: 3rem;
}
.cadeau-bloc-droite {
display: grid;
grid-template-columns: 100%;
background-color: white;
}
.cadeau-bloc-droite-haut h2 {
margin: 4rem;
font-size: 1.4rem;
color: white;
display: grid;
align-items: center;
justify-content: center;
width: 10rem;
height: 10rem;
}
.cadeau-bloc-droite-haut .cadeau-rouge {
background-color: var(--rouge);
}
.cadeau-bloc-droite-haut .cadeau-orange {
background-color: var(--orange);
}
.cadeau-bloc-droite-haut .cadeau-jaune {
background-color: var(--jaune);
}
.cadeau-bloc-droite-haut .cadeau-vert {
background-color: var(--vert);
}
.cadeau-bloc-droite-haut .cadeau-bleus {
background: linear-gradient(90deg, var(--bleu) 50%, var(--bleu-fonce) 50%);
}
.cadeau-last-bloc {
background-color: var(--jaune-clair);
padding: 3rem;
margin: 3rem 0;
}
.cadeau-bloc-droite-bas h3 {
font-size: 1.6rem;
font-weight: 600;
margin: 0;
}
.cadeau-bloc-droite-bas {
padding: 1.5rem;
}
.cadeau-bloc-droite-bas p {
margin-top: 0;
}
@media (min-width: 768px) and (max-width: 800px) {
.armelle-bloc-images h3 {
font-size: 1.4rem;
}
}
@media (min-width: 415px) {
.hypnose-column {
width: 415px;
}
}
@media (min-width: 500px) {
.hypnose-content {
padding: 0 2rem;
}
}
@media (min-width: 768px) {
.cadeau-blocs.last .cadeau-bloc-gauche {
height: 45rem;
}
.cadeau-blocs.last .cadeau-bloc-droite {
height: 45rem;
}
.armelle-content .wp-block-column,
.hypnose-content .wp-block-column {
justify-items: start;
}
.armelle-content h3 {
font-size: 1.6rem;
}
.cadeaux-content,
.hypnose-content {
padding: 0 10%;
}
.armelle-content {
padding: 0 10%;
margin: 0 auto;
}
.cadeau-blocs,
.armelle-columns-2,
.hypnose-column {
width: 100%;
grid-template-columns: 1fr 1fr;
}
.armelle-columns-2 {
align-items: start;
gap: 5rem;
}
.armelle-columns-2 h3 {
height: 3.2rem;
}
.armelle-bloc-images .wp-block-column {
grid-template-rows: 2.5rem 2rem auto 12rem auto;
height: 43rem;
}
.hypnose-last-block {
padding: 2rem 4rem;
}
.armelle-puces hr,
.armelle-puces h3 {
margin-left: 3rem;
}
}
@media (min-width: 768px) and (max-width: 840px) {
.hypnose-content .liste-petite li {
font-size: 1.2rem;
}
} @media (min-width: 768px) and (max-width: 890px) {
.cadeau-blocs .cadeau-bloc-gauche {
padding: 2rem;
}
.cadeau-blocs.last .cadeau-bloc-gauche p {
font-size: 1.3rem;
}
}   .title-single {
text-align: center;
margin: 0;
padding: 4rem 3rem 2rem;
font-weight: 600;
width: 100%;
height: 368px;
background: no-repeat url(//armelle-hypnose.fr/wp-content/uploads/img-astra-child/partage-experience-accompagnement.jpg);
}
.title-single.title-accompagnement h1 {
font-size: 2rem;
margin-bottom: 1rem;
font-style: italic;
}
.single-content {
margin: 3rem 3rem 5rem;
}
.single .single-content h2 {
margin: 2rem 0;
}
.site-content p:first-of-type {
font-weight: 600;
}
.single-content .wp-block-image img {
margin: 3rem;
box-shadow: 0 0 3rem #6d6a5a;
border-radius: 2rem;
-webkit-border-radius: 2rem;
-moz-border-radius: 2rem;
-ms-border-radius: 2rem;
-o-border-radius: 2rem;
}
@media (min-width: 768px) {
.single-content {
margin: 3rem 15rem 5rem;
}
}   .ressources-content:last-child {
padding: 0 5rem 5rem;
}
.ressources-content h2 {
margin: 2rem 4rem;
} @media (min-width: 575px) and (max-width: 768px) {
.ressources-menu {
flex-direction: column;
}
.wp-block-column:nth-child(2n) {
margin-left: 0;
}
}
@media (min-width: 768px) {
.ressources-menu {
width: 100%;
display: grid;
margin: 0 1rem 2rem;
align-items: center;
padding: 1rem 6rem;
grid-template-columns: 1fr 1fr 1fr;
width: 100%;
justify-content: space-around;
}
.ressources-menu p {
margin: 0;
}
.ressources-menu>div a {
font-size: 1.4em;
margin: 1em;
}
.ressources-menu div:nth-child(2) {
border-left: 1px solid var(--bleu-fonce);
border-right: 1px solid var(--bleu-fonce);
}
}
.ressources-medias {
display: grid;
grid-template-columns: 1fr;
margin: 0;
}
.ressources-medias .wp-block-column {
display: block;
justify-self: center;
margin-bottom: 2rem;
max-width: 217px;
background-color: var(--jaune-fonce);
}
.ressources-medias .wp-block-column.audios {
position: relative;
}
.ressources-medias .wp-block-column p {
text-align: center;
padding: 1rem;
margin: 0;
}
.ressources-medias>div hr {
display: block;
text-align: center;
width: 90%;
max-width: 90%;
height: 0;
border: 0;
border-top: 2px solid var(--bleu-fonce);
margin: 1rem auto .2rem;
padding: 0;
}
.ressources-medias>div .audio {
display: none;
bottom: 0;
max-width: 217px;
position: absolute;
z-index: 500;
}
.ressources-medias>div .video iframe {
position: fixed;
left: 2%;
top: 15rem;
}
.ressources-medias>div .video {
box-shadow: 0 0 3rem #262e4b;
display: none;
}
.ressources-medias>div .video.open  {
display: block;
} .ressources-medias>div .audio.open {
display: block;
}
.ressources-medias>div .audio audio {
max-width: 217px;
}
.ressources-medias p {
text-align: center;
padding: .5rem;
margin-bottom: 1rem;
}
.ressources-medias>div>p:nth-of-type(1) {
line-height: 1.3em;
display: flex;
align-items: center;
justify-content: center;
height: 7rem;
}
.ressources-medias>div .audio p,
.ressources-medias>div .video p {
cursor: pointer;
border-radius: 10px;
box-shadow: 0 0 5px #978b97;
text-align: center;
padding: .8rem;
color: white;
background-color: var(--rouge);
}
.ressources-medias>div .audio p {
display: flex;
justify-content: center;
width: 10rem;
margin: 1rem auto;
}
.ressources-medias>div .video p {
position: fixed;
left: 50%;
top: 10rem;
margin-left: -15rem;
width: 30rem;
font-weight: 700;
font-size: 2.2rem;
}
.ressources-medias p:last-of-type {
text-align: right;
cursor: pointer;
}
.accompagnement {
display: flex;
flex-direction: column;
align-content: center; margin-top: 3rem;
}
.accompagnement .block-columns {
display: flex;
flex-direction: column;
align-items: center;
width: 412px;
margin: 0 0 2rem;
}
.accompagnement p {
margin-bottom: 0;
padding: .5rem 0;
}
.text-accompagnement p:last-of-type {
text-align: right;
}
.accompagnement p:first-of-type {
text-transform: uppercase;
}
.accompagnement :is(p:first-of-type, h2) {
font-size: 1.6rem;
margin: 0;
}
.accompagnement h3 {
font-size: 1.4rem;
margin-top: 2rem;
margin-bottom: .7rem;
font-weight: 600;
}
.accompagnement p:first-of-type {
font-weight: 600;
}
.accompagnement>div>div:last-of-type {
padding: 1rem;
}
@media (min-width: 768px) and (max-width: 1030px) {
.accompagnement :is(p:first-of-type, h2) {
font-size: 1.4rem;
margin: 0;
}
.accompagnement h3 {
font-size: 1.4rem;
margin-top: 1rem;
}
.accompagnement p {
font-size: 1.2rem;
}
.accompagnement>div>div:last-of-type p {
padding: 0 .5rem;
}
}
@media (min-width: 580px) {
.ressources-medias>div .video iframe {
left: 50%;
margin-left: -280px;
}
}
@media (min-width: 768px) {
.accompagnement .block-columns {
flex-direction: row;
width: 100%;
}
.accompagnement .block-column {
flex: 0 1 50%;
}
.ressources-medias {
grid-template-columns: 1fr 1fr 1fr;
}
.ressources-medias .wp-block-column {
margin: 2rem;
}
.text-accompagnement {
margin-right: 2rem;
}
}   .pourquoi-content {
margin: 2rem;
}
@media (min-width: 768px) {
.pourquoi-content {
margin: 2rem 22rem;
}
}   .contact-content ul {
margin-bottom: 3rem;
}
.contact-content li {
margin-bottom: 1rem;
}
.page-template-contact .contact-content {
margin: 0;
background-color: var(--jaune-fonce);
padding: 2rem;
}
@media (min-width: 768px) {
.page-template-contact .contact-content {
padding: 2rem 20rem;
}
}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}.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}