@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";


*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
min-height: 100dvh;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
img,
picture,
svg,
video {
display: block;
max-width: 100%;
}
button,
input,
textarea,
select {
font: inherit;
color: inherit;
}
button {
cursor: pointer;
background: none;
border: none;
}
a {
color: inherit;
}
ul,
ol {
list-style: none;
}
table {
border-collapse: collapse;
}
:target {
scroll-margin-block: 2rem;
}
label,
dd {
color: var(--on-surface);
}
#table,
#table tr,
#table td,
#table th {
color: var(--on-surface);
border: 1px solid var(--on-surface);
} .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}

@font-face {
font-family: "SansSerifFLF";
src: url(//www.masolutionformation.com/wp-content/themes/msf/assets/fonts/SansSerifFLF.otf) format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "SansSerifFLF";
src: url(//www.masolutionformation.com/wp-content/themes/msf/assets/fonts/SansSerifFLF-Demibold.otf) format("opentype");
font-weight: 600;
font-style: normal;
}
:root {
font-family: 'SansSerifFLF';
--bold-weight: 600; --corner-radius: 8px; --bp-sm: 480px; --bp-md: 768px; --bp-lg: 1024px; --bp-xl: 1280px; --bp-2xl: 1536px; --bp-3xl: 1920px;  --display-large-font-size: clamp(2rem, 1.6rem + 1.79vw, 3.75rem);
--display-large-line-height: 1.15;
--display-medium-font-size: clamp(1.75rem, 1.46rem + 1.28vw, 3rem);
--display-medium-line-height: 1.15;
--display-small-font-size: clamp(1.5rem, 1.3rem + 0.9vw, 2.375rem);
--display-small-line-height: 1.25;
--headline-large-font-size: clamp(1.375rem, 1.23rem + 0.64vw, 2rem);
--headline-large-line-height: 1.25;
--headline-medium-font-size: clamp(1.25rem, 1.14rem + 0.51vw, 1.75rem);
--headline-medium-line-height: 1.3;
--headline-small-font-size: clamp(1.125rem, 1.04rem + 0.38vw, 1.5rem);
--headline-small-line-height: 1.4;
--body-large-font-size: clamp(0.9375rem, 0.89rem + 0.19vw, 1.125rem);
--body-large-line-height: 1.45;
--body-medium-font-size: clamp(0.8125rem, 0.78rem + 0.13vw, 0.9375rem);
--body-medium-line-height: 1.45;
}
html .light {
--primary: #F28A1C;
--on-primary: #FFFFFF;
--primary-container: #FFDCC2;
--on-primary-container: #6D3900;
--secondary: #0066CC;
--on-secondary: #D9D9D9;
--secondary-container: #D7E3FF;
--on-secondary-container: #00458E;
--surface: #FCF8F8;
--surface-container: #FFF;
--surface-container-highest: #EBE8E7;
--surface-container-var: #F4F0EF;
--on-surface: #484646;
--on-surface-var: #000;
--outline: #DCD9D8;
--sucess-surface: #B9F21C;
--error-surface: #FF5449;
}
html .dark {
--primary: #FFB77C;
--on-primary: #4D2700;
--primary-container: #6D3900;
--on-primary-container: #FFDCC2;
--secondary: #AAC7FF;
--on-secondary: #002F65;
--secondary-container: #00458E;
--on-secondary-container: #D7E3FF;
--surface: #1F0C00;
--surface-container: #2E1500;
--surface-container-highest: #353434;
--surface-container-var: #3C1E00;
--on-surface: #C9C6C5;
--on-surface-var: #FFF;
--outline: #929090;
--sucess-surface: #B9F21C;
--error-surface: #FF5449;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
color: var(--on-surface);
}
h1 {
font-size: var(--display-large-font-size);
line-height: var(--display-large-line-height);
}
h2 {
font-size: var(--display-medium-font-size);
line-height: var(--display-medium-line-height);
}
h3 {
font-size: var(--display-small-font-size);
line-height: var(--display-small-line-height);
}
h4 {
font-size: var(--headline-large-font-size);
line-height: var(--headline-large-line-height);
}
h5 {
font-size: var(--headline-medium-font-size);
line-height: var(--headline-medium-line-height);
}
h6 {
font-size: var(--headline-small-font-size);
line-height: var(--headline-small-line-height);
}
p,
span,
a {
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
}
a {
text-decoration: none;
}
svg {
fill: var(--primary);
stroke: var(--primary);
}
body {
background-color: var(--surface);
}

:root {
--theme-switch-base-width: 34px;
--theme-switch-base-height: 17px;
--theme-switch-base-indicator-dimension: 6px;
--theme-switch-base-indicator-pos-offset: 4px;
--theme-switch-base-indicator-translation: 16px;
--theme-switch-division-factor: 1;
--theme-switch-width: calc(var(--theme-switch-base-width)/var(--theme-switch-division-factor));
--theme-switch-height: calc(var(--theme-switch-base-height)/var(--theme-switch-division-factor));
--theme-switch-indicator-dimension: calc(var(--theme-switch-base-indicator-dimension)/var(--theme-switch-division-factor));
--theme-switch-indicator-pos-offset: calc(var(--theme-switch-base-indicator-pos-offset)/var(--theme-switch-division-factor));
--theme-switch-indicator-translation: calc(var(--theme-switch-base-indicator-translation)/var(--theme-switch-division-factor));
}
@keyframes fade_in_show {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.contact_banner {
background-color: var(--surface-container-var);
padding: 1vh 5vw;
display: flex;
justify-content: center;
gap: 2vw;
flex-wrap: wrap;
}
.contact_banner--info {
display: flex;
gap: 1vw;
justify-content: center;
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
align-items: center;
}
.contact_banner--svg {
height: 3vh;
aspect-ratio: 1;
display: inline;
}
nav {
background-color: var(--surface-container);
display: flex;
align-items: center;
gap: 2vw;
padding: 2vh 4vw;
width: 100%;
position: relative;
z-index: 100;
}
#logo-nav-link img {
height: auto;
width: calc(2 * 4px + 2 * var(--theme-switch-height) + var(--theme-switch-width));
}
.outlined-button {
padding: 1vh 2vw;
border-radius: 100px;
border: 2.5px solid black;
width: fit-content;
font-size: var(--headline-medium-font-size);
line-height: var(--headline-medium-line-height);
}
.outlined-primary {
background-color: var(--surface-container);
border-color: var(--primary);
color: var(--on-surface);
}
#nav-actions {
display: flex;
align-items: center;
gap: 3vw;
order: 2;
}
.nav-cta {
display: inline-flex;
align-items: center;
white-space: nowrap;
background-color: var(--primary);
color: var(--on-primary);
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
font-weight: var(--bold-weight);
padding: 0.75em 1.5em;
border-radius: 999px;
text-decoration: none;
}
#theme-switch-container {
display: flex;
gap: 4px;
align-items: center;
}
#theme-switch-container svg {
width: auto;
height: var(--theme-switch-height);
}
.switch {
position: relative;
display: inline-block;
width: var(--theme-switch-width);
height: var(--theme-switch-height);
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--surface-container);
transition: 0.4s;
border: 2px solid var(--primary);
border-radius: var(--theme-switch-height);
}
.slider:before {
position: absolute;
content: "";
height: var(--theme-switch-indicator-dimension);
width: var(--theme-switch-indicator-dimension);
left: var(--theme-switch-indicator-pos-offset);
bottom: var(--theme-switch-indicator-pos-offset);
background-color: var(--primary);
transition: 0.4s;
border-radius: var(--theme-switch-indicator-dimension);
}
input:checked+.slider:before {
transform: translateX(var(--theme-switch-indicator-translation));
} #burger-checkbox {
display: none;
}
#burger-button {
order: 3;
position: absolute;
right: 4vw;
}
#burger-button label {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 32px;
height: 22px;
cursor: pointer;
}
#burger-button label div {
position: relative;
width: 100%;
height: 3px;
background-color: var(--secondary);
border-radius: 2px;
transform-origin: 0;
transition:
0.3s ease transform,
0.3s ease opacity,
0.3s ease width;
}
#burger-button:has(#burger-checkbox:checked) label div:first-child {
transform: rotateZ(45deg);
}
#burger-button:has(#burger-checkbox:checked) label div:nth-child(2) {
transform: rotateZ(45deg);
opacity: 0;
width: 0;
}
#burger-button:has(#burger-checkbox:checked) label div:last-child {
transform: rotateZ(-45deg);
} #nav-links-container {
display: none;
order: 4;
flex-basis: 100%;
background-color: var(--surface-container-var);
padding: 1vh 4vw 3vh;
gap: 2vh;
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 101;
}
nav:has(#burger-checkbox:checked) #nav-links-container {
display: flex;
flex-direction: column;
animation: fade_in_show 0.3s;
}
#nav-background-hovered {
display: none;
}
.parent-menu-item {
border-top: 1px solid var(--primary-container);
padding-top: 1.5vh;
display: flex;
flex-direction: column;
gap: 1vh;
}
.parent-menu-title {
display: flex;
gap: 0.5vh;
justify-content: space-between;
align-items: center;
}
.parent-menu-title a {
font-size: var(--display-small-font-size);
line-height: var(--display-small-line-height);
font-weight: var(--bold-weight);
color: var(--on-surface);
}
.menu-toggle {
background: none;
border: none;
padding: 0.5rem;
margin: -0.5rem;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
appearance: none;
-webkit-appearance: none;
}
.menu-toggle svg {
height: 18px;
width: auto;
transition: transform 0.2s ease;
}
.menu-toggle.is-open svg {
transform: rotateZ(180deg);
}
.parent-description {
font-size: var(--headline-large-font-size);
line-height: var(--headline-large-line-height);
color: var(--primary);
font-weight: var(--bold-weight);
padding-bottom: 2vh;
}
.sub-menu-item-container {
display: none;
flex-direction: column;
gap: 2vh;
padding: 1vh 0;
animation: fade_in_show 0.4s;
}
.sub-menu-item-container.is-open {
display: flex;
}
.sub-menu-item {
display: flex;
flex-direction: column;
gap: 2vh;
}
.sub-nav {
display: flex;
flex-direction: column;
gap: 1.5vh;
}
.sub-nav-title {
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.5vh;
}
.sub-nav-title a {
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
font-weight: var(--bold-weight);
color: var(--secondary);
}
.sub-nav ul {
padding-left: 5vw;
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
color: var(--on-surface-var);
}
.grandchild-menu-list {
display: none;
flex-direction: column;
gap: 1vh;
padding-left: 5vw;
list-style: none;
}
.grandchild-menu-list.is-open {
display: flex;
}
.grandchild-menu-item a {
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
color: var(--on-surface-var);
}
.nav-badge {
width: 120px;
}    @media screen and (min-width: 768px) {
:root {
--theme-switch-division-factor: 0.75;
}
nav {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
justify-content: initial;
padding: 2vh 2vw;
}
.contact_banner {
justify-content: unset;
padding: 1vh 2vw;
flex-direction: row;
gap: 4vw;
}
.contact_banner--info {
gap: .5vw;
}
#logo-nav-link img {
height: 8vh;
width: auto;
}
#nav-actions {
order: initial;
justify-self: end;
}
.parent-menu-item {
border: none;
padding-top: 0;
position: relative;
}
.parent-menu-title a {
font-size: var(--headline-medium-font-size);
line-height: var(--headline-medium-line-height);
font-weight: normal;
} .sub-menu-item-container {
display: none;
padding: 2vh 1vw;
top: 100%;
left: 0;
right: 0;
border-radius: 4px;
background-color: var(--surface-container-var);
z-index: 2;
animation: fade_in_show 0.7s ease forwards;
}
.parent-menu-item:first-child .sub-menu-item-container {
width: 100%;
}
.sub-menu-item {
display: flex;
}
.sub-nav ul {
padding-left: 2vw;
}
.sub-nav-title a {
white-space: nowrap;
display: inline;
width: fit-content;
}
.grandchild-menu-list {
position: static;
padding-left: 0;
margin-top: 1vh;
}
.nav-badge {
align-self: center;
width: 175px;
}
}   @media screen and (min-width: 1024px) {
:root {
--theme-switch-division-factor: 0.5625;
}
#burger-button {
display: none;
}
#nav-links-container {
display: flex;
position: relative;
order: initial;
flex-basis: auto;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: transparent;
padding: 0;
flex-wrap: wrap;
top: unset;
left: unset;
gap: 2vw;
row-gap: 1vh;
} .menu-toggle {
display: none;
}
.sub-menu-item-container:hover,
.parent-menu-item:hover>.sub-menu-item-container,
.parent-menu-item:focus-within>.sub-menu-item-container {
display: flex;
} .grandchild-menu-item:hover,
.sub-nav:hover .grandchild-menu-list,
.sub-nav:focus-within .grandchild-menu-list {
display: flex;
}
.sub-menu-item-container {
position: absolute;
}
.parent-menu-item:first-child .sub-menu-item-container {
width: 300%;
}
.parent-menu-item:nth-child(2) .sub-menu-item-container {
width: 200%;
}
.outlined-primary:hover {
background-color: var(--primary-container);
color: var(--on-primary-container);
}
.nav_contact--wrapper {
width: 100%;
display: flex;
justify-content: center;
}
}.site-footer {
background-color: var(--surface-container-var);
border-top: 1px solid var(--outline);
}
.footer__top {
display: flex;
flex-direction: column;
gap: 4vh;
padding: 6vh 6vw;
}
.footer__about {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1.5vh;
}
.footer__logo-link {
display: inline-flex;
}
.footer__logo {
height: 6vh;
width: auto;
}
.footer__tagline {
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
color: var(--on-surface-var);
opacity: 0.75;
max-width: 32ch;
}
.footer__socials {
display: flex;
gap: 0.75rem;
}
.footer__social-link {
display: flex;
align-items: center;
justify-content: center;
width: 2.25rem;
height: 2.25rem;
border-radius: 50%;
background-color: var(--surface-container);
transition: background-color 0.2s ease, transform 0.2s ease;
}
.footer__social-link svg {
width: 1.1rem;
height: 1.1rem;
fill: var(--on-surface);
stroke: none;
}
.facebook-cls-1 {
fill: var(--surface-container);
}
.footer__social-link svg.instagram-icon .instagram-icon__bg {
fill: var(--on-surface);
}
.footer__social-link svg.instagram-icon .instagram-icon__lens {
fill: none;
stroke: var(--surface-container);
stroke-width: 1.8;
}
.footer__social-link svg.instagram-icon .instagram-icon__dot {
fill: var(--surface-container);
}
.footer__social-link:hover,
.footer__social-link:focus-visible {
background-color: var(--secondary);
transform: translateY(-2px);
}
.footer__social-link:hover svg,
.footer__social-link:focus-visible svg {
fill: var(--on-secondary-container);
}
.footer__columns {
display: grid;
grid-template-columns: 1fr;
gap: 4vh;
}
.footer__col {
display: flex;
flex-direction: column;
gap: 1.5vh;
}
.footer__col-title {
font-size: var(--headline-small-font-size);
line-height: var(--headline-small-line-height);
font-weight: var(--bold-weight);
color: var(--on-surface);
}
.footer__col-links {
display: flex;
}
.footer__link-list {
display: flex;
flex-direction: column;
gap: 1vh;
list-style: none;
padding: 0;
margin: 0;
}
.footer__link-list a {
font-size: var(--body-large-font-size);
line-height: var(--body-large-line-height);
color: var(--on-surface-var);
opacity: 0.85;
transition: color 0.2s ease, opacity 0.2s ease;
}
.footer__link-list a:hover,
.footer__link-list a:focus-visible {
color: var(--secondary);
opacity: 1;
}
.footer__contact-list {
display: flex;
flex-direction: column;
gap: 1.25vh;
}
.footer__contact-item {
display: flex;
align-items: flex-start;
gap: 0.6rem;
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
color: var(--on-surface-var);
opacity: 0.85;
}
.footer__contact-item svg {
flex-shrink: 0;
width: 1.1rem;
height: 1.1rem;
margin-top: 0.1rem;
fill: none;
stroke: var(--secondary);
stroke-width: 1.6;
stroke-linecap: round;
stroke-linejoin: round;
}
.footer__contact-item a {
color: inherit;
transition: color 0.2s ease;
}
.footer__contact-item a:hover,
.footer__contact-item a:focus-visible {
color: var(--secondary);
}
.footer__certifications {
display: flex;
align-items: center;
gap: 1rem;
flex-wrap: wrap;
}
.footer__certification {
background-color: var(--surface-container);
border-radius: var(--corner-radius, 8px);
padding: 0.5rem 0.75rem;
display: flex;
align-items: center;
}
.footer__certification img {
height: 2.5rem;
width: auto;
object-fit: contain;
}
.footer__certificate-link {
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
font-weight: var(--bold-weight);
color: var(--secondary);
text-decoration: underline;
text-underline-offset: 2px;
width: fit-content;
}
.footer__bottom {
border-top: 1px solid var(--outline);
padding: 2vh 6vw;
}
.footer__bottom p {
font-size: var(--body-medium-font-size);
line-height: var(--body-medium-line-height);
color: var(--on-surface-var);
opacity: 0.6;
text-align: center;
}
@media (min-width: 768px) {
.footer__top {
padding: 5vh 8vw;
gap: 5vh;
}
.footer__columns {
grid-template-columns: repeat(2, 1fr);
gap: 5vh 4vw;
}
.footer__bottom {
padding: 2vh 8vw;
}
.footer__bottom p {
text-align: left;
}
}
@media (min-width: 1024px) {
.footer__top {
padding: 5vh 10vw;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
gap: 6vw;
}
.footer__about {
flex: 0 0 26%;
}
.footer__columns {
flex: 1;
grid-template-columns: repeat(4, 1fr);
gap: 0 3vw;
}
.footer__bottom {
padding: 2vh 10vw;
}
}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}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}