* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*::before,
*::after {
box-sizing: border-box;
} html {
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-padding-top: 100px;
}
@media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
}
:root {
--thepexcel-font-base: var(--wp--preset--font-family--roboto, "Sarabun", "Noto Sans Thai", "Tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
--thepexcel-font-display: var(--wp--preset--font-family--prompt, "Noto Sans Thai", "Kanit", "Tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
--thepexcel-font-mono: var(--wp--preset--font-family--mono, "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, "Courier New", monospace);
--thepexcel-color-text: var(--wp--preset--color--black, #0A0A0A);
--thepexcel-color-bg: var(--wp--preset--color--white, #ffffff);
--thepexcel-color-surface-alt: #FAF0D6;
--thepexcel-color-soft-bg: #F5F5F5;
--thepexcel-color-soft-alt: #FAFAFA;
--thepexcel-color-panel: #F5F5F5;
--thepexcel-color-placeholder: #80775f;
--thepexcel-color-muted: var(--wp--preset--color--dark-gray, #4A4A4A);
--thepexcel-color-muted-text: #4A4A4A;
--thepexcel-color-border: var(--wp--preset--color--border-gray, #E0E0E0);
--thepexcel-color-border-muted: #E0E0E0;
--thepexcel-color-accent: var(--wp--preset--color--gold, #D4A84B);
--thepexcel-color-accent-dark: #B88E35; --thepexcel-color-red: #CD4631;
--thepexcel-color-red-dark: #A03824;
--thepexcel-color-red-light: #FADBD3;
--thepexcel-color-link: #B88E35;
--thepexcel-color-link-active: #8F6E29;
--thepexcel-color-tag-icon: var(--thepexcel-color-link, #b8860b);
--thepexcel-radius-sm: 4px;
--thepexcel-radius-md: 6px;
--thepexcel-radius-lg: 12px;
--thepexcel-radius-card: 8px;
--thepexcel-shadow-header: 0 2px 8px var(--thepexcel-dark-05);
--thepexcel-shadow-soft: 0 2px 8px var(--thepexcel-dark-08);
--thepexcel-shadow-card: 0 6px 18px rgba(17, 17, 17, 0.06);
--thepexcel-shadow-lift: 0 6px 16px var(--thepexcel-accent-40);
--thepexcel-shadow-pressed: 0 2px 8px var(--thepexcel-accent-20);
--thepexcel-space-xs: 0.5rem;
--thepexcel-space-sm: 0.75rem;
--thepexcel-space-md: 1rem;
--thepexcel-space-lg: 1.25rem;
--thepexcel-space-xl: 1.75rem;
--thepexcel-space-2xl: 2.25rem;
--thepexcel-card-padding: 1.5rem;
--thepexcel-gap-navigation: clamp(1rem, 2vw, 2rem);
--thepexcel-transition-base: 0.3s ease;
--thepexcel-focus-shadow: 0 0 0 5px rgba(0, 86, 179, 0.1); --thepexcel-accent-08: rgba(212, 168, 75, 0.08);
--thepexcel-accent-10: rgba(212, 168, 75, 0.10);
--thepexcel-accent-12: rgba(212, 168, 75, 0.12);
--thepexcel-accent-15: rgba(212, 168, 75, 0.15);
--thepexcel-accent-20: rgba(212, 168, 75, 0.20);
--thepexcel-accent-25: rgba(212, 168, 75, 0.25);
--thepexcel-accent-30: rgba(212, 168, 75, 0.30);
--thepexcel-accent-35: rgba(212, 168, 75, 0.35);
--thepexcel-accent-40: rgba(212, 168, 75, 0.40);
--thepexcel-accent-50: rgba(212, 168, 75, 0.50); --thepexcel-red-10: rgba(205, 70, 49, 0.10);
--thepexcel-red-15: rgba(205, 70, 49, 0.15);
--thepexcel-red-20: rgba(205, 70, 49, 0.20);
--thepexcel-red-30: rgba(205, 70, 49, 0.30); --thepexcel-white-80: rgba(255, 255, 255, 0.80);
--thepexcel-dark-05: rgba(0, 0, 0, 0.05);
--thepexcel-dark-08: rgba(17, 17, 17, 0.08);
--thepexcel-dark-10: rgba(0, 0, 0, 0.10);
}
body {
font-family: var(--thepexcel-font-base);
background-color: var(--thepexcel-color-bg);
color: var(--thepexcel-color-text);
line-height: 1.6;
font-size: 0.95rem;
font-weight: 400; --wp--preset--spacing--xs: var(--thepexcel-space-xs) !important;
--wp--preset--spacing--sm: var(--thepexcel-space-sm) !important;
--wp--preset--spacing--md: var(--thepexcel-space-md) !important;
--wp--preset--spacing--lg: var(--thepexcel-space-lg) !important;
--wp--preset--spacing--xl: var(--thepexcel-space-xl) !important;
--wp--preset--spacing--2xl: var(--thepexcel-space-2xl) !important;
}   body.page .wp-block-post-title {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
body.page-template .wp-block-post-title,
body.wp-template-page .wp-block-post-title,
body[class*="wp-template-page"] .wp-block-post-title,
body[class*="page-template"] .wp-block-post-title {
display: none !important;
visibility: hidden !important;
} .wp-block-query :is(.wp-block-post-title, h5.wp-block-post-title) {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
min-height: auto !important;
max-height: none !important;
overflow: visible !important;
color: var(--thepexcel-color-text) !important;
}
.wp-block-query :is(.wp-block-post-title, h5.wp-block-post-title) a {
color: var(--thepexcel-color-text) !important;
text-decoration: none;
} h5.wp-block-post-title {
color: var(--thepexcel-color-text) !important;
height: auto !important;
max-height: none !important;
min-height: 0 !important;
line-height: 1.2 !important;
font-size: 1.25rem !important;
overflow: visible !important;
padding: 0.5rem 0 !important;
} .wp-block-query .wp-block-post-title {
--wp--preset--color--white: var(--thepexcel-color-text);
--wp--preset--color--black: var(--thepexcel-color-text);
} .entry-content h5 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}  header.wp-block-group,
.wp-block-group[class*="wp-block-group-is-layout"] header,
header.wp-block-group.is-content-justification-space-between {
padding-bottom: 8px !important;
margin-bottom: 12px !important;
} body header {
margin-bottom: 12px !important;
} h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.wp-block-post-title {
font-family: var(--thepexcel-font-display);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
margin-top: 1.5rem;
margin-bottom: 1rem;
color: var(--thepexcel-color-text);
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
.wp-block-post-title::after {
display: none !important;
}
footer :is(h2, h3, h4, h5)::after,
.wp-block-group.site-footer :is(h2, h3, h4, h5)::after,
.site-footer :is(h2, h3, h4, h5)::after {
display: none !important;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.35rem;
font-weight: 600;
}
h5 {
font-size: 1.15rem;
font-weight: 600;
}
h6 {
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.entry-content h2,
.wp-block-post-content h2 {
position: relative;
padding-bottom: 0.75rem;
}
.entry-content h2::after,
.wp-block-post-content h2::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 4px;
background-color: var(--thepexcel-color-accent);
border-radius: 999px;
}
p {
margin-top: 0;
margin-bottom: 1.5rem;
line-height: 1.8;
font-family: var(--thepexcel-font-base);
font-size: 1rem;
}
strong,
b {
font-weight: 700;
}
em,
i {
font-style: italic;
} a {
color: var(--thepexcel-color-link);
text-decoration: none;
transition: color var(--thepexcel-transition-base), background-color var(--thepexcel-transition-base), box-shadow var(--thepexcel-transition-base);
cursor: pointer;
font-weight: 500;
}
a:hover {
color: var(--thepexcel-color-text);
text-decoration: underline;
}
a:focus-visible {
border-radius: var(--thepexcel-radius-sm);
}
a:active {
color: var(--thepexcel-color-link-active);
} img {
max-width: 100%;
height: auto;
}
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
iframe {
max-width: 100%;
} ul,
ol {
margin-top: 1rem;
margin-bottom: 1.5rem;
padding-left: 2rem;
}
li {
margin-bottom: 0.5rem;
font-family: var(--thepexcel-font-base);
font-size: 1rem;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
dl {
margin-bottom: 1.5rem;
}
dt {
font-weight: 700;
margin-bottom: 0.25rem;
}
dd {
margin-left: 2rem;
margin-bottom: 1rem;
} blockquote {
border: none;
border-left: 6px solid var(--thepexcel-color-accent);
padding: 1.5rem 1.75rem 1.5rem 2rem;
margin: 2rem auto;
font-style: italic;
font-weight: 600;
font-size: 1rem;
color: var(--thepexcel-color-text);
background: linear-gradient(
120deg,
rgba(241, 196, 15, 0.18),
rgba(255, 255, 255, 0)
);
border-radius: var(--thepexcel-radius-card);
position: relative;
box-shadow: 0 8px 24px var(--thepexcel-dark-08);
}
blockquote::before {
content: "“";
font-family: "Georgia", serif;
font-size: 4rem;
position: absolute;
left: 0.65rem;
top: -0.25rem;
color: var(--thepexcel-accent-35);
line-height: 1;
}
blockquote p {
margin: 0;
padding-left: 1rem;
text-indent: 1rem;
}
code,
pre {
font-family: var(--thepexcel-font-mono);
font-size: 1.1rem;
background-color: var(--thepexcel-color-soft-bg);
padding: 0.25rem 0.5rem;
border-radius: 4px;
}
pre {
overflow-x: auto;
padding: 1rem;
margin: 1.5rem 0;
border-left: 4px solid var(--thepexcel-color-accent);
}
pre code {
background-color: transparent;
padding: 0;
} .code-block-wrapper {
position: relative;
}
.code-block-wrapper pre {
margin: 0;
}
.btn-copy-code {
position: absolute;
top: 0.5rem;
right: 0.5rem;
width: 2rem;
height: 2rem;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.9);
border: 1px solid var(--thepexcel-dark-10);
border-radius: 6px;
color: var(--thepexcel-dark-60);
cursor: pointer;
transition: all 0.2s ease;
opacity: 0;
z-index: 10;
}
.code-block-wrapper:hover .btn-copy-code {
opacity: 1;
}
@media (hover: none) {
.btn-copy-code {
opacity: 1;
}
}
.btn-copy-code:hover {
background: var(--thepexcel-color-accent);
border-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.btn-copy-code svg {
width: 16px;
height: 16px;
pointer-events: none;
}
.btn-copy-code.copied {
background: #2ecc71;
border-color: #27ae60;
color: white;
opacity: 1;
} button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link,
[role="button"] {
background-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
border: none;
border-radius: var(--thepexcel-radius-md);
padding: var(--thepexcel-space-sm) var(--thepexcel-space-xl);
font-family: inherit;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: background-color var(--thepexcel-transition-base), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
display: inline-block;
text-decoration: none;
line-height: 1;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.wp-block-button__link:hover,
[role="button"]:hover {
background-color: var(--thepexcel-color-accent-dark);
transform: translateY(-3px);
box-shadow: var(--thepexcel-shadow-lift);
text-decoration: none;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.wp-block-button__link:active,
[role="button"]:active {
transform: translateY(-1px);
box-shadow: var(--thepexcel-shadow-pressed);
}
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
opacity: 0.5;
cursor: not-allowed;
} .function-program-nav {
display: flex;
gap: 12px;
margin-bottom: 24px;
flex-wrap: wrap;
overflow-x: auto;
padding-bottom: 6px;
}
.program-nav-item {
display: inline-block;
padding: 10px 24px;
border: 2px solid var(--thepexcel-color-border, #eeeeee);
border-radius: 24px;
background-color: var(--thepexcel-color-bg, #ffffff);
color: var(--thepexcel-color-text, #111111);
text-decoration: none;
font-size: 1rem;
font-weight: 500;
transition: all 0.2s ease;
cursor: pointer;
}
@media (max-width: 640px) {
.function-program-nav {
flex-wrap: nowrap;
}
}
.program-nav-item:hover {
border-color: var(--thepexcel-color-accent, #f1c40f);
background-color: var(--thepexcel-color-surface-alt, #fffbea);
transform: translateY(-2px);
}
.program-nav-item.active {
background-color: var(--thepexcel-color-text, #111111) !important;
color: var(--thepexcel-color-bg, #ffffff) !important;
border-color: var(--thepexcel-color-text, #111111) !important;
font-weight: 600 !important;
} input,
textarea,
select {
font-family: inherit;
font-size: 1rem;
line-height: 1.5;
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-sm);
padding: var(--thepexcel-space-sm);
width: 100%;
max-width: 100%;
transition: border-color var(--thepexcel-transition-base), box-shadow var(--thepexcel-transition-base);
}
input:focus,
textarea:focus,
select:focus {
border-color: var(--thepexcel-color-link);
box-shadow: var(--thepexcel-focus-shadow);
}
textarea {
resize: vertical;
min-height: 120px;
}
label {
display: block;
margin-bottom: 0.5rem;
font-weight: 500;
font-size: 1rem;
color: var(--thepexcel-color-text);
}
input[type="checkbox"],
input[type="radio"] {
width: auto;
margin-right: 0.5rem;
} table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
font-size: 1rem;
}
thead {
background-color: var(--thepexcel-color-border);
}
th,
td {
border: 1px solid var(--thepexcel-color-border);
padding: 0.75rem;
text-align: left;
}
th {
font-weight: 700;
background-color: var(--thepexcel-color-soft-bg);
}
tr:nth-child(even) {
background-color: var(--thepexcel-color-soft-alt);
} header,
.wp-block-group[role="region"] {
background-color: var(--thepexcel-color-bg);
border-bottom: 1px solid var(--thepexcel-color-border);
position: sticky;
top: 0;
z-index: 1000;
box-shadow: var(--thepexcel-shadow-header);
}
.site-header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: var(--thepexcel-space-md) var(--thepexcel-card-padding);
gap: var(--thepexcel-space-xl);
}
.site-logo {
max-width: 200px;
height: auto;
}
.site-title,
.wp-block-site-title {
font-size: 1.35rem;
font-weight: 600;
margin: 0;
line-height: 1.2;
}
.wp-block-site-title a {
color: inherit;
}
.site-tagline {
font-size: 0.875rem;
color: var(--thepexcel-color-muted);
margin: 0;
} nav,
.wp-block-navigation {
display: flex;
gap: var(--thepexcel-gap-navigation);
flex-wrap: wrap;
align-items: center;
font-size: var(--wp--preset--font-size--lg, 1.25rem);
} header .wp-block-navigation .wp-block-navigation-item,
header .wp-block-navigation .wp-block-navigation__container > li {
margin: 0;
align-self: center;
align-items: center;
}
nav a,
.wp-block-navigation a {
color: var(--thepexcel-color-text);
text-decoration: none;
font-weight: 500;
position: relative;
display: inline-block;
}
nav a::after,
.wp-block-navigation a::after {
content: "";
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 2px;
background-color: var(--thepexcel-color-accent);
transition: width 0.3s ease;
}
nav a:hover,
.wp-block-navigation a:hover {
color: var(--thepexcel-color-text);
text-decoration: none;
}
nav a:hover::after,
.wp-block-navigation a:hover::after {
width: 100%;
}
.wp-block-navigation .wp-block-navigation__submenu-container {
padding: var(--thepexcel-space-md) var(--thepexcel-card-padding);
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
font-size: 1rem;
padding: 0.35rem 0;
} footer,
.wp-block-group.site-footer {
background-color: var(--thepexcel-color-text);
color: var(--thepexcel-color-bg);
margin-top: calc(var(--thepexcel-space-xl) + var(--thepexcel-space-2xl));
border-top: none;
}
.site-footer a {
color: var(--thepexcel-color-accent);
text-decoration: none;
}
.site-footer a:hover {
color: var(--thepexcel-color-bg);
}
.footer-newsletter {
display: flex;
align-items: center;
gap: var(--thepexcel-space-lg);
}
.footer-newsletter__form {
display: flex;
gap: var(--thepexcel-space-sm);
flex-wrap: wrap;
align-items: center;
}
.footer-newsletter__form input {
background-color: #111111;
border: 1px solid rgba(255, 255, 255, 0.2);
color: var(--thepexcel-color-bg);
padding: 0.85rem 1.25rem;
border-radius: 999px;
min-width: 280px;
}
.footer-newsletter__form input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.footer-newsletter__form button {
background: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
border: none;
border-radius: 999px;
padding: 0.85rem 1.75rem;
font-weight: 600;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.footer-newsletter__form button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 18px var(--thepexcel-accent-35);
}
.footer-columns {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: var(--thepexcel-space-md);
}
.footer-columns .wp-block-column {
gap: var(--thepexcel-space-sm);
flex: 1 1 calc(25% - var(--thepexcel-space-md));
min-width: 220px;
}
.footer-columns .wp-block-column:first-child {
flex: 1.6 1 340px;
max-width: 360px;
}
.footer-columns .wp-block-column:last-child {
flex: 1.4 1 300px;
max-width: 340px;
}
.footer-columns ul {
list-style: none;
padding: 0;
margin: var(--thepexcel-space-sm) 0 0 0;
}
.footer-columns li {
margin-bottom: var(--thepexcel-space-xs);
}
.footer-columns li a {
color: rgba(255, 255, 255, 0.85);
}
.footer-columns li a:hover {
color: var(--thepexcel-color-accent);
}
footer a,
.site-footer a {
color: var(--thepexcel-color-accent);
text-decoration: none;
font-weight: 600;
}
footer a:hover,
.site-footer a:hover {
color: var(--thepexcel-color-bg);
text-decoration: underline;
}
footer h3,
footer h4,
.site-footer h3,
.site-footer h4 {
border: none;
margin-top: 0;
color: var(--thepexcel-color-bg);
}
.footer-content {
display: flex;
flex-wrap: wrap;
gap: var(--thepexcel-space-xl);
padding: var(--thepexcel-space-xl) var(--thepexcel-card-padding);
}
.footer-column {
flex: 1;
min-width: 250px;
} main,
.wp-site-blocks {
min-height: 60vh;
}
:where(main, .wp-site-blocks, .entry-content, .wp-block-post-content):not(.alignfull):not(.alignwide) {
width: min(95%, 1280px);
margin-left: auto;
margin-right: auto;
}
.entry-content,
.wp-block-post-content {
margin: 2rem 0;
}
.entry-content > *,
.wp-block-post-content > * {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.entry-content > :first-child,
.wp-block-post-content > :first-child {
margin-top: 0;
} .wp-block-post,
.post-card,
article {
background-color: var(--thepexcel-color-bg);
border-radius: var(--thepexcel-radius-card);
overflow: hidden;
}
.wp-block-post-featured-image,
.featured-image {
overflow: hidden;
margin: 0 0 1rem 0;
aspect-ratio: 16 / 9;
height: auto !important;
border-radius: var(--thepexcel-radius-card);
} .wp-block-post .wp-block-post-title,
.wp-block-post .wp-block-post-excerpt,
.wp-block-post .wp-block-post-date,
.wp-block-post .wp-block-post-terms,
.wp-block-post .wp-block-group:not(:first-child),
.post-card > *:not(.featured-image),
article > *:not(.wp-block-post-featured-image):not(.featured-image) {
padding-left: var(--thepexcel-card-padding) !important;
padding-right: var(--thepexcel-card-padding) !important;
} .wp-block-post .wp-block-group:last-child,
.post-card > *:last-child,
article > *:last-child {
padding-bottom: var(--thepexcel-card-padding) !important;
}
.wp-block-post-featured-image img,
.featured-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
display: block;
}
.wp-block-post:hover .wp-block-post-featured-image img,
.post-card:hover .featured-image img,
article:hover .wp-block-post-featured-image img,
article:hover .featured-image img {
transform: scale(1.05);
} .wp-block-query .wp-block-post,
.wp-block-post-template .wp-block-post {
border: 1px solid var(--thepexcel-dark-08);
box-shadow: var(--thepexcel-shadow-card);
background-color: var(--thepexcel-color-bg);
transition: background-color 0.3s ease, border-color 0.3s ease;
}
.wp-block-query .wp-block-post:hover,
.wp-block-post-template .wp-block-post:hover {
border-color: var(--thepexcel-color-accent);
background-color: var(--thepexcel-color-surface-alt);
}
.post-title,
.wp-block-post-title {
font-size: 1.75rem;
font-weight: 700;
margin: 1rem 0;
color: var(--thepexcel-color-text);
display: block !important;
visibility: visible !important;
opacity: 1 !important;
line-height: 1.3;
letter-spacing: -0.01em;
} .wp-block-query .wp-block-post-title {
font-size: 1.5rem;
font-weight: 600;
margin: 1.5rem 0 0.75rem 0;
}
.post-meta,
.wp-block-post-meta {
font-size: 0.875rem;
color: var(--thepexcel-color-muted-text);
margin-bottom: 1rem;
font-weight: 500;
}
.post-excerpt,
.wp-block-post-excerpt {
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 1.5rem;
color: var(--thepexcel-color-muted-text);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-meta-card {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
gap: var(--thepexcel-space-xl);
background-color: var(--thepexcel-color-border) !important;
padding: var(--thepexcel-card-padding) !important;
border-radius: var(--thepexcel-radius-card);
border-left: 4px solid var(--thepexcel-color-accent);
margin: var(--thepexcel-space-xl) auto !important;
max-width: 1200px;
width: 100%;
box-sizing: border-box;
}
.single .single-post-wrapper .post-meta-card {
max-width: min(1200px, calc(100% - 4rem)) !important;
width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
}
.post-meta-card .meta-left {
display: flex;
flex: 0 0 auto;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 1.25rem !important;
column-gap: 1.25rem !important;
row-gap: 0.75rem !important;
} .post-meta-card .wp-block-post-author {
display: flex;
align-items: center;
gap: 0.5rem;
}
.post-meta-card .wp-block-post-date::before {
content: "📅 ";
margin-right: 0.25rem;
opacity: 0.7;
}
.post-meta-card .wp-block-post-author__name a {
color: var(--thepexcel-color-text);
text-decoration: none;
font-weight: 600;
transition: color 0.2s ease;
}
.post-meta-card .wp-block-post-author__name a:hover {
color: var(--thepexcel-color-link);
text-decoration: underline;
}
.post-meta-card h4 {
font-size: 0.875rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--thepexcel-color-muted);
margin: 0 !important;
}
.post-meta-card a {
color: var(--thepexcel-color-link);
text-decoration: none;
transition: color 0.2s ease;
}
.post-meta-card a:hover {
color: var(--thepexcel-color-link-active);
text-decoration: underline;
}
.post-meta-card .wp-block-post-terms a {
display: inline-flex;
align-items: center;
gap: 0.3rem;
}
.post-meta-card .wp-block-post-terms a::before {
font-size: 0.95rem;
opacity: 0.8;
}
.post-meta-card .taxonomy-category a::before {
content: "📂";
}
.post-meta-card .taxonomy-post_tag a::before {
content: "\f323";
font-family: "dashicons";
font-size: 1rem;
font-weight: 400;
font-style: normal;
line-height: 1;
color: var(--thepexcel-color-tag-icon);
opacity: 1;
}
.post-meta-card .wp-block-group:not(.meta-left):not(.meta-right),
.post-meta-card .wp-block-post-author,
.post-meta-card .wp-block-post-date,
.post-meta-card .wp-block-post-terms,
.post-meta-card .wp-block-post-author__avatar,
.post-meta-card .wp-block-post-author__content,
.post-meta-card .wp-block-post-author__content p,
.post-meta-card .wp-block-group.is-layout-flow,
.post-meta-card .wp-block-group.is-layout-flex {
margin: 0;
padding: 0;
gap: 0;
} .wp-block-columns {
display: grid;
gap: var(--thepexcel-space-xl);
margin: var(--thepexcel-space-xl) 0;
}
.wp-block-column {
min-width: 0;
}
.wp-block-columns.is-layout-flex {
display: flex;
gap: var(--thepexcel-space-xl);
}
@media (min-width: 768px) {
.wp-block-columns.has-2-columns {
grid-template-columns: 1fr 1fr;
}
.wp-block-columns.has-3-columns {
grid-template-columns: 1fr 1fr 1fr;
}
.wp-block-columns.has-4-columns {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
} .wp-block-group {
margin: var(--thepexcel-space-xl) 0;
}
.wp-block-group.has-background {
padding: var(--thepexcel-space-xl);
border-radius: var(--thepexcel-radius-card);
}
.wp-block-group.alignfull {
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.hero-intro {
text-align: center;
background-color: var(--thepexcel-color-bg);
border-bottom: 1px solid rgba(17, 17, 17, 0.06);
box-shadow: 0 30px 55px rgba(17, 17, 17, 0.04);
border-radius: 0 0 40px 40px;
} .wp-block-search,
.search-form {
display: flex;
gap: var(--thepexcel-space-xs);
margin-bottom: var(--thepexcel-space-xl);
}
.wp-block-search__input,
.search-input {
flex: 1;
padding: var(--thepexcel-space-sm);
border: 1px solid var(--thepexcel-color-border);
border-radius: 3.125rem;
font-family: inherit;
font-size: 1rem;
}
.wp-block-search__input:focus,
.search-input:focus {
border-color: var(--thepexcel-color-link);
}
.wp-block-search__button,
.search-button {
background-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
border: none;
border-radius: 3.125rem;
padding: 0.75rem 1.5rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.wp-block-search__button:hover,
.search-button:hover {
background-color: var(--thepexcel-color-accent-dark);
}
.hero-search,
.wp-block-search.is-style-hero-search {
max-width: 900px;
margin: 1.5rem auto 0 auto;
}
.hero-search .wp-block-search__label,
.wp-block-search.is-style-hero-search .wp-block-search__label {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
white-space: nowrap;
}
.hero-search .wp-block-search__inside-wrapper,
.wp-block-search.is-style-hero-search .wp-block-search__inside-wrapper {
border-radius: 99px;
border: 2px solid rgba(241, 196, 15, 0.45);
padding: 0.35rem 0.35rem 0.35rem 3.25rem;
position: relative;
background-color: var(--thepexcel-color-bg);
box-shadow: 0 12px 28px var(--thepexcel-dark-08);
}
.hero-search .wp-block-search__inside-wrapper::before,
.wp-block-search.is-style-hero-search .wp-block-search__inside-wrapper::before {
content: "🔍";
position: absolute;
left: 1.35rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.25rem;
opacity: 0.75;
}
.hero-search .wp-block-search__input,
.wp-block-search.is-style-hero-search .wp-block-search__input {
border-radius: 99px;
border: none;
padding: 0.95rem 1.25rem;
font-size: 1.1rem;
background: transparent;
}
.hero-search .wp-block-search__input::placeholder,
.wp-block-search.is-style-hero-search .wp-block-search__input::placeholder {
color: var(--thepexcel-color-placeholder);
}
.hero-search .wp-block-search__button,
.wp-block-search.is-style-hero-search .wp-block-search__button {
border-radius: 99px;
font-size: 1rem;
padding: 0.95rem 2.5rem;
} .wp-block-social-links {
justify-content: center;
--thepexcel-social-size: 44px;
gap: 0.5rem;
}
.wp-block-social-links .wp-social-link {
width: var(--thepexcel-social-size);
height: var(--thepexcel-social-size);
}
.wp-block-social-links .wp-block-social-link-anchor {
width: 100%;
height: 100%;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
background-color: var(--thepexcel-accent-15);
transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.wp-block-social-links .wp-block-social-link-anchor svg {
width: 22px;
height: 22px;
fill: currentColor;
}
.wp-block-social-links .wp-block-social-link-anchor:hover {
transform: translateY(-3px);
box-shadow: 0 8px 18px rgba(17, 17, 17, 0.15);
} .wp-block-query-pagination,
.pagination {
display: flex;
justify-content: center;
gap: var(--thepexcel-space-xs);
margin: var(--thepexcel-space-xl) 0;
flex-wrap: wrap;
}
.wp-block-query-pagination a,
.wp-block-query-pagination .page-numbers,
.pagination a,
.pagination .page-numbers {
padding: var(--thepexcel-space-xs) calc(var(--thepexcel-space-sm) + 0.25rem);
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-sm);
color: var(--thepexcel-color-text);
text-decoration: none;
transition: background-color var(--thepexcel-transition-base), border-color var(--thepexcel-transition-base), color var(--thepexcel-transition-base);
display: inline-block;
}
.wp-block-query-pagination a:hover,
.pagination a:hover {
background-color: var(--thepexcel-color-accent);
border-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
}
.wp-block-query-pagination .page-numbers.current,
.pagination .page-numbers.current {
background-color: var(--thepexcel-color-accent);
border-color: var(--thepexcel-color-accent);
font-weight: 700;
} hr,
.wp-block-separator {
border: none;
border-top: 2px solid rgba(17, 17, 17, 0.15);
margin: var(--thepexcel-space-xl) auto;
width: min(320px, 80%);
height: 0;
} .text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--thepexcel-space-xs); }
.mt-2 { margin-top: var(--thepexcel-space-sm); }
.mt-3 { margin-top: var(--thepexcel-space-md); }
.mt-4 { margin-top: var(--thepexcel-space-xl); }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--thepexcel-space-xs); }
.mb-2 { margin-bottom: var(--thepexcel-space-sm); }
.mb-3 { margin-bottom: var(--thepexcel-space-md); }
.mb-4 { margin-bottom: var(--thepexcel-space-xl); }
.pt-2 { padding-top: var(--thepexcel-space-sm); }
.pb-2 { padding-bottom: var(--thepexcel-space-sm); }
.px-2 { padding-left: var(--thepexcel-space-sm); padding-right: var(--thepexcel-space-sm); }
.py-2 { padding-top: var(--thepexcel-space-sm); padding-bottom: var(--thepexcel-space-sm); } :where(
a,
button,
input,
textarea,
select,
.wp-block-button__link,
[role="button"]
):focus-visible {
outline: 2px solid var(--thepexcel-color-link);
outline-offset: 3px;
box-shadow: var(--thepexcel-focus-shadow);
}
.skip-link {
position: absolute;
top: -40px;
left: 0;
background: var(--thepexcel-color-link);
color: var(--thepexcel-color-bg);
padding: var(--thepexcel-space-sm) var(--thepexcel-card-padding);
text-decoration: none;
z-index: 100;
font-weight: 600;
border-radius: var(--thepexcel-radius-sm);
}
.skip-link:focus {
top: 0;
}
.screen-reader-text {
position: absolute;
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 {
clip: auto;
width: auto;
height: auto;
margin: 0;
padding: 0.5rem;
background: var(--thepexcel-color-link);
color: var(--thepexcel-color-bg);
z-index: 1000;
}
@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;
}
} @media (max-width: 768px) { :where(main, .wp-site-blocks, .entry-content, .wp-block-post-content):not(.alignfull):not(.alignwide) {
width: 100%;
padding-left: 0.25rem;
padding-right: 0.25rem;
box-sizing: border-box;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.75rem;
}
h3 {
font-size: 1.5rem;
} .site-header,
header.wp-block-group {
flex-direction: row !important;
justify-content: space-between !important;
gap: 1rem !important;
flex-wrap: nowrap !important;
} .wp-block-site-title {
display: none !important;
} .wp-block-site-logo {
flex-shrink: 0;
}
.wp-block-site-logo img {
width: 50px !important;
height: 50px !important;
} .wp-block-navigation {
order: 2;
flex-grow: 0;
flex-shrink: 0;
} .wp-block-navigation__responsive-container-open {
display: flex !important;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
padding: 8px;
position: relative;
} .wp-block-navigation__responsive-container-open svg {
display: none !important;
} .wp-block-navigation__responsive-container-open::before {
content: "";
position: absolute;
width: 24px;
height: 2px;
background-color: var(--thepexcel-color-text);
box-shadow:
0 -7px 0 0 var(--thepexcel-color-text),
0 7px 0 0 var(--thepexcel-color-text);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} body header form[role="search"] .wp-block-search__button,
.hero-search .wp-block-search__button,
.wp-block-search.is-style-hero-search .wp-block-search__button {
min-width: unset !important;
padding: 0 !important;
border-radius: 50% !important;
background: var(--thepexcel-color-accent) !important;
position: relative !important;
overflow: hidden !important;
text-indent: -9999px !important;
}
body header form[role="search"] .wp-block-search__button::before,
.hero-search .wp-block-search__button::before,
.wp-block-search.is-style-hero-search .wp-block-search__button::before {
content: "🔍" !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
text-indent: 0 !important;
display: block !important;
} body header form[role="search"] .wp-block-search__button {
width: 40px !important;
height: 40px !important;
}
body header form[role="search"] .wp-block-search__button::before {
font-size: 20px !important;
}
.hero-search .wp-block-search__button,
.wp-block-search.is-style-hero-search .wp-block-search__button {
width: 50px !important;
height: 50px !important;
}
.hero-search .wp-block-search__button::before,
.wp-block-search.is-style-hero-search .wp-block-search__button::before {
font-size: 22px !important;
}
.wp-block-columns {
grid-template-columns: 1fr;
} .post-meta-card {
flex-direction: column !important;
gap: 1rem !important;
align-items: flex-start !important;
}
.post-meta-card .meta-left,
.post-meta-card .meta-right {
width: 100%;
}
.post-meta-card .meta-right {
text-align: left;
border-top: 1px solid var(--thepexcel-color-border-muted);
padding-top: 1rem;
}
.footer-content {
flex-direction: column;
gap: 1.5rem;
}
table {
font-size: 0.875rem;
}
th,
td {
padding: 0.5rem;
}
}
@media (max-width: 480px) {
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1.25rem;
}
h3 {
font-size: 1.125rem;
}
body {
font-size: 0.95rem;
}
button,
.wp-block-button__link {
width: 100%;
padding: 12px 16px;
}
input,
textarea,
select {
font-size: 16px;
}
} .single-post-wrapper {
width: min(95%, 1280px);
margin-left: auto !important;
margin-right: auto !important;
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.single-post-layout {
display: grid !important;
grid-template-columns: minmax(240px, 320px) 1fr !important;
grid-template-rows: min-content auto;
column-gap: 2rem !important;
row-gap: var(--thepexcel-space-xl);
margin-top: 2rem;
width: 100%;
align-items: start;
grid-auto-flow: row;
}
.single-post-side-column {
display: flex;
flex-direction: column;
gap: var(--thepexcel-space-xl);
grid-column: 1;
grid-row: 1 / span 2;
}
.single-post-layout > .single-post-toc-sidebar {
grid-column: 1;
grid-row: 1;
align-self: start;
}
.single-post-layout > .single-post-right-sidebar {
grid-column: 1;
grid-row: 2;
align-self: start;
margin-top: var(--thepexcel-space-xl);
}
.single-post-wrapper .alignfull {
max-width: 100% !important;
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.single-post-layout .wp-block-post-content {
min-width: 0;
overflow-x: hidden;
}
.single-post-layout .wp-block-post-content img,
.single-post-layout .wp-block-post-content figure {
max-width: 100%;
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.single-post-content-wrapper .wp-block-post-content img {
max-height: 400px;
width: 100%;
height: auto;
object-fit: contain;
display: block;
margin-left: auto;
margin-right: auto;
}
.single-post-toc-sidebar {
position: static;
max-height: none;
overflow: visible;
padding: 1.5rem;
background-color: var(--thepexcel-color-panel);
border-radius: var(--thepexcel-radius-card);
border-left: 4px solid var(--thepexcel-color-accent);
font-size: 0.95rem;
line-height: 1.6;
min-height: 200px;
} body.single-course .single-post-toc-sidebar,
body.single-workshop-batch .single-post-toc-sidebar {
display: none;
} body.single-course .wp-block-post-featured-image,
body.single-workshop-batch .wp-block-post-featured-image {
aspect-ratio: auto;
height: auto;
}
body.single-course .wp-block-post-featured-image img,
body.single-workshop-batch .wp-block-post-featured-image img {
max-height: 480px;
width: auto;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
display: block;
}
.single-post-content-wrapper {
min-width: 0;
overflow: hidden;
width: 100%;
grid-column: 2;
grid-row: 1 / span 2;
}
.single .single-post-wrapper .is-layout-constrained,
.single .single-post-wrapper .wp-block-group {
max-width: 100% !important;
width: 100% !important;
}
.single-post-content-wrapper .wp-block-post-content,
.single-post-content-wrapper .wp-block-post-content.is-layout-constrained,
.single-post-content-wrapper .entry-content,
.single-post-content-wrapper .entry-content.is-layout-constrained {
max-width: 100% !important;
width: 100% !important;
}
.single-post-right-sidebar {
position: static;
max-height: none;
overflow: visible;
}
.toc-container {
width: 100%;
}
.toc-container ul,
.toc-container ol {
list-style: none;
padding: 0;
margin: 0;
}
.toc-container li {
margin: 0.5rem 0;
}
.toc-container .toc-h3 {
margin-left: 1rem;
font-size: 0.95rem;
}
.toc-container a {
color: var(--thepexcel-color-link);
text-decoration: none;
transition: color 0.2s ease;
}
.toc-container a:hover {
color: var(--thepexcel-color-accent);
text-decoration: underline;
}
.toc-container ul ul,
.toc-container ol ol {
margin-left: 1.5rem;
margin-top: 0.25rem;
}
#ez-toc-container {
margin: 0;
padding: 0;
background-color: transparent;
border: none;
}
#ez-toc-container .ez-toc-title {
font-size: 1rem;
font-weight: 600;
color: var(--thepexcel-color-text);
margin: 0 0 1rem 0;
padding: 0;
border: none;
cursor: default !important;
}
#ez-toc-container ul,
#ez-toc-container ol {
list-style: none;
padding: 0;
margin: 0;
}
#ez-toc-container li {
margin: 0.5rem 0;
padding: var(--thepexcel-space-xs) 0;
border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}
#ez-toc-container li:last-child {
border-bottom: none;
}
#ez-toc-container li ul li {
border-bottom: none;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
#ez-toc-container a {
color: var(--thepexcel-color-link);
text-decoration: none;
font-size: 0.95rem;
transition: color 0.2s ease;
}
#ez-toc-container a:hover {
color: var(--thepexcel-color-accent);
text-decoration: underline;
}
#ez-toc-container ul ul,
#ez-toc-container ol ol {
margin-left: 1.5rem;
margin-top: 0.25rem;
}
#ez-toc-container .ez-toc-cssicon-toggle-label {
display: none;
}
#ez-toc-container input[type="checkbox"] {
display: none;
} @media (max-width: 768px) {
.single-post-wrapper {
width: 100% !important;
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
box-sizing: border-box !important;
}
.single-post-wrapper .wp-block-post-title {
font-size: 1.75rem !important;
line-height: 1.3 !important;
margin-bottom: var(--thepexcel-space-lg) !important;
}
.single-post-wrapper .wp-block-post-featured-image {
margin-bottom: var(--thepexcel-space-lg) !important;
border-radius: 6px !important;
}
.post-meta-card {
flex-direction: column;
gap: var(--thepexcel-space-lg);
padding: var(--thepexcel-space-lg);
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.post-meta-card .meta-left {
flex-direction: column;
align-items: flex-start;
width: 100%;
gap: var(--thepexcel-space-md);
} .single-post-wrapper .wp-block-post-content,
.single-post-wrapper .entry-content,
.single-post-wrapper .is-layout-constrained {
max-width: 100% !important;
width: 100% !important;
overflow-x: hidden !important;
} .single-post-wrapper img,
.single-post-wrapper .wp-block-post-content img {
max-width: 100% !important;
height: auto !important;
}
.single-post-wrapper table,
.single-post-wrapper .wp-block-post-content table {
width: 100% !important;
font-size: 0.85rem !important;
overflow-x: auto !important;
display: block !important;
}
.single-post-wrapper table td,
.single-post-wrapper table th {
padding: 0.5rem !important;
}
.single-post-layout {
display: grid !important;
grid-template-columns: 1fr !important;
grid-template-rows: auto auto auto !important;
gap: 1.5rem;
width: 100%;
}
.single-post-side-column {
display: contents !important;
}
.single-post-toc-sidebar {
grid-column: 1 !important;
grid-row: 1 !important;
position: static;
max-height: none;
width: 100%;
}
.single-post-content-wrapper {
grid-column: 1 !important;
grid-row: 2 !important;
width: 100%;
}
.single-post-right-sidebar {
grid-column: 1 !important;
grid-row: 3 !important;
position: static;
width: 100%;
} .function-explainer-page {
padding-left: 0 !important;
padding-right: 0 !important;
} body.single-function-explainer main,
body.single-function-explainer .wp-site-blocks,
body.single-function-explainer .entry-content,
body.single-function-explainer .wp-block-post-content {
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
body.single-function-explainer .wp-block-group.alignfull {
width: 100% !important;
margin-left: 0 !important;
}
.function-explainer-layout {
grid-template-columns: 1fr; max-width: 100%; margin-left: 0; margin-right: 0; gap: var(--thepexcel-space-lg); }
.function-explainer-layout-main {
grid-column: auto; order: 1; }
.function-explainer-sidebar {
grid-column: auto; grid-row: auto; position: static; max-height: none; overflow-y: visible; padding-right: 0; order: 2; }
.function-explainer-main-card {
padding-left: 0 !important;
padding-right: 0 !important;
margin-top: 0; border-radius: 0; }
.function-explainer-shell {
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
background: transparent;
}
.function-explainer-hero {
border-radius: 0; padding: clamp(1.5rem, 4vw, 2rem); }
} body.single-function-explainer {
background: #ffffff;
}
.function-explainer-page {
position: relative;
isolation: isolate;
animation: fadeIn 0.6s ease-out;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes pulseGlow {
0%, 100% {
opacity: 0.6;
}
50% {
opacity: 0.4;
}
}
.function-explainer-layout {
display: grid;
gap: clamp(1.5rem, 3vw, 3rem);
grid-template-columns: minmax(200px, 240px) minmax(0, 2fr); align-items: start;
max-width: 1400px; margin-left: auto; margin-right: auto; }
.function-explainer-layout-main {
min-width: 0;
grid-column: 2;
}
.function-explainer-sidebar {
min-width: 0;
grid-column: 1;
grid-row: 1;
position: sticky;
top: 90px;
max-height: calc(100vh - 110px);
overflow-y: auto;
padding-right: 0.5rem;
}
.function-explainer-sidebar::-webkit-scrollbar {
width: 6px;
}
.function-explainer-sidebar::-webkit-scrollbar-track {
background: rgba(241, 196, 15, 0.05);
border-radius: 3px;
}
.function-explainer-sidebar::-webkit-scrollbar-thumb {
background: var(--thepexcel-accent-30);
border-radius: 3px;
transition: background 0.3s ease;
}
.function-explainer-sidebar::-webkit-scrollbar-thumb:hover {
background: var(--thepexcel-accent-50);
}
.function-explainer-aside-description {
color: var(--thepexcel-color-muted-text);
margin: 0;
}
.function-explainer-main-card {
margin-top: -40px;
z-index: 1;
}
.function-explainer-hero {
background: #ffffff;
border-radius: 32px;
box-shadow:
0 20px 60px var(--thepexcel-accent-30),
0 8px 20px var(--thepexcel-accent-15);
margin-top: var(--thepexcel-space-xl);
padding: clamp(2rem, 4vw, 4rem);
position: relative;
overflow: hidden;
border: 2px solid var(--thepexcel-accent-20);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.function-explainer-hero:hover {
transform: translateY(-4px);
box-shadow:
0 25px 70px var(--thepexcel-accent-40),
0 10px 25px var(--thepexcel-accent-20);
}
.function-explainer-verified-badge {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 48px;
height: 48px;
background: linear-gradient(135deg, #4CAF50, #45a049);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
animation: slideInBadge 0.3s ease-out;
z-index: 10;
}
@keyframes slideInBadge {
from {
opacity: 0;
transform: scale(0.8) translateY(-10px);
}
to {
opacity: 1;
transform: scale(1) translateY(0);
}
}
.function-explainer-verified-badge svg {
width: 28px;
height: 28px;
stroke-width: 3;
}
.function-explainer-hero-text {
position: relative;
z-index: 1;
}
.function-explainer-hero-text h1 {
margin: 0 0 var(--thepexcel-space-sm) 0;
letter-spacing: -0.02em;
}
.function-explainer-one-line {
font-size: 1.25rem;
color: var(--thepexcel-color-muted-text);
margin-bottom: var(--thepexcel-space-md);
}
.function-explainer-summary p {
font-size: 1.1rem;
}
.function-explainer-hero-media {
margin-top: var(--thepexcel-space-xl);
width: 100%;
}
.function-explainer-hero-media img {
width: 100%;
border-radius: 16px;
box-shadow: 0 8px 24px var(--thepexcel-dark-10);
object-fit: cover;
}
.function-explainer-pill-list {
display: flex;
flex-wrap: wrap;
gap: var(--thepexcel-space-sm);
list-style: none;
padding: 0;
margin: 0 0 var(--thepexcel-space-sm) 0;
} .function-explainer-pill-list span,
.function-explainer-pill-list a,
.function-explainer-pill-list .function-explainer-version-badge {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.35rem;
padding: 0.4rem 1rem;
border-radius: 50px;
font-weight: 600;
font-size: 0.95rem;
line-height: 1;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} .function-explainer-pill-list span,
.function-explainer-pill-list a {
background: linear-gradient(135deg, var(--thepexcel-accent-15), var(--thepexcel-accent-08));
color: var(--thepexcel-color-link-active);
border: 1px solid var(--thepexcel-accent-25);
box-shadow: 0 2px 4px var(--thepexcel-accent-10);
}
.function-explainer-pill-list a:hover {
background: linear-gradient(135deg, var(--thepexcel-accent-25), var(--thepexcel-accent-15));
box-shadow: 0 2px 6px var(--thepexcel-accent-20);
border-color: var(--thepexcel-accent-40);
}
.function-explainer-pill-list.is-small a {
font-size: 0.85rem;
padding: 0.3rem 0.75rem;
}
.function-explainer-platform-badges {
display: flex;
flex-wrap: wrap;
gap: var(--thepexcel-space-xs);
margin-bottom: var(--thepexcel-space-sm);
}
.function-explainer-platform-badges span {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.05em;
border: 1px solid var(--thepexcel-dark-08);
padding: 0.2rem 0.75rem;
border-radius: 999px;
}
.function-explainer-hero-syntax {
margin: var(--thepexcel-space-lg) 0;
}
.function-explainer-hero-meta {
display: flex;
flex-wrap: wrap;
gap: var(--thepexcel-space-md);
color: var(--thepexcel-color-muted);
font-size: 0.95rem;
margin-top: var(--thepexcel-space-md);
} .function-explainer-pill-list .function-explainer-version-badge {
background: linear-gradient(135deg, rgba(46, 204, 113, 0.15), rgba(39, 174, 96, 0.1));
color: #27ae60;
border: 1px solid rgba(46, 204, 113, 0.25);
box-shadow: 0 2px 4px rgba(46, 204, 113, 0.1);
}
.function-explainer-pill-list .function-explainer-version-badge:hover {
background: linear-gradient(135deg, rgba(46, 204, 113, 0.25), rgba(39, 174, 96, 0.15));
box-shadow: 0 2px 6px rgba(46, 204, 113, 0.2);
border-color: rgba(46, 204, 113, 0.4);
}
.function-explainer-version-notes,
.function-explainer-summary,
.function-explainer-note-card {
color: var(--thepexcel-color-muted-text);
}
.function-explainer-behaviors {
display: flex;
flex-wrap: wrap;
gap: var(--thepexcel-space-xs);
margin-top: var(--thepexcel-space-md);
}
.function-explainer-behaviors span {
background-color: var(--thepexcel-dark-05);
padding: 0.25rem 0.75rem;
border-radius: 999px;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.04em;
} .function-explainer-scores {
margin: var(--thepexcel-space-lg) 0;
padding: var(--thepexcel-space-md);
background: linear-gradient(135deg, var(--thepexcel-accent-08), rgba(241, 196, 15, 0.03));
border: 1px solid var(--thepexcel-accent-12);
border-radius: var(--thepexcel-radius-lg);
}
.scores-title {
font-size: 0.95rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--thepexcel-color-text);
margin: 0 0 var(--thepexcel-space-sm) 0;
}
.scores-chip-row,
.function-card-scores {
display: flex;
flex-wrap: wrap;
gap: var(--thepexcel-space-sm);
align-items: center;
}
.score-chip {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.45rem 0.8rem;
border-radius: 999px;
background-color: rgba(0, 0, 0, 0.04);
color: var(--thepexcel-color-text);
font-weight: 600;
font-size: 0.9rem;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.score-chip .chip-dot {
width: 10px;
height: 10px;
border-radius: 999px;
background: #999;
box-shadow: 0 0 0 4px var(--thepexcel-dark-05);
}
.score-chip .chip-label {
text-transform: uppercase;
letter-spacing: 0.03em;
font-size: 0.8rem;
color: var(--thepexcel-color-muted-text);
}
.score-chip .chip-value {
font-weight: 700;
font-size: 0.95rem;
} .score-popularity .chip-dot {
background-color: #2196F3;
box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.15);
}
.score-difficulty .chip-dot {
background-color: #FF9800;
box-shadow: 0 0 0 4px rgba(255, 152, 0, 0.15);
}
.score-usefulness .chip-dot {
background-color: #4CAF50;
box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.15);
}
.function-explainer-shell {
background: #ffffff;
border-radius: 32px;
box-shadow: var(--thepexcel-shadow-card);
position: relative;
padding: clamp(1.5rem, 3vw, 3rem);
border: 1px solid rgba(17, 17, 17, 0.05);
overflow: hidden;
z-index: 0;
}
.function-explainer-shell::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
background: linear-gradient(135deg, rgba(241, 196, 15, 0.04), transparent 65%);
pointer-events: none;
z-index: -1;
}
.function-explainer-section {
padding-bottom: var(--thepexcel-space-2xl);
border-bottom: 1px solid var(--thepexcel-color-border-muted);
margin-bottom: var(--thepexcel-space-2xl);
scroll-margin-top: 120px;
}
.function-explainer-section:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.function-explainer-section-heading h2 {
margin-bottom: var(--thepexcel-space-lg);
display: inline-flex;
align-items: center;
gap: var(--thepexcel-space-md);
position: relative;
font-size: 2rem;
color: var(--thepexcel-color-text);
padding-left: 1rem;
}
.function-explainer-section-accordion {
margin: 0;
border-radius: 16px;
}
.function-explainer-section-heading--summary {
display: flex;
align-items: baseline;
gap: var(--thepexcel-space-md);
cursor: pointer;
list-style: none;
user-select: none;
}
.function-explainer-section-heading--summary::-webkit-details-marker {
display: none;
}
.function-explainer-section-heading--summary h2 {
margin-bottom: 0;
}
.function-explainer-section-heading-excerpt {
flex: 1 1 auto;
font-size: 0.95rem;
color: var(--thepexcel-color-muted-text);
max-width: 58ch;
}
.function-explainer-section-heading--summary::after {
content: '▾';
flex: 0 0 auto;
margin-left: auto;
font-size: 1.15rem;
line-height: 1;
color: var(--thepexcel-color-muted);
transition: transform 0.2s ease, color 0.2s ease;
}
.function-explainer-section-accordion[open] > .function-explainer-section-heading--summary::after {
transform: rotate(180deg);
color: var(--thepexcel-color-text);
}
.function-explainer-section-heading--summary:focus-visible {
outline: 3px solid var(--thepexcel-accent-35);
outline-offset: 4px;
border-radius: 16px;
}
.function-explainer-section-body {
padding-top: var(--thepexcel-space-lg);
}
.function-explainer-usage .function-explainer-scenario-grid,
.function-explainer-usage .function-explainer-note-grid {
margin-top: var(--thepexcel-space-lg);
gap: var(--thepexcel-space-lg);
}
.function-explainer-usage :where(.function-explainer-scenario-card, .function-explainer-note-card) {
padding: var(--thepexcel-space-lg);
}
.function-explainer-section-heading h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: 80%;
border-radius: 999px;
background: linear-gradient(180deg, var(--thepexcel-color-accent), var(--thepexcel-color-accent-dark));
box-shadow: 0 2px 8px var(--thepexcel-accent-30);
}
.function-explainer-section-heading h2::after {
content: '';
position: absolute;
bottom: -0.5rem;
left: 1rem;
right: 0;
height: 2px;
background: linear-gradient(90deg, var(--thepexcel-accent-30), transparent);
} .function-argument-token {
display: inline;
border-bottom: 1px dashed rgba(241, 196, 15, 0.65);
border-radius: 0.4rem;
padding: 0 0.1rem;
margin: 0 0.05rem;
cursor: help;
transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.function-argument-token:hover {
background: var(--thepexcel-accent-15);
color: var(--thepexcel-color-text);
border-color: rgba(241, 196, 15, 0.9);
}
.function-argument-tooltip {
position: fixed;
z-index: 9999;
max-width: 280px;
padding: 0.65rem 0.85rem;
border-radius: 12px;
background: rgba(7, 7, 7, 0.95);
color: #ffffff;
font-size: 0.85rem;
line-height: 1.3;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
pointer-events: none;
opacity: 0;
transform: translate3d(0, 8px, 0);
transition: opacity 0.15s ease, transform 0.15s ease;
}
.function-argument-tooltip.is-visible {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.function-argument-tooltip strong {
display: block;
font-size: 0.9rem;
margin-bottom: 0.25rem;
color: var(--thepexcel-color-accent, #f1c40f);
}
.function-argument-tooltip span {
display: block;
font-size: 0.78rem;
color: rgba(255, 255, 255, 0.85);
}
.function-explainer-syntax-variants {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: var(--thepexcel-space-lg);
margin-top: var(--thepexcel-space-lg);
}
.function-explainer-syntax-variant {
background: var(--thepexcel-color-panel);
padding: var(--thepexcel-space-lg);
border-radius: 16px;
box-shadow: var(--thepexcel-shadow-soft);
border-left: 4px solid var(--thepexcel-accent-40);
}
.function-explainer-argument-table-wrapper {
margin-top: var(--thepexcel-space-xl);
overflow-x: auto;
}
.function-explainer-argument-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
font-size: 0.95rem;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
border: 1px solid var(--thepexcel-accent-15);
}
.function-explainer-argument-table th,
.function-explainer-argument-table td {
border-bottom: 1px solid var(--thepexcel-color-border-muted);
padding: 1rem 1.25rem;
text-align: left;
vertical-align: top;
}
.function-explainer-argument-table th {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #5a5a5a;
background: linear-gradient(135deg, var(--thepexcel-accent-12), var(--thepexcel-accent-08));
font-weight: 700;
position: sticky;
top: 0;
z-index: 10;
border-bottom: 2px solid var(--thepexcel-accent-30);
}
.function-explainer-argument-table tbody tr {
transition: all 0.3s ease;
}
.function-explainer-argument-table tbody tr:nth-child(even) {
background: rgba(241, 196, 15, 0.02);
}
.function-explainer-argument-table tbody tr:hover {
background: var(--thepexcel-accent-08);
transform: scale(1.01);
box-shadow: 0 2px 8px var(--thepexcel-accent-15);
} .function-explainer-argument-table tbody tr.arg-optional {
background: #f9f9f9;
}
.function-explainer-argument-table tbody tr.arg-optional:nth-child(even) {
background: #f5f5f5;
}
.function-explainer-argument-table tbody tr.arg-optional:hover {
background: #efefef;
}
.function-explainer-argument-table tbody tr.arg-optional .arg-name {
font-style: italic;
color: #888888;
font-weight: 600;
}
.function-explainer-argument-table td:first-child {
font-weight: 600;
color: var(--thepexcel-color-text);
font-family: var(--thepexcel-font-mono);
}
.function-explainer-argument-table td:last-child {
font-size: 0.85rem;
color: var(--thepexcel-color-muted-text);
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
max-width: 400px;
}
.function-explainer-argument-table tbody tr:last-child td {
border-bottom: none;
}
.function-explainer-usage-overview {
font-size: 1.05rem;
color: var(--thepexcel-color-text);
} :where(.function-explainer-scenario-card,
.function-explainer-note-card,
.function-explainer-example-card,
.function-explainer-aside-card) {
--_fx-card-bg: var(--fx-card-bg, linear-gradient(135deg, #ffffff 0%, #fffef9 100%));
--_fx-card-border: var(--fx-card-border, var(--thepexcel-accent-12));
--_fx-card-shadow: var(--fx-card-shadow, var(--thepexcel-shadow-card));
background: var(--_fx-card-bg);
border: 2px solid var(--_fx-card-border);
border-radius: 20px;
padding: var(--thepexcel-space-xl);
box-shadow: var(--_fx-card-shadow);
transition: box-shadow var(--thepexcel-transition-base), transform var(--thepexcel-transition-base);
}
:where(.function-explainer-scenario-card,
.function-explainer-note-card,
.function-explainer-example-card,
.function-explainer-aside-card):hover {
box-shadow: var(--fx-card-shadow-hover, var(--thepexcel-shadow-lift));
}
.function-explainer-scenario-grid {
margin-top: var(--thepexcel-space-xl);
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: var(--thepexcel-space-lg);
}
.function-explainer-scenario-card {
--fx-card-bg: linear-gradient(135deg, #fffffe 0%, #fffef5 100%);
--fx-card-border: var(--thepexcel-accent-15);
--fx-card-shadow: 0 4px 12px var(--thepexcel-accent-08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
--fx-card-shadow-hover: 0 6px 20px var(--thepexcel-accent-15), inset 0 1px 0 rgba(255, 255, 255, 0.8);
border-radius: 18px;
position: relative;
overflow: hidden;
}
.function-explainer-scenario-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, var(--thepexcel-color-accent), transparent);
}
.function-explainer-scenario-card:hover {
border-color: var(--thepexcel-accent-30);
transform: translateY(-4px);
}
.function-explainer-scenario-card h3,
.function-explainer-scenario-card h4 {
color: var(--thepexcel-color-text);
margin-bottom: var(--thepexcel-space-sm);
}
.function-explainer-note-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: var(--thepexcel-space-xl);
margin-top: var(--thepexcel-space-xl);
}
.function-explainer-note-card {
--fx-card-border: var(--thepexcel-dark-08);
--fx-card-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8);
--fx-card-shadow-hover: 0 6px 20px var(--thepexcel-accent-12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
border-left: 4px solid var(--thepexcel-accent-50);
border-radius: 16px;
}
.function-explainer-note-card:hover {
border-left-color: var(--thepexcel-color-accent);
transform: translateX(4px);
}
.function-explainer-note-card h4 {
color: var(--thepexcel-color-text);
font-size: 1.1rem;
margin-bottom: var(--thepexcel-space-sm);
display: flex;
align-items: center;
gap: 0.5rem;
}
.function-explainer-note-card h4::before {
content: 'ℹ';
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.5rem;
height: 1.5rem;
background: linear-gradient(135deg, var(--thepexcel-accent-20), var(--thepexcel-accent-10));
border-radius: 50%;
font-size: 0.9rem;
font-weight: bold;
color: var(--thepexcel-color-accent-dark);
}
.function-explainer-example-grid {
display: flex;
flex-direction: column;
gap: var(--thepexcel-space-xl);
}
.function-explainer-example-card {
--fx-card-border: var(--thepexcel-accent-15);
--fx-card-shadow: 0 4px 16px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
--fx-card-shadow-hover: 0 12px 32px var(--thepexcel-accent-15), 0 4px 16px var(--thepexcel-dark-05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
background: linear-gradient(to bottom, #ffffff, #fafafa);
border: 1px solid var(--fx-card-border);
border-radius: 24px;
padding: 0;
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
position: relative;
overflow: hidden;
}
.function-explainer-example-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--thepexcel-color-accent), var(--thepexcel-color-accent-dark));
opacity: 0.8;
}
.function-explainer-example-card:hover {
transform: translateY(-6px);
box-shadow: var(--fx-card-shadow-hover);
border-color: var(--thepexcel-accent-40);
}
.example-header {
display: flex;
align-items: center;
gap: 0.75rem;
padding: var(--thepexcel-space-lg) var(--thepexcel-space-xl) var(--thepexcel-space-md);
border-bottom: 1px solid rgba(0,0,0,0.03);
background: #ffffff;
cursor: pointer;
list-style: none;
user-select: none;
position: relative;
flex-wrap: wrap;
padding-right: calc(var(--thepexcel-space-xl) + 1.75rem);
}
.example-header::-webkit-details-marker {
display: none;
}
.example-header:focus-visible {
outline: 3px solid var(--thepexcel-accent-35);
outline-offset: 4px;
border-radius: 16px;
}
.example-header::after {
content: '▾';
font-size: 1.1rem;
line-height: 1;
color: var(--thepexcel-color-muted);
transition: transform 0.2s ease, color 0.2s ease;
position: absolute;
right: var(--thepexcel-space-xl);
top: 50%;
transform: translateY(-50%);
}
.function-explainer-example-card[open] .example-header::after {
transform: translateY(-50%) rotate(180deg);
color: var(--thepexcel-color-text);
}
.example-title {
font-size: 1.25rem;
margin: 0;
position: relative;
padding-left: 2rem;
color: var(--thepexcel-color-text);
flex: 1 1 auto;
}
.example-title::before {
content: '✓';
position: absolute;
left: 0;
top: 0.1em;
width: 1.4rem;
height: 1.4rem;
background: linear-gradient(135deg, var(--thepexcel-accent-20), var(--thepexcel-accent-10));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
color: var(--thepexcel-color-accent-dark);
font-weight: bold;
}
.example-summary-formula {
flex: 1 1 100%;
display: block;
width: 100%;
margin-top: 0.4rem;
padding: 0.25rem 0.6rem;
border-radius: 10px;
border: 1px dashed rgba(17, 17, 17, 0.14);
background: rgba(17, 17, 17, 0.03);
color: var(--thepexcel-color-muted-text);
font-size: 0.78rem;
font-weight: 600;
line-height: 1.35;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
.example-summary-formula code {
font-family: var(--thepexcel-font-mono);
font-weight: 700;
color: inherit;
background: transparent;
padding: 0;
border: 0;
white-space: inherit;
}
.function-explainer-example-card[open] .example-summary-formula {
display: none;
}
.example-content {
padding: var(--thepexcel-space-xl);
}
.example-image {
margin: 0 0 var(--thepexcel-space-lg) 0;
border-radius: var(--thepexcel-radius-md);
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
border: 1px solid var(--thepexcel-dark-05);
}
.example-explanation {
margin-bottom: var(--thepexcel-space-lg);
color: var(--thepexcel-color-text);
font-size: 1rem;
}
.example-code-section {
background: #f8f9fa;
border: 1px solid var(--thepexcel-dark-05);
border-radius: 16px;
padding: var(--thepexcel-space-lg);
display: grid;
gap: var(--thepexcel-space-lg);
}
.example-block {
display: grid;
gap: 0.5rem;
}
.example-label {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 700;
color: var(--thepexcel-color-muted);
}
.example-code-wrapper {
position: relative;
max-width: 100%;
min-width: 0;
}
.example-code-wrapper pre {
margin: 0;
background: linear-gradient(135deg, #0d1b2a 0%, #1b2838 100%);
color: #f5f5f5;
border: 1px solid var(--thepexcel-accent-15);
border-left: 4px solid var(--thepexcel-color-accent);
border-radius: 12px;
padding: 1.5rem 3rem 1.5rem 1.5rem;
font-family: var(--thepexcel-font-mono);
font-size: 1.05rem;
font-weight: 500;
overflow-x: auto;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 4px 12px rgba(0,0,0,0.1);
white-space: pre-wrap;
word-break: break-word;
}
.example-code-wrapper pre code {
color: #4ec9b0; }
.function-explainer-syntax-code {
padding-right: 3rem !important; 
} .btn-copy-formula {
position: absolute;
top: 0.75rem;
right: 0.75rem;
width: 2rem;
height: 2rem;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease;
opacity: 0;
z-index: 10;
}
@media (hover: none) {
.btn-copy-formula {
opacity: 1;
}
}
.example-code-wrapper:hover .btn-copy-formula,
.function-explainer-syntax-code-wrapper:hover .btn-copy-formula {
opacity: 1;
}
.btn-copy-formula:hover {
background: var(--thepexcel-color-accent);
border-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.btn-copy-formula svg {
width: 16px;
height: 16px;
pointer-events: none;
}
.btn-copy-formula.copied {
background: #2ecc71;
border-color: #2ecc71;
color: white;
box-shadow: 0 0 12px rgba(46, 204, 113, 0.4);
} .example-result-wrapper code {
display: block;
background: #1a202c;
border-left: 4px solid #2ecc71;
padding: 1rem 1.5rem;
border-radius: 8px;
color: #2ecc71;
font-weight: 600;
font-family: var(--thepexcel-font-mono);
border: 1px solid rgba(255,255,255,0.1);
}
.function-explainer-syntax-code::after {
display: none;
}
.btn-copy-formula {
position: absolute;
top: 0.5rem;
right: 0.5rem;
width: 2rem;
height: 2rem;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.9);
color: var(--thepexcel-color-muted);
border: 1px solid rgba(0,0,0,0.1);
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease;
opacity: 0;
z-index: 10;
box-shadow: 0 2px 4px var(--thepexcel-dark-05);
}
@media (hover: none) {
.btn-copy-formula {
opacity: 1;
background: #f5f5f5;
}
}
.example-code-wrapper:hover .btn-copy-formula,
.function-explainer-syntax-code-wrapper:hover .btn-copy-formula {
opacity: 1;
}
.btn-copy-formula:hover {
background: var(--thepexcel-color-accent);
border-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
transform: translateY(-2px);
box-shadow: 0 4px 8px var(--thepexcel-accent-30);
}
.btn-copy-formula svg {
width: 18px;
height: 18px;
pointer-events: none;
}
.btn-copy-formula.copied {
background: #2ecc71;
border-color: #27ae60;
color: white;
box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
}
.example-result-wrapper code {
display: block;
background: linear-gradient(to right, rgba(46, 204, 113, 0.1), transparent);
border-left: 4px solid #2ecc71;
padding: 0.75rem 1rem;
border-radius: 4px;
color: #27ae60;
font-weight: 600;
font-family: var(--thepexcel-font-mono);
} @media (max-width: 768px) {
.function-explainer-section-heading--summary {
flex-wrap: wrap;
}
.function-explainer-section-heading-excerpt {
max-width: 100%;
flex-basis: 100%;
order: 2;
}
.function-explainer-section-heading--summary::after {
order: 3;
}
.example-header {
padding: var(--thepexcel-space-md) var(--thepexcel-space-lg);
flex-wrap: wrap;
padding-right: calc(var(--thepexcel-space-lg) + 1.75rem);
}
.example-content {
padding: 0.9rem 0;
}
body.single-function-explainer .function-explainer-example-grid {
gap: 0;
}
body.single-function-explainer .function-explainer-example-card {
border: 0;
border-radius: 0;
box-shadow: none;
background: #ffffff;
}
body.single-function-explainer .function-explainer-example-card:hover {
transform: none;
}
body.single-function-explainer .function-explainer-example-card::before {
opacity: 0.45;
height: 3px;
}
body.single-function-explainer .example-header {
padding: 0.85rem 0 0.5rem;
padding-right: 2.5rem;
border-bottom: 0;
}
body.single-function-explainer .example-summary-formula {
margin-top: 0.35rem;
padding: 0.2rem 0.5rem;
}
.example-code-section {
padding: 0.75rem 0;
border-radius: 12px;
}
}
.function-explainer-faq-item {
border: 2px solid var(--thepexcel-dark-08);
border-radius: 16px;
padding: var(--thepexcel-space-md);
margin-bottom: var(--thepexcel-space-md);
background: linear-gradient(135deg, #fffffe 0%, #fffef8 100%);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.function-explainer-faq-item:hover {
border-color: var(--thepexcel-accent-30);
box-shadow: 0 4px 12px var(--thepexcel-accent-10);
}
.function-explainer-faq-item summary {
cursor: pointer;
font-weight: 600;
font-size: 1.05rem;
margin-bottom: 0;
padding: 0.5rem 0;
list-style: none;
position: relative;
padding-left: 2rem;
user-select: none;
}
.function-explainer-faq-item summary::before {
content: '?';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 1.5rem;
height: 1.5rem;
background: linear-gradient(135deg, var(--thepexcel-accent-20), var(--thepexcel-accent-10));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: var(--thepexcel-color-accent-dark);
font-size: 0.9rem;
transition: all 0.3s ease;
}
.function-explainer-faq-item summary::-webkit-details-marker {
display: none;
}
.function-explainer-faq-item summary::after {
content: '+';
position: absolute;
right: 0.5rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.5rem;
font-weight: 300;
color: var(--thepexcel-color-muted);
transition: transform 0.3s ease, color 0.3s ease;
}
.function-explainer-faq-item[open] summary::after {
content: '−';
color: var(--thepexcel-color-accent-dark);
}
.function-explainer-faq-item[open] {
border-color: var(--thepexcel-accent-50);
box-shadow:
0 8px 24px var(--thepexcel-accent-15),
inset 0 1px 0 rgba(255, 255, 255, 0.5);
background: linear-gradient(135deg, #ffffff 0%, #fffef5 100%);
}
.function-explainer-faq-item[open] summary::before {
background: linear-gradient(135deg, var(--thepexcel-color-accent), var(--thepexcel-color-accent-dark));
color: var(--thepexcel-color-text);
box-shadow: 0 2px 8px var(--thepexcel-accent-30);
}
.function-explainer-faq-item[open] summary {
margin-bottom: var(--thepexcel-space-sm);
padding-bottom: var(--thepexcel-space-sm);
border-bottom: 1px solid var(--thepexcel-accent-15);
}
.function-explainer-faq-item p {
margin-left: 2rem;
color: var(--thepexcel-color-muted-text);
line-height: 1.7;
}
.function-explainer-resource-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--thepexcel-space-xl);
}
.function-explainer-resource-list,
.function-explainer-related-list {
list-style: none;
padding: 0;
margin: 0;
}
.function-explainer-resource-list li,
.function-explainer-related-list li {
margin-bottom: var(--thepexcel-space-sm);
font-weight: 600;
position: relative;
padding-left: 1.25rem;
}
.function-explainer-resource-list li::before,
.function-explainer-related-list li::before {
content: '\2197';
position: absolute;
left: 0;
top: 0;
color: var(--thepexcel-color-accent);
}
.function-explainer-resource-list a {
color: var(--thepexcel-color-link);
text-decoration: none;
transition: color var(--thepexcel-transition-base);
}
.function-explainer-resource-list a:hover {
text-decoration: underline;
color: var(--thepexcel-color-link-active);
}
.function-explainer-resource-type {
display: inline-flex;
align-items: center;
justify-content: center;
margin-left: 0.5rem;
padding: 0.15rem 0.65rem;
border-radius: 999px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.05em;
background: var(--thepexcel-accent-12);
color: var(--thepexcel-color-muted-text);
}
.function-explainer-bottom-panels {
margin-top: var(--thepexcel-space-2xl);
}
.function-explainer-aside-card {
--fx-card-bg: linear-gradient(135deg, #fffffe 0%, #fffef8 100%);
--fx-card-border: var(--thepexcel-accent-12);
--fx-card-shadow: 0 4px 16px var(--thepexcel-accent-08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
--fx-card-shadow-hover: 0 6px 20px var(--thepexcel-accent-12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
flex: 1 1 320px;
width: 100%;
}
.function-explainer-aside-card:hover {
border-color: var(--thepexcel-accent-25);
transform: translateY(-2px);
}
.function-explainer-aside-card h4,
.function-explainer-aside-card h5 {
margin: 0 0 var(--thepexcel-space-sm) 0;
}
.function-explainer-latest .function-explainer-latest-item {
padding-bottom: 0.75rem;
border-bottom: 1px solid var(--thepexcel-color-border-muted);
}
.function-explainer-latest .function-explainer-latest-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.function-explainer-latest .wp-block-post-title {
margin: 0 !important;
}
.function-explainer-latest .wp-block-post-title a {
color: var(--thepexcel-color-text);
text-decoration: none;
transition: color var(--thepexcel-transition-base);
}
.function-explainer-latest .wp-block-post-title a:hover {
color: var(--thepexcel-color-accent-dark);
}
.function-explainer-grid .wp-block-post-template {
gap: var(--thepexcel-space-xl);
}
.function-explainer-card {
border: 1px solid rgba(0, 0, 0, 0.03);
box-shadow: var(--thepexcel-shadow-card);
transition: transform 0.25s ease, box-shadow 0.25s ease;
min-height: 100%;
}
.function-explainer-card:hover {
transform: translateY(-6px);
box-shadow: var(--thepexcel-shadow-lift);
}
.function-explainer-card .wp-block-post-title {
margin-top: var(--thepexcel-space-sm);
}
.function-explainer-card .wp-block-post-title a {
color: inherit;
text-decoration: none;
}
.function-explainer-card .wp-block-post-excerpt {
margin-bottom: 0;
color: var(--thepexcel-color-muted-text);
}
.function-explainer-outline {
box-shadow: var(--thepexcel-shadow-soft);
}
@media (max-width: 1024px) {
.function-explainer-hero-inner {
flex-direction: column;
}
.function-explainer-hero-media {
max-width: 100%;
}
.function-explainer-sidebar {
position: static;
max-height: none;
overflow-y: visible;
grid-column: 1;
grid-row: 1;
}
.function-explainer-layout {
grid-template-columns: 1fr;
gap: var(--thepexcel-space-xl);
}
.function-explainer-layout-main {
grid-column: 1;
grid-row: 2;
}
.function-explainer-main-card {
margin-top: 0;
}
.function-explainer-argument-table {
font-size: 0.9rem;
}
.function-explainer-argument-table th,
.function-explainer-argument-table td {
padding: 0.75rem;
}
}
@media (max-width: 900px) {
.function-explainer-page::before {
opacity: 0.2;
}
}
@media (max-width: 768px) {
.function-explainer-argument-table thead {
display: none;
}
.function-explainer-argument-table tbody tr {
display: block;
padding: 0.85rem 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.function-explainer-argument-table tbody tr:last-child {
border-bottom: none;
}
.function-explainer-argument-table td {
display: block;
padding: 0.35rem 0;
}
.function-explainer-argument-table td:first-child {
font-size: 1rem;
margin-bottom: 0.25rem;
}
.function-explainer-argument-table td:nth-child(2),
.function-explainer-argument-table td:nth-child(3),
.function-explainer-argument-table td:nth-child(4) {
display: none;
}
.function-explainer-shell {
padding: var(--thepexcel-space-lg);
border-radius: 20px;
}
.function-explainer-hero {
padding: 1.5rem;
border-radius: 20px;
}
.function-explainer-hero:hover {
transform: none;
}
.function-explainer-main-card {
margin-top: 0;
}
.function-explainer-section {
padding-bottom: var(--thepexcel-space-xl);
margin-bottom: var(--thepexcel-space-xl);
}
.function-explainer-section-heading h2 {
font-size: 1.5rem;
}
.function-explainer-syntax-code {
padding: 1rem 1.25rem;
font-size: 0.95rem;
}
.function-explainer-example-card {
padding: var(--thepexcel-space-lg);
}
.function-explainer-example-card:hover {
transform: translateY(-4px);
}
.function-explainer-argument-table-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.function-explainer-faq-item summary {
font-size: 1rem;
}
.function-explainer-pill-list span,
.function-explainer-pill-list a,
.function-explainer-pill-list .function-explainer-version-badge {
font-size: 0.85rem;
padding: 0.35rem 0.85rem;
}
.function-explainer-aside-card {
padding: var(--thepexcel-space-lg);
}
.function-explainer-page::before {
animation: none;
}
.function-explainer-hero::before {
animation: none;
}
} @media print {
body {
background: white;
color: black;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
img {
max-width: 100%;
}
@page {
margin: 2cm;
}
h1, h2, h3 {
page-break-after: avoid;
}
ul, ol {
page-break-inside: avoid;
}
}
.profile-gallery-wrapper {
width: 100%;
display: flex;
justify-content: center;
}
.profile-gallery-wrapper .wp-block-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
justify-items: center;
align-items: center;
gap: 2rem;
}
.profile-gallery-wrapper figure.wp-block-image {
margin: 0;
} .wp-block-gallery-3 {
display: flex !important;
justify-content: center !important;
gap: 2rem !important;
margin-left: auto !important;
margin-right: auto !important;
}
.wp-block-gallery-3 .wp-block-image {
flex: 0 0 auto !important;
margin: 0 !important;
width: auto !important;
} .wp-block-gallery.has-nested-images {
--wp--style--unstable-gallery-gap: 1rem;
flex-wrap: wrap !important;
gap: var(--wp--style--unstable-gallery-gap, 1rem) !important;
} .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#thepexcel-boost) {
flex: 0 0 calc(50% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.5) !important;
max-width: calc(50% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.5) !important;
width: calc(50% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.5) !important;
flex-grow: 0 !important;
} .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#thepexcel-boost),
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#thepexcel-boost) {
flex: 0 0 calc(33.333% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.667) !important;
max-width: calc(33.333% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.667) !important;
width: calc(33.333% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.667) !important;
flex-grow: 0 !important;
} .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#thepexcel-boost) {
flex: 0 0 calc(25% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.75) !important;
max-width: calc(25% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.75) !important;
width: calc(25% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.75) !important;
flex-grow: 0 !important;
} .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#thepexcel-boost) {
flex: 0 0 calc(20% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.8) !important;
max-width: calc(20% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.8) !important;
width: calc(20% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.8) !important;
flex-grow: 0 !important;
} .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#thepexcel-boost) {
flex: 0 0 calc(16.667% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.833) !important;
max-width: calc(16.667% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.833) !important;
width: calc(16.667% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.833) !important;
flex-grow: 0 !important;
} @media (max-width: 782px) {
.wp-block-gallery.has-nested-images[class*="columns-"] figure.wp-block-image:not(#thepexcel-boost) {
flex: 0 0 calc(50% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.5) !important;
max-width: calc(50% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.5) !important;
width: calc(50% - var(--wp--style--unstable-gallery-gap, 1rem) * 0.5) !important;
}
} @media (max-width: 600px) {
.wp-block-gallery.has-nested-images[class*="columns-"] figure.wp-block-image:not(#thepexcel-boost) {
flex: 0 0 100% !important;
max-width: 100% !important;
width: 100% !important;
}
}  .program-tiles-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--thepexcel-space-xl);
margin: var(--thepexcel-space-2xl) 0;
}
@media (max-width: 768px) {
.program-tiles-grid {
grid-template-columns: 1fr;
}
}
.program-tile {
background: white;
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-lg);
padding: var(--thepexcel-space-xl);
transition: transform var(--thepexcel-transition-base), box-shadow var(--thepexcel-transition-base);
}
.program-tile:hover {
transform: translateY(-4px);
box-shadow: var(--thepexcel-shadow-md);
}
.program-tile-title {
font-size: 1.75rem;
font-weight: 700;
margin: 0 0 var(--thepexcel-space-sm) 0;
color: var(--thepexcel-color-text);
}
.program-tile-description {
color: var(--thepexcel-color-text-muted);
margin: 0 0 var(--thepexcel-space-lg) 0;
line-height: 1.6;
}
.program-tile-button {
display: inline-block;
background-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
padding: var(--thepexcel-space-sm) var(--thepexcel-space-lg);
border-radius: var(--thepexcel-radius-md);
text-decoration: none;
font-weight: 600;
transition: background-color var(--thepexcel-transition-base), transform var(--thepexcel-transition-base);
}
.program-tile-button:hover {
background-color: var(--thepexcel-color-accent-dark);
transform: translateX(4px);
text-decoration: none;
} .function-directory-container {
margin: var(--thepexcel-space-xl) 0;
} .function-directory-layout {
display: grid;
grid-template-columns: minmax(260px, 340px) 1fr;
gap: var(--thepexcel-space-xl);
align-items: start;
}
.function-directory-filters {
position: sticky;
top: 110px;
max-height: calc(100vh - 130px);
overflow-y: auto;
padding-bottom: var(--thepexcel-space-md);
overscroll-behavior: contain;
}
.function-directory-results-header {
display: flex;
align-items: baseline;
gap: 8px;
color: var(--thepexcel-color-muted-text);
margin: 0 0 var(--thepexcel-space-md) 0;
}
@media (max-width: 960px) {
.function-directory-layout {
grid-template-columns: 1fr;
gap: var(--thepexcel-space-lg);
}
.function-directory-filters {
position: static;
max-height: none;
overflow: visible;
}
} .function-filter-bar-container {
margin-bottom: var(--thepexcel-space-xl);
position: static;
}
.active-filter-count {
background-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
border-radius: 12px;
padding: 4px 12px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.75rem;
font-weight: 600;
white-space: nowrap;
}
.function-filter-bar {
background: rgba(255, 255, 255, 0.9);
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-lg);
padding: var(--thepexcel-space-md);
box-shadow: var(--thepexcel-shadow-soft);
backdrop-filter: blur(10px);
}
.function-filter-bar-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: var(--thepexcel-space-md);
margin-bottom: var(--thepexcel-space-md);
}
.function-filter-bar-actions {
display: flex;
gap: var(--thepexcel-space-sm);
align-items: center;
justify-content: flex-end;
flex: 0 0 auto;
}
.function-filter-bar.is-sidebar .function-filter-bar-actions {
display: grid;
grid-template-columns: 2fr 1fr;
gap: var(--thepexcel-space-sm);
align-items: center;
min-width: 0;
}
.function-filter-bar.is-sidebar .function-filter-bar-actions > :where(a, button) {
width: 100%;
padding: 8px 10px;
font-size: 0.9rem;
}
.function-filter-bar.is-sidebar .function-filter-bar-actions .btn-apply-filters {
padding: 10px 12px;
font-size: 0.95rem;
}
.function-filter-bar.is-sidebar .function-filter-bar-actions .btn-clear-filters {
padding: 8px 10px;
font-size: 0.85rem;
}
.function-filter-title {
margin: 0;
font-size: 1.25rem;
line-height: 1.2;
}
.function-filter-bar-heading {
display: flex;
flex-direction: column;
gap: 6px;
}
.function-filter-bar-header .filter-results-count {
padding: 0;
margin: 0;
}
.function-filter-bar .btn-clear-filters {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 14px;
border-radius: var(--thepexcel-radius-md);
border: 1px solid var(--thepexcel-color-border-muted);
background: white;
color: var(--thepexcel-color-text);
font-weight: 600;
text-decoration: none;
white-space: nowrap;
}
.function-filter-bar .btn-clear-filters:hover {
border-color: var(--thepexcel-color-accent);
box-shadow: var(--thepexcel-shadow-soft);
text-decoration: none;
}
.function-filter-bar .filter-form {
display: flex;
flex-direction: column;
gap: var(--thepexcel-space-sm);
}
.function-filter-bar .filter-row {
display: flex;
flex-wrap: wrap;
gap: var(--thepexcel-space-sm);
align-items: flex-end;
}
.function-filter-bar .filter-field {
display: flex;
flex-direction: column;
gap: 6px;
}
.function-filter-bar label {
margin: 0;
font-size: 0.875rem;
font-weight: 700;
color: var(--thepexcel-color-muted-text);
}
.function-filter-bar .filter-search {
flex: 1 1 360px;
min-width: 240px;
}
.function-filter-bar .filter-sort {
flex: 0 0 220px;
min-width: 200px;
}
.function-filter-bar .filter-submit {
flex: 0 0 auto;
}
.function-filter-bar .btn-apply-filters {
white-space: nowrap;
}
.function-filter-bar .filter-advanced {
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-md);
padding: var(--thepexcel-space-sm) var(--thepexcel-space-md);
background: rgba(248, 249, 250, 0.7);
}
.function-filter-bar .filter-advanced[open] {
padding-bottom: var(--thepexcel-space-md);
}
.function-filter-bar .filter-advanced-summary {
display: inline-flex;
align-items: center;
gap: var(--thepexcel-space-sm);
cursor: pointer;
font-weight: 700;
list-style: none;
}
.function-filter-bar .filter-advanced-summary::-webkit-details-marker {
display: none;
}
.function-filter-bar .filter-version {
flex: 1 1 320px;
min-width: 260px;
}
.function-filter-bar .filter-category,
.function-filter-bar .filter-verified {
flex: 1 1 240px;
min-width: 220px;
}
.function-filter-bar .filter-version-mode {
margin: 8px 0 0;
padding: 0;
border: none;
display: grid;
gap: 6px;
}
.function-filter-bar .filter-radio {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 0.9rem;
color: var(--thepexcel-color-muted-text);
}
.function-filter-bar .filter-radio input[type="radio"] {
margin: 0;
}
.function-filter-bar.is-sidebar {
background: white;
backdrop-filter: none;
}
.function-filter-bar.is-sidebar .filter-row-main {
display: grid;
grid-template-columns: 1fr;
gap: var(--thepexcel-space-sm);
align-items: start;
}
.function-filter-bar.is-sidebar .filter-sort {
flex: unset;
min-width: 0;
}
.filter-panel {
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-md);
padding: var(--thepexcel-space-md);
background: #fafafa;
}
.filter-panel-title {
font-weight: 800;
margin-bottom: var(--thepexcel-space-md);
color: var(--thepexcel-color-text);
}
.filter-section {
border: none;
padding: 0;
margin: 0 0 var(--thepexcel-space-md);
}
.filter-section legend {
font-weight: 700;
font-size: 0.9rem;
margin-bottom: 8px;
color: var(--thepexcel-color-muted-text);
}
.filter-checklist {
display: flex;
flex-direction: column;
gap: 8px;
max-height: clamp(180px, 34vh, 320px);
overflow: auto;
padding-right: 6px;
}
.filter-check {
display: flex;
align-items: center;
gap: 10px;
font-size: 0.95rem;
color: var(--thepexcel-color-text);
}
.filter-check input[type="radio"] {
width: 18px;
height: 18px;
margin: 0;
}
.filter-actions {
display: flex;
justify-content: flex-end;
}
@media (max-width: 640px) {
.function-filter-bar-container {
top: 120px;
}
.function-filter-bar .filter-sort {
flex: 1 1 220px;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.search-input,
.sort-select,
.version-select,
.category-select,
.verified-select {
padding: var(--thepexcel-space-sm) var(--thepexcel-space-md);
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-md);
font-family: inherit;
font-size: 1rem;
background: white;
transition: border-color var(--thepexcel-transition-base), box-shadow var(--thepexcel-transition-base);
}
.version-mode-toggle.mode-first-available .mode-label-first {
display: inline;
}
.version-mode-toggle:hover {
transform: translateY(-2px);
box-shadow: 0 2px 4px var(--thepexcel-dark-10);
}
.search-input:focus,
.sort-select:focus,
.version-select:focus,
.category-select:focus {
outline: none;
border-color: var(--thepexcel-color-accent);
box-shadow: 0 0 0 3px var(--thepexcel-accent-10);
}
.btn-apply-filters,
.btn-clear-filters {
padding: var(--thepexcel-space-sm) var(--thepexcel-space-lg);
border-radius: var(--thepexcel-radius-md);
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: all var(--thepexcel-transition-base);
text-decoration: none;
display: inline-block;
text-align: center;
}
.btn-apply-filters {
background-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
border: none;
}
.btn-apply-filters:hover {
background-color: var(--thepexcel-color-accent-dark);
transform: translateY(-2px);
}
.btn-clear-filters {
background-color: transparent;
color: var(--thepexcel-color-text-muted);
border: 1px solid var(--thepexcel-color-border);
}
.btn-clear-filters:hover {
background-color: var(--thepexcel-color-background);
border-color: var(--thepexcel-color-text-muted);
text-decoration: none;
} .active-filters {
display: flex;
flex-wrap: wrap;
gap: var(--thepexcel-space-sm);
align-items: center;
margin-bottom: var(--thepexcel-space-md);
padding: var(--thepexcel-space-md) 0;
border-top: 1px solid var(--thepexcel-color-border);
}
.active-filters-label {
font-weight: 600;
color: var(--thepexcel-color-text-muted);
font-size: 0.875rem;
}
.filter-pill {
display: inline-flex;
align-items: center;
gap: var(--thepexcel-space-xs);
background-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
padding: 4px 12px;
border-radius: 999px;
font-size: 0.875rem;
text-decoration: none;
transition: all var(--thepexcel-transition-base);
}
.filter-pill:hover {
background-color: var(--thepexcel-color-accent-dark);
text-decoration: none;
}
.filter-pill span[aria-hidden="true"] {
font-weight: 700;
font-size: 1.125rem;
line-height: 1;
}
.filter-results-count {
padding: var(--thepexcel-space-sm) 0;
color: var(--thepexcel-color-text-muted);
font-size: 0.875rem;
}
.filter-score-section {
display: flex;
flex-direction: column;
gap: var(--thepexcel-space-md);
}
.filter-range {
display: flex;
flex-direction: column;
gap: 6px;
}
.filter-range-header {
display: flex;
align-items: center;
justify-content: space-between;
color: var(--thepexcel-color-text-muted);
font-size: 0.825rem;
font-weight: 600;
}
.filter-range-values {
font-variant-numeric: tabular-nums;
}
.filter-range-sliders {
position: relative;
height: 26px;
touch-action: none;
user-select: none;
}
.filter-range-sliders input[type="range"] {
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 26px;
margin: 0;
background: transparent;
pointer-events: none;
accent-color: var(--thepexcel-color-accent);
-webkit-appearance: none;
appearance: none;
}
.filter-range .range-track {
position: absolute;
left: 0;
right: 0;
top: 50%;
height: 4px;
transform: translateY(-50%);
background: rgba(15, 23, 42, 0.12);
border-radius: 999px;
pointer-events: none;
}
.filter-range .range-track::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: var(--range-min, 0%);
right: calc(100% - var(--range-max, 100%));
background: var(--thepexcel-color-accent);
border-radius: 999px;
}
.filter-range .range-slider {
z-index: 2;
cursor: pointer;
}
.filter-range .range-slider.range-max {
z-index: 3;
}
.filter-range .range-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 16px;
height: 16px;
border-radius: 50%;
background: var(--thepexcel-color-accent);
border: 2px solid #fff;
box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.15);
cursor: pointer;
pointer-events: auto;
}
.filter-range .range-slider::-moz-range-thumb {
width: 16px;
height: 16px;
border-radius: 50%;
background: var(--thepexcel-color-accent);
border: 2px solid #fff;
box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.15);
cursor: pointer;
pointer-events: auto;
}
.filter-range .range-slider::-webkit-slider-runnable-track {
height: 4px;
background: transparent;
}
.filter-range .range-slider::-moz-range-track {
height: 4px;
background: transparent;
} .function-cards-grid {
display: flex;
flex-direction: column;
gap: var(--thepexcel-space-sm);
margin: var(--thepexcel-space-md) 0;
} .function-card {
background: white;
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-md);
padding: 0.9rem 1rem;
transition: transform var(--thepexcel-transition-base), box-shadow var(--thepexcel-transition-base);
display: flex;
gap: var(--thepexcel-space-xs);
align-items: stretch;
}
.function-card:hover {
transform: translateY(-3px);
box-shadow: var(--thepexcel-shadow-md);
}
.function-card-title {
font-size: 1rem;
font-weight: 700;
margin: 0;
line-height: 1.25;
}
.function-card-title a {
color: var(--thepexcel-color-text);
text-decoration: none;
}
.function-card-title a:hover {
color: var(--thepexcel-color-accent);
}
.function-card-main {
flex: 1 1 auto;
min-width: 0;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.function-card-inline {
display: grid;
grid-template-columns: auto auto 1fr auto;
align-items: start;
gap: var(--thepexcel-space-xs);
}
.function-card-inline > p {
margin: 0;
display: contents;
}
.function-card-inline > p:empty {
display: none;
}
.function-card-side {
display: none;
}
.function-card-categories {
display: flex;
align-items: center;
gap: var(--thepexcel-space-xs);
flex-wrap: wrap;
}
.function-explainer-pill-list {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: var(--thepexcel-space-sm);
margin-bottom: var(--thepexcel-space-lg);
}
.function-explainer-pill-list br {
display: none;
}
.function-explainer-pill-list p {
display: inline;
margin: 0;
padding: 0;
}
.category-pill,
.category-tag,
.version-badge,
.version-tag,
.program-tag {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 4px 10px;
border-radius: var(--thepexcel-radius-sm);
font-size: 0.72rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
white-space: nowrap;
height: 28px;
text-decoration: none;
cursor: pointer;
transition: all var(--thepexcel-transition-base);
line-height: 1;
}
.category-pill,
.category-tag {
background-color: var(--thepexcel-color-background);
color: var(--thepexcel-color-text);
border: 1px solid #ddd;
}
.category-pill:hover,
.category-tag:hover {
background-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
border-color: var(--thepexcel-color-accent);
box-shadow: 0 2px 6px var(--thepexcel-accent-20);
}
.version-badge,
.version-tag {
background-color: #e8f5e9;
color: #2e7d32;
border: 1px solid #c8e6c9;
}
.version-badge:hover,
.version-tag:hover {
background-color: #c8e6c9;
color: #1b5e20;
border-color: #a5d6a7;
box-shadow: 0 2px 6px rgba(46, 125, 50, 0.15);
}
.program-tag {
background-color: #e3f2fd;
color: #1565c0;
border: 1px solid #bbdefb;
}
.program-tag:hover {
background-color: #bbdefb;
color: #0d47a1;
border-color: #90caf9;
box-shadow: 0 2px 6px rgba(21, 101, 192, 0.15);
}
.function-card-summary {
color: var(--thepexcel-color-text-muted);
line-height: 1.4;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.function-card-syntax {
margin-top: 0.5rem;
border-top: 1px solid var(--thepexcel-color-border);
padding-top: 0.5rem;
}
.function-card-syntax-toggle {
cursor: pointer;
font-weight: 700;
color: var(--thepexcel-color-link);
user-select: none;
display: inline-flex;
align-items: center;
gap: 8px;
list-style: none;
}
.function-card-syntax-toggle::-webkit-details-marker {
display: none;
}
.function-card-syntax-toggle::after {
content: "▾";
font-size: 0.9rem;
line-height: 1;
transform: translateY(-1px);
transition: transform var(--thepexcel-transition-base);
}
.function-card-syntax[open] .function-card-syntax-toggle::after {
transform: rotate(180deg) translateY(1px);
}
.function-card-syntax-code {
margin: 0.5rem 0 0;
padding: 0.75rem;
border-radius: var(--thepexcel-radius-md);
background: var(--thepexcel-color-soft-bg);
border-left: 4px solid var(--thepexcel-color-accent);
overflow-x: auto;
font-size: 0.95rem;
}
.function-card-syntax-code code {
background: transparent;
padding: 0;
}
@media (max-width: 640px) {
.function-card-inline {
grid-template-columns: 1fr;
align-items: start;
}
}
.function-card-actions,
.btn-view-function {
display: none;
} .function-card-scores {
margin: 0;
padding: 0;
background: transparent;
border-radius: 0;
} .no-functions-found {
text-align: center;
padding: var(--thepexcel-space-2xl);
background: white;
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-lg);
grid-column: 1 / -1;
}
.no-functions-found p {
color: var(--thepexcel-color-text-muted);
margin-bottom: var(--thepexcel-space-lg);
font-size: 1.125rem;
}  .function-directory-pagination {
display: flex;
justify-content: center;
gap: var(--thepexcel-space-xs);
margin: var(--thepexcel-space-xl) 0;
flex-wrap: wrap;
}
.function-directory-pagination a,
.function-directory-pagination .page-numbers {
padding: var(--thepexcel-space-xs) calc(var(--thepexcel-space-sm) + 0.25rem);
border: 1px solid var(--thepexcel-color-border);
border-radius: var(--thepexcel-radius-sm);
color: var(--thepexcel-color-text);
text-decoration: none;
transition: background-color var(--thepexcel-transition-base), border-color var(--thepexcel-transition-base), color var(--thepexcel-transition-base);
display: inline-block;
}
.function-directory-pagination a:hover {
background-color: var(--thepexcel-color-accent);
border-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text);
}
.function-directory-pagination .page-numbers.current {
background-color: var(--thepexcel-color-accent);
border-color: var(--thepexcel-color-accent);
font-weight: 700;
} .function-hub-container {
max-width: 1200px;
margin: 0 auto;
} .function-hub-tabs {
display: flex;
gap: var(--thepexcel-space-sm);
margin-bottom: var(--thepexcel-space-2xl);
border-bottom: 2px solid var(--thepexcel-color-border);
overflow-x: auto;
}
.function-hub-tab {
padding: var(--thepexcel-space-md) var(--thepexcel-space-xl);
background: none;
border: none;
border-bottom: 3px solid transparent;
display: inline-flex;
align-items: center;
cursor: pointer;
font-size: 1.125rem;
font-weight: 600;
color: var(--thepexcel-color-text-muted);
text-decoration: none;
transition: all var(--thepexcel-transition-base);
white-space: nowrap;
}
.function-hub-tab:hover {
color: var(--thepexcel-color-text);
background-color: var(--thepexcel-accent-10);
}
.function-hub-tab.active {
color: var(--thepexcel-color-accent);
border-bottom-color: var(--thepexcel-color-accent);
} .function-hub-panels {
position: relative;
}
.function-hub-panel {
display: none;
}
.function-hub-panel.active {
display: block;
}
.function-hub-panel h2 {
font-size: 2rem;
font-weight: 700;
margin-bottom: var(--thepexcel-space-lg);
color: var(--thepexcel-color-text);
}
.function-hub-panel .program-description {
font-size: 1.125rem;
color: var(--thepexcel-color-text-muted);
margin-bottom: var(--thepexcel-space-2xl);
} .function-list {
list-style: disc;
padding-left: var(--thepexcel-space-2xl);
margin-bottom: var(--thepexcel-space-2xl);
columns: 3;
column-gap: var(--thepexcel-space-2xl);
}
.function-list li {
margin-bottom: var(--thepexcel-space-sm);
break-inside: avoid;
}
.function-list a {
color: var(--thepexcel-color-link);
text-decoration: none;
transition: all var(--thepexcel-transition-base);
}
.function-list a:hover {
color: var(--thepexcel-color-accent);
text-decoration: underline;
}
.function-count {
font-size: 0.875rem;
color: var(--thepexcel-color-text-muted);
font-weight: 600;
} @media (max-width: 768px) {
.function-hub-container {
max-width: 100%;
padding-left: 1rem;
padding-right: 1rem;
box-sizing: border-box;
}
.function-hub-tabs {
gap: 0;
}
.function-hub-tab {
padding: var(--thepexcel-space-sm) var(--thepexcel-space-md);
font-size: 1rem;
}
.function-list {
columns: 2;
}
}
@media (max-width: 480px) {
.function-list {
columns: 1;
}
} .function-explainer-comments {
margin-top: var(--thepexcel-space-3xl);
padding-top: var(--thepexcel-space-3xl);
border-top: 1px solid var(--thepexcel-color-border);
} .wp-block-comments__title {
font-size: 1.75rem;
font-weight: 700;
color: var(--thepexcel-color-text);
margin-bottom: var(--thepexcel-space-2xl);
} .wp-block-comments__list {
list-style: none;
padding: 0;
margin: 0 0 var(--thepexcel-space-2xl) 0;
} .wp-block-comment {
margin-bottom: var(--thepexcel-space-2xl);
padding: var(--thepexcel-space-lg);
background-color: var(--thepexcel-color-background-alt);
border-left: 4px solid var(--thepexcel-color-accent);
border-radius: 4px;
}
.wp-block-comment__meta {
font-size: 0.875rem;
color: var(--thepexcel-color-text-muted);
margin-bottom: var(--thepexcel-space-md);
display: flex;
align-items: center;
gap: var(--thepexcel-space-sm);
}
.wp-block-comment__author-name {
font-weight: 600;
color: var(--thepexcel-color-text);
}
.wp-block-comment__time {
color: var(--thepexcel-color-text-muted);
}
.wp-block-comment__content {
font-size: 1rem;
color: var(--thepexcel-color-text);
line-height: 1.6;
}
.wp-block-comment__content > p {
margin-bottom: var(--thepexcel-space-md);
}
.wp-block-comment__content > p:last-child {
margin-bottom: 0;
} .wp-block-comment__nested {
margin-top: var(--thepexcel-space-lg);
margin-left: var(--thepexcel-space-2xl);
list-style: none;
padding-left: 0;
} .wp-block-comments__form-submit {
margin-top: var(--thepexcel-space-lg);
}
.wp-block-post-comments-form {
margin-top: var(--thepexcel-space-2xl);
padding: var(--thepexcel-space-2xl);
background-color: var(--thepexcel-color-background-alt);
border-radius: 4px;
}
.wp-block-post-comments-form form {
display: flex;
flex-direction: column;
gap: var(--thepexcel-space-lg);
}
.wp-block-post-comments-form label {
display: block;
font-weight: 600;
color: var(--thepexcel-color-text);
margin-bottom: var(--thepexcel-space-sm);
font-size: 0.95rem;
}
.wp-block-post-comments-form input[type="text"],
.wp-block-post-comments-form input[type="email"],
.wp-block-post-comments-form input[type="url"],
.wp-block-post-comments-form textarea {
width: 100%;
padding: var(--thepexcel-space-md);
border: 1px solid var(--thepexcel-color-border);
border-radius: 4px;
font-family: inherit;
font-size: 1rem;
color: var(--thepexcel-color-text);
background-color: var(--thepexcel-color-background);
transition: border-color var(--thepexcel-transition-base);
}
.wp-block-post-comments-form input[type="text"]:focus,
.wp-block-post-comments-form input[type="email"]:focus,
.wp-block-post-comments-form input[type="url"]:focus,
.wp-block-post-comments-form textarea:focus {
outline: none;
border-color: var(--thepexcel-color-accent);
box-shadow: 0 0 0 2px var(--thepexcel-accent-10);
}
.wp-block-post-comments-form textarea {
resize: vertical;
min-height: 120px;
}
.wp-block-post-comments-form button[type="submit"] {
align-self: flex-start;
padding: var(--thepexcel-space-md) var(--thepexcel-space-2xl);
background-color: var(--thepexcel-color-accent);
color: var(--thepexcel-color-text-dark);
border: none;
border-radius: 4px;
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: all var(--thepexcel-transition-base);
}
.wp-block-post-comments-form button[type="submit"]:hover {
background-color: #d4a40f;
transform: translateY(-2px);
box-shadow: 0 4px 12px var(--thepexcel-accent-20);
} @media (max-width: 768px) {
.function-explainer-comments {
padding-left: 0;
padding-right: 0;
}
.wp-block-comment__nested {
margin-left: var(--thepexcel-space-lg);
}
.wp-block-post-comments-form {
padding: var(--thepexcel-space-lg);
}
} .function-name-highlight {
font-weight: 700 !important;
color: #ffffff !important;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
}
.function-paren-highlight {
font-weight: 700 !important;
color: #ffffff !important;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
} .batch-hero {
background: linear-gradient(135deg, #FFF8E7 0%, #FAEBC8 100%);
border: 1px solid var(--color-gold-200, #E8C47A);
border-radius: 12px;
padding: 1.5rem 1.75rem;
margin: 1rem 0 2rem;
display: grid;
gap: 1rem;
}
.batch-hero__badge {
display: inline-flex;
gap: 0.5rem;
align-items: center;
font-size: 0.95rem;
}
.batch-hero__cohort {
background: var(--color-onyx, #0A0A0A);
color: #fff;
padding: 0.25rem 0.75rem;
border-radius: 999px;
font-weight: 600;
}
.batch-hero__status {
background: rgba(212, 168, 75, 0.2);
color: var(--color-onyx, #0A0A0A);
padding: 0.25rem 0.75rem;
border-radius: 999px;
font-weight: 500;
}
.batch-hero__badge--sold_out .batch-hero__status,
.batch-hero__badge--completed .batch-hero__status {
background: rgba(74, 74, 74, 0.15);
color: var(--color-charcoal, #4A4A4A);
}
.batch-hero__schedule {
display: grid;
gap: 0.5rem;
font-size: 1rem;
}
.batch-hero__schedule > div {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
align-items: baseline;
}
.batch-hero__icon {
font-size: 1.1rem;
}
.batch-hero__time {
color: var(--color-charcoal, #4A4A4A);
font-size: 0.95rem;
}
.batch-hero__location-detail {
color: var(--color-charcoal, #4A4A4A);
font-size: 0.95rem;
}
.batch-hero__pricing {
border-top: 1px dashed rgba(74, 74, 74, 0.3);
padding-top: 1rem;
}
.batch-hero__price-active {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0.75rem;
}
.batch-hero__price-label {
background: var(--color-rosy-copper, #CD4631);
color: #fff;
padding: 0.2rem 0.65rem;
border-radius: 6px;
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.batch-hero__price-amount {
font-size: 2rem;
font-weight: 700;
color: var(--color-onyx, #0A0A0A);
}
.batch-hero__price-countdown {
color: var(--color-rosy-copper, #CD4631);
font-size: 0.9rem;
font-weight: 500;
}
.batch-hero__price-active--regular .batch-hero__price-label {
background: var(--color-charcoal, #4A4A4A);
}
.batch-hero__group-discount {
margin: 0.75rem 0 0;
color: var(--color-charcoal, #4A4A4A);
font-size: 0.95rem;
}
.batch-hero__cta {
margin-top: 0.5rem;
}
.batch-hero__cta-button {
display: inline-block;
background: var(--color-gold-500, #D4A84B);
color: var(--color-onyx, #0A0A0A);
padding: 0.85rem 2rem;
border-radius: 8px;
font-weight: 700;
text-decoration: none;
font-size: 1.05rem;
transition: background-color 0.15s ease;
}
.batch-hero__cta-button:hover {
background: var(--color-gold-600, #C09740);
color: var(--color-onyx, #0A0A0A);
text-decoration: none;
}
.batch-hero__cta-button--disabled {
background: rgba(74, 74, 74, 0.2);
color: var(--color-charcoal, #4A4A4A);
cursor: not-allowed;
} .batch-hero__map-link,
.featured-batch-card__map-link {
display: inline-block;
margin-top: 0.25rem;
font-size: 0.9rem;
color: var(--color-rosy-copper, #CD4631);
text-decoration: none;
font-weight: 500;
}
.batch-hero__map-link:hover,
.featured-batch-card__map-link:hover {
text-decoration: underline;
} .featured-batch-card__vat-hint,
.batch-hero__vat-hint,
.course-external-cta__vat-hint {
margin-left: 0.45rem;
font-size: 0.7em;
font-weight: 500;
opacity: 0.65;
white-space: nowrap;
}
.featured-batch-card__vat-total,
.batch-hero__vat-total {
display: block;
margin-top: 0.25rem;
font-size: 0.85rem;
font-weight: 500;
color: var(--color-charcoal, #4A4A4A);
opacity: 0.8;
} .featured-batch-card__inquiry {
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 0.3rem;
}
.featured-batch-card__inquiry-label,
.batch-hero__inquiry-label,
.batch-detail__inquiry-label,
.course-external-cta__inquiry-label {
margin: 0.35rem 0 0;
font-size: 0.85rem;
color: var(--color-charcoal, #4A4A4A);
text-align: center;
user-select: text;
}
.batch-hero__inquiry-label,
.batch-detail__inquiry-label {
width: 100%;
} .featured-batch-card__cta--secondary,
.batch-hero__cta-button--secondary,
.batch-detail__cta-button--secondary {
background: transparent;
color: var(--color-onyx, #0A0A0A);
border: 1.5px solid var(--color-onyx, #0A0A0A);
font-weight: 600;
}
.featured-batch-card__cta--secondary:hover,
.batch-hero__cta-button--secondary:hover,
.batch-detail__cta-button--secondary:hover {
background: var(--color-onyx, #0A0A0A);
color: var(--wp--preset--color--gold, #C9A961);
text-decoration: none;
}
.batch-hero__cta {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
align-items: center;
}
.batch-detail__cta {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
align-items: center;
}
.batch-hero__divider {
border: 0;
border-top: 2px solid rgba(212, 168, 75, 0.3);
margin: 0 0 2rem;
} .batch-section {
margin: 2.5rem 0;
}
.batch-section + .batch-section {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px dashed rgba(74, 74, 74, 0.2);
}
.batch-section__title {
font-size: 1.6rem;
font-weight: 700;
margin: 0 0 1.25rem;
color: var(--color-onyx, #0A0A0A);
}
.batch-section--extra .batch-section__title {
font-size: 1.2rem;
color: var(--color-charcoal, #4A4A4A);
} .batch-detail {
display: grid;
gap: 1.5rem;
}
.batch-detail__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1.25rem;
}
.batch-detail__item {
background: #FAF7F0;
border: 1px solid rgba(212, 168, 75, 0.3);
border-radius: 10px;
padding: 1.25rem;
}
.batch-detail__item-title {
font-size: 1.05rem;
font-weight: 700;
margin: 0 0 0.75rem;
color: var(--color-onyx, #0A0A0A);
display: flex;
align-items: center;
gap: 0.4rem;
}
.batch-detail__item p {
margin: 0.35rem 0;
font-size: 0.95rem;
color: var(--color-charcoal, #4A4A4A);
}
.batch-detail__status {
display: inline-block;
margin-top: 0.5rem;
padding: 0.25rem 0.75rem;
border-radius: 999px;
font-size: 0.85rem;
font-weight: 500;
background: rgba(212, 168, 75, 0.2);
color: var(--color-onyx, #0A0A0A);
}
.batch-detail__status--sold_out,
.batch-detail__status--completed {
background: rgba(74, 74, 74, 0.15);
color: var(--color-charcoal, #4A4A4A);
}
.batch-detail__pricing {
background: #FFFCF5;
border: 1px solid rgba(212, 168, 75, 0.3);
border-radius: 10px;
padding: 1.25rem;
}
.batch-pricing-table {
width: 100%;
border-collapse: collapse;
margin-top: 0.5rem;
}
.batch-pricing-table th,
.batch-pricing-table td {
padding: 0.75rem 0.5rem;
text-align: left;
border-bottom: 1px solid rgba(212, 168, 75, 0.2);
font-size: 0.95rem;
}
.batch-pricing-table th {
font-weight: 600;
color: var(--color-charcoal, #4A4A4A);
background: rgba(212, 168, 75, 0.1);
}
.batch-pricing-table__row--active {
background: rgba(205, 70, 49, 0.08);
}
.batch-pricing-table__row--active td:first-child,
.batch-pricing-table__row--active td:nth-child(2) {
font-weight: 700;
}
.batch-pricing-table__active-badge {
display: inline-block;
margin-left: 0.5rem;
padding: 0.15rem 0.5rem;
background: var(--color-rosy-copper, #CD4631);
color: #fff;
border-radius: 6px;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.batch-detail__group-discount {
margin: 1rem 0 0;
padding: 0.75rem 1rem;
background: #FFF8E7;
border-left: 3px solid var(--color-gold-500, #D4A84B);
color: var(--color-charcoal, #4A4A4A);
font-size: 0.95rem;
}
.batch-detail__cta {
text-align: center;
margin-top: 0.5rem;
}
.batch-detail__cta-button {
display: inline-block;
background: var(--color-gold-500, #D4A84B);
color: var(--color-onyx, #0A0A0A);
padding: 0.85rem 2.5rem;
border-radius: 8px;
font-weight: 700;
text-decoration: none;
font-size: 1.05rem;
transition: background-color 0.15s ease;
}
.batch-detail__cta-button:hover {
background: var(--color-gold-600, #C09740);
color: var(--color-onyx, #0A0A0A);
text-decoration: none;
} .course-batches {
margin: 3rem 0 0;
}
.course-batches__title {
font-size: 1.5rem;
font-weight: 700;
margin: 2rem 0 1.25rem;
color: var(--color-onyx, #0A0A0A);
display: flex;
align-items: center;
gap: 0.5rem;
}
.course-batches__title--featured {
margin-top: 0;
}
.course-batches__count {
font-size: 1rem;
font-weight: 400;
color: var(--color-charcoal, #4A4A4A);
margin-left: 0.25rem;
} .featured-batch-card {
background: linear-gradient(135deg, #FFF8E7 0%, #FAEBC8 100%);
border: 1px solid var(--color-gold-200, #E8C47A);
border-radius: 12px;
padding: 1.5rem 1.75rem;
display: grid;
gap: 1rem;
}
.featured-batch-card__header {
display: flex;
justify-content: flex-start;
}
.featured-batch-card__badge {
display: inline-flex;
gap: 0.5rem;
align-items: center;
font-size: 0.95rem;
}
.featured-batch-card__cohort {
background: var(--color-onyx, #0A0A0A);
color: #fff;
padding: 0.25rem 0.75rem;
border-radius: 999px;
font-weight: 600;
}
.featured-batch-card__status {
background: rgba(212, 168, 75, 0.2);
color: var(--color-onyx, #0A0A0A);
padding: 0.25rem 0.75rem;
border-radius: 999px;
font-weight: 500;
}
.featured-batch-card__badge--sold_out .featured-batch-card__status,
.featured-batch-card__badge--completed .featured-batch-card__status {
background: rgba(74, 74, 74, 0.15);
color: var(--color-charcoal, #4A4A4A);
}
.featured-batch-card__body {
display: grid;
gap: 0.75rem;
}
.featured-batch-card__row {
display: flex;
gap: 0.75rem;
align-items: flex-start;
}
.featured-batch-card__icon {
font-size: 1.2rem;
flex-shrink: 0;
}
.featured-batch-card__row > div {
display: flex;
flex-direction: column;
gap: 0.15rem;
}
.featured-batch-card__sub {
color: var(--color-charcoal, #4A4A4A);
font-size: 0.9rem;
}
.featured-batch-card__pricing {
border-top: 1px dashed rgba(74, 74, 74, 0.3);
padding-top: 1rem;
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0.75rem;
}
.featured-batch-card__price-label {
background: var(--color-rosy-copper, #CD4631);
color: #fff;
padding: 0.2rem 0.65rem;
border-radius: 6px;
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.featured-batch-card__pricing--regular .featured-batch-card__price-label {
background: var(--color-charcoal, #4A4A4A);
}
.featured-batch-card__price-amount {
font-size: 2rem;
font-weight: 700;
color: var(--color-onyx, #0A0A0A);
}
.featured-batch-card__price-countdown {
color: var(--color-rosy-copper, #CD4631);
font-size: 0.9rem;
font-weight: 500;
}
.featured-batch-card__group-discount {
margin: 0.85rem 0 0;
padding: 0.65rem 0.9rem;
border-radius: 8px;
background: rgba(201, 169, 97, 0.12);
border-left: 3px solid var(--wp--preset--color--gold, #C9A961);
color: var(--color-onyx, #0A0A0A);
font-size: 0.95rem;
line-height: 1.45;
}
.featured-batch-card__group-discount > span[aria-hidden] {
margin-right: 0.4rem;
}
.featured-batch-card__footer {
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
justify-content: space-between;
margin-top: 0.25rem;
}
.featured-batch-card__cta {
display: inline-block;
background: var(--color-gold-500, #D4A84B);
color: var(--color-onyx, #0A0A0A);
padding: 0.85rem 2rem;
border-radius: 8px;
font-weight: 700;
text-decoration: none;
font-size: 1.05rem;
transition: background-color 0.15s ease;
}
.featured-batch-card__cta:hover {
background: var(--color-gold-600, #C09740);
color: var(--color-onyx, #0A0A0A);
text-decoration: none;
}
.featured-batch-card__cta--disabled {
background: rgba(74, 74, 74, 0.2);
color: var(--color-charcoal, #4A4A4A);
cursor: not-allowed;
}
.featured-batch-card__detail-link {
color: var(--color-rosy-copper, #CD4631);
font-weight: 500;
text-decoration: none;
}
.featured-batch-card__detail-link:hover {
text-decoration: underline;
} .course-batches__list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 0.5rem;
}
.batch-list-item {
margin: 0;
background: #FAFAFA;
border: 1px solid #E5E7EB;
border-radius: 8px;
transition: border-color 0.15s ease, background-color 0.15s ease;
}
.batch-list-item:hover {
border-color: var(--color-gold-200, #E8C47A);
background: #FFFCF5;
}
.batch-list-item__link {
display: grid;
grid-template-columns: minmax(80px, max-content) 1fr minmax(120px, max-content) minmax(80px, max-content) auto;
gap: 1rem;
align-items: center;
padding: 0.85rem 1rem;
text-decoration: none;
color: var(--color-onyx, #0A0A0A);
}
.batch-list-item__link:hover {
text-decoration: none;
color: var(--color-onyx, #0A0A0A);
}
.batch-list-item__cohort {
font-weight: 600;
color: var(--color-onyx, #0A0A0A);
}
.batch-list-item__date {
color: var(--color-charcoal, #4A4A4A);
font-size: 0.95rem;
}
.batch-list-item__status {
display: inline-block;
padding: 0.2rem 0.65rem;
border-radius: 999px;
font-size: 0.8rem;
font-weight: 500;
background: rgba(212, 168, 75, 0.2);
color: var(--color-onyx, #0A0A0A);
text-align: center;
}
.batch-list-item__status--sold_out,
.batch-list-item__status--completed {
background: rgba(74, 74, 74, 0.15);
color: var(--color-charcoal, #4A4A4A);
}
.batch-list-item__price {
color: var(--color-charcoal, #4A4A4A);
font-weight: 600;
text-align: right;
}
.batch-list-item__arrow {
color: var(--color-charcoal, #4A4A4A);
font-size: 1.1rem;
}
@media (max-width: 640px) {
.batch-list-item__link {
grid-template-columns: 1fr auto;
gap: 0.5rem;
}
.batch-list-item__date,
.batch-list-item__price {
grid-column: 1 / -1;
font-size: 0.9rem;
}
.batch-list-item__status {
grid-column: 2;
grid-row: 1;
}
.batch-list-item__arrow {
display: none;
}
} .batch-section--siblings {
margin-top: 3rem;
}
.batch-back-link {
margin: 1.5rem 0 0;
text-align: center;
}
.batch-back-link a {
display: inline-block;
padding: 0.6rem 1.5rem;
border: 1px solid var(--color-gold-200, #E8C47A);
border-radius: 8px;
color: var(--color-onyx, #0A0A0A);
text-decoration: none;
font-weight: 500;
transition: background-color 0.15s ease;
}
.batch-back-link a:hover {
background: #FFFCF5;
color: var(--color-onyx, #0A0A0A);
text-decoration: none;
} .course-external-cta {
margin: var(--wp--preset--spacing--xl, 2.5rem) auto 0;
max-width: 720px;
padding: 1.5rem 1.5rem 1.75rem;
border-radius: 14px;
background: linear-gradient(135deg, #FFFCF5 0%, #FFF4E0 100%);
border: 1.5px solid var(--wp--preset--color--gold, #C9A961);
text-align: center;
}
.course-external-cta__inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.85rem;
}
.course-external-cta__meta {
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
align-items: baseline;
}
.course-external-cta__type {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 600;
color: var(--color-onyx, #0A0A0A);
opacity: 0.7;
}
.course-external-cta__price {
font-size: 1.6rem;
font-weight: 700;
color: var(--color-onyx, #0A0A0A);
}
.course-external-cta__button {
display: inline-block;
padding: 0.85rem 2.2rem;
border-radius: 999px;
background: var(--color-onyx, #0A0A0A);
color: var(--wp--preset--color--gold, #C9A961);
font-size: 1.05rem;
font-weight: 600;
text-decoration: none;
transition: transform 0.12s ease, box-shadow 0.15s ease;
border: 2px solid var(--color-onyx, #0A0A0A);
line-height: 1.2;
}
.course-external-cta__button:hover {
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(10, 10, 10, 0.18);
text-decoration: none;
}
@media (max-width: 600px) {
.course-external-cta {
padding: 1.25rem 1rem 1.5rem;
}
.course-external-cta__price { font-size: 1.35rem; }
.course-external-cta__button { font-size: 0.95rem; padding: 0.75rem 1.6rem; }
} .course-filter-bar {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
justify-content: center;
margin: 0 auto var(--wp--preset--spacing--xl, 2rem);
max-width: 720px;
}
.course-filter-bar__btn {
display: inline-block;
padding: 0.55rem 1.2rem;
border-radius: 999px;
border: 1.5px solid var(--color-onyx, #0A0A0A);
background: #ffffff;
color: var(--color-onyx, #0A0A0A);
font-size: 0.95rem;
font-weight: 500;
text-decoration: none;
transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
line-height: 1;
}
.course-filter-bar__btn:hover {
background: var(--color-onyx, #0A0A0A);
color: var(--wp--preset--color--gold, #C9A961);
text-decoration: none;
transform: translateY(-1px);
}
.course-filter-bar__btn.is-active,
.course-filter-bar__btn[aria-current="page"] {
background: var(--color-onyx, #0A0A0A);
color: var(--wp--preset--color--gold, #C9A961);
border-color: var(--color-onyx, #0A0A0A);
cursor: default;
}
@media (max-width: 600px) {
.course-filter-bar__btn {
font-size: 0.85rem;
padding: 0.45rem 0.95rem;
}
}  @view-transition {
navigation: auto;
} :focus-visible {
outline: 2px solid var(--color-gold-500, #D4A84B);
outline-offset: 3px;
border-radius: 4px;
}
:focus:not(:focus-visible) {
outline: none;
} .wp-block-query .wp-block-post {
transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.wp-block-query .wp-block-post:hover {
transform: translateY(-3px);
box-shadow: 0 12px 28px rgba(10, 10, 10, 0.08);
} .wp-block-post-featured-image img {
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.wp-block-query .wp-block-post:hover .wp-block-post-featured-image img {
transform: scale(1.03);
} .featured-batch-card__cta:not(.featured-batch-card__cta--secondary):not(.featured-batch-card__cta--disabled) {
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.featured-batch-card__cta:not(.featured-batch-card__cta--secondary):not(.featured-batch-card__cta--disabled):hover {
transform: translateY(-2px);
box-shadow: 0 10px 28px rgba(212, 168, 75, 0.35);
} .entry-content a:not(.wp-block-button__link):not(.wp-element-button):not([class*="featured-batch-card"]):not([class*="batch-hero"]) {
background-image: linear-gradient(currentColor, currentColor);
background-size: 0% 1px;
background-position: 0 100%;
background-repeat: no-repeat;
transition: background-size 0.25s ease;
}
.entry-content a:not(.wp-block-button__link):not(.wp-element-button):not([class*="featured-batch-card"]):not([class*="batch-hero"]):hover {
background-size: 100% 1px;
text-decoration: none;
} @media (prefers-reduced-motion: reduce) {
.wp-block-query .wp-block-post:hover,
.wp-block-query .wp-block-post:hover .wp-block-post-featured-image img,
.featured-batch-card__cta:hover {
transform: none !important;
}
}  .single .single-post-wrapper {
padding-top: clamp(1.25rem, 2.5vw, 2.25rem) !important;
padding-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
} .post-meta-card {
padding: 4px 10px !important;
} .wp-block-post-featured-image {
margin-bottom: 1.5rem !important;
} .single-post-wrapper > .wp-block-group {
--wp--style--block-gap: 1rem !important;
} .single-post-layout {
gap: clamp(1.25rem, 2vw, 2rem) !important;
}  .thepexcel-llm-btn {
position: fixed;
right: clamp(16px, 3vw, 28px);
bottom: clamp(16px, 3vw, 28px);
z-index: 9000;
display: inline-flex;
align-items: stretch;
background: var(--thepexcel-color-text, #0a0a0a);
color: #fff;
border-radius: 999px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.12);
overflow: hidden;
font-family: inherit;
line-height: 1;
transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.thepexcel-llm-btn:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), 0 4px 8px rgba(0, 0, 0, 0.14);
}
.thepexcel-llm-btn__copy,
.thepexcel-llm-btn__open {
border: 0;
background: transparent;
color: inherit;
font: inherit;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 16px;
text-decoration: none;
transition: background 0.18s ease;
-webkit-appearance: none;
appearance: none;
}
.thepexcel-llm-btn__copy {
font-weight: 600;
font-size: 13px;
letter-spacing: 0.01em;
}
.thepexcel-llm-btn__copy:hover,
.thepexcel-llm-btn__copy:focus-visible {
background: rgba(212, 168, 75, 0.18);
color: #fff;
}
.thepexcel-llm-btn__copy:disabled {
opacity: 0.6;
cursor: progress;
}
.thepexcel-llm-btn__open {
border-left: 1px solid rgba(255, 255, 255, 0.18);
font-size: 12px;
color: var(--thepexcel-color-accent, #d4a84b);
}
.thepexcel-llm-btn__open:hover,
.thepexcel-llm-btn__open:focus-visible {
background: rgba(212, 168, 75, 0.22);
color: #ffd470;
text-decoration: none;
}
.thepexcel-llm-btn__icon {
display: inline-flex;
align-items: center;
justify-content: center;
}
.thepexcel-llm-btn__icon svg {
display: block;
}
.thepexcel-llm-btn__suffix {
font-family: var(--thepexcel-font-mono);
font-weight: 500;
letter-spacing: 0.02em;
} @media (max-width: 640px) {
.thepexcel-llm-btn {
right: 12px;
bottom: 12px;
}
.thepexcel-llm-btn__copy {
padding: 9px 12px;
}
.thepexcel-llm-btn__copy .thepexcel-llm-btn__label {
display: none;
}
.thepexcel-llm-btn__open {
padding: 9px 12px;
}
} .thepexcel-llm-toast {
position: fixed;
bottom: calc(clamp(16px, 3vw, 28px) + 56px);
right: clamp(16px, 3vw, 28px);
z-index: 9001;
background: var(--thepexcel-color-text, #0a0a0a);
color: #fff;
padding: 10px 14px;
border-radius: 8px;
font-size: 13px;
font-weight: 500;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
opacity: 0;
transform: translateY(8px);
transition: opacity 0.22s ease, transform 0.22s ease;
pointer-events: none;
max-width: calc(100vw - 32px);
}
.thepexcel-llm-toast.is-visible {
opacity: 1;
transform: translateY(0);
}
.thepexcel-llm-toast.is-error {
background: var(--thepexcel-color-red, #c0392b);
}
@media (prefers-reduced-motion: reduce) {
.thepexcel-llm-btn,
.thepexcel-llm-toast {
transition: none;
}
.thepexcel-llm-btn:hover {
transform: none;
}
} .thepexcel-related {
margin-top: clamp(2.5rem, 5vw, 4rem);
padding-top: clamp(1.5rem, 3vw, 2.25rem);
border-top: 1px solid var(--thepexcel-color-border, rgba(10, 10, 10, 0.08));
}
.thepexcel-related__heading {
font-size: clamp(1.25rem, 2.2vw, 1.625rem);
font-weight: 700;
margin: 0 0 clamp(1rem, 2vw, 1.5rem);
color: var(--thepexcel-color-text, #0a0a0a);
letter-spacing: -0.01em;
}
.thepexcel-related__heading::before {
content: "";
display: inline-block;
width: 4px;
height: 1em;
background: var(--thepexcel-color-accent, #d4a84b);
border-radius: 2px;
margin-right: 12px;
vertical-align: -0.15em;
}
.thepexcel-related__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(0.75rem, 1.5vw, 1.25rem);
}
@media (max-width: 900px) {
.thepexcel-related__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.thepexcel-related__grid {
grid-template-columns: 1fr;
}
}
.thepexcel-related__card {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid var(--thepexcel-color-border, rgba(10, 10, 10, 0.08));
border-radius: 12px;
overflow: hidden;
text-decoration: none !important;
color: inherit;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
border-color 0.25s ease,
opacity 0.5s ease;
opacity: 0;
transform: translateY(12px);
will-change: transform, opacity;
}
.thepexcel-related__card.is-visible {
opacity: 1;
transform: translateY(0);
}
.thepexcel-related__card:hover {
transform: translateY(-3px);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10), 0 2px 6px rgba(0, 0, 0, 0.06);
border-color: rgba(212, 168, 75, 0.4);
}
.thepexcel-related__thumb {
aspect-ratio: 16 / 9;
overflow: hidden;
background: linear-gradient(135deg, rgba(212, 168, 75, 0.08), rgba(10, 10, 10, 0.04));
}
.thepexcel-related__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.thepexcel-related__card:hover .thepexcel-related__thumb img {
transform: scale(1.04);
}
.thepexcel-related__thumb--placeholder {
background:
linear-gradient(135deg, rgba(212, 168, 75, 0.12), rgba(10, 10, 10, 0.06)),
repeating-linear-gradient(
45deg,
rgba(212, 168, 75, 0.04) 0,
rgba(212, 168, 75, 0.04) 8px,
transparent 8px,
transparent 16px
);
}
.thepexcel-related__body {
padding: clamp(0.875rem, 1.5vw, 1.125rem);
display: flex;
flex-direction: column;
gap: 0.5rem;
flex: 1;
}
.thepexcel-related__title {
font-size: clamp(0.95rem, 1.4vw, 1.0625rem);
font-weight: 600;
line-height: 1.4;
margin: 0;
color: var(--thepexcel-color-text, #0a0a0a); display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.thepexcel-related__excerpt {
font-size: 0.875rem;
line-height: 1.55;
margin: 0;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.65));
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.thepexcel-related__meta {
margin-top: auto;
font-size: 0.75rem;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.55));
letter-spacing: 0.02em;
}
@media (prefers-reduced-motion: reduce) {
.thepexcel-related__card {
opacity: 1;
transform: none;
transition: border-color 0.2s ease;
}
.thepexcel-related__card:hover {
transform: none;
}
.thepexcel-related__thumb img {
transition: none;
}
}  body.single-post .single-post-content-wrapper .wp-block-post-content > p,
body.single-post .single-post-content-wrapper .wp-block-post-content > h2,
body.single-post .single-post-content-wrapper .wp-block-post-content > h3,
body.single-post .single-post-content-wrapper .wp-block-post-content > h4,
body.single-post .single-post-content-wrapper .wp-block-post-content > ul,
body.single-post .single-post-content-wrapper .wp-block-post-content > ol,
body.single-post .single-post-content-wrapper .wp-block-post-content > blockquote {
max-width: 68ch;
margin-left: auto;
margin-right: auto;
} body.single-post .single-post-content-wrapper .wp-block-post-content > p {
line-height: 1.78;
margin-block: 0.85em;
font-size: clamp(1rem, 1.05vw, 1.0625rem);
color: var(--thepexcel-color-text, #0a0a0a);
} body.single-post .single-post-content-wrapper .wp-block-post-content > h2 {
margin-top: clamp(1.75rem, 3vw, 2.5rem);
margin-bottom: 0.75rem;
line-height: 1.3;
}
body.single-post .single-post-content-wrapper .wp-block-post-content > h3 {
margin-top: clamp(1.5rem, 2.5vw, 2rem);
margin-bottom: 0.5rem;
line-height: 1.35;
}
body.single-post .single-post-content-wrapper .wp-block-post-content > h4 {
margin-top: 1.5rem;
margin-bottom: 0.5rem;
} body.single-post .single-post-content-wrapper .wp-block-post-content strong {
font-weight: 700;
color: var(--thepexcel-color-text, #0a0a0a);
} body.single-post .single-post-content-wrapper .wp-block-post-content :not(pre) > code {
font-family: var(--thepexcel-font-mono);
font-size: 0.92em;
padding: 2px 6px;
border-radius: 4px;
background: rgba(212, 168, 75, 0.1);
color: #6a4e1c;
border: 1px solid rgba(212, 168, 75, 0.18);
white-space: nowrap;
} body.single-post .single-post-content-wrapper .wp-block-post-content > blockquote,
body.single-post .single-post-content-wrapper .wp-block-post-content > .wp-block-quote {
border-left: 4px solid var(--thepexcel-color-accent, #d4a84b);
background: linear-gradient(90deg, rgba(212, 168, 75, 0.06), transparent 60%);
padding: 1rem 1.25rem;
margin-block: 1.5rem;
border-radius: 0 8px 8px 0;
font-style: normal;
font-size: 1.05em;
line-height: 1.7;
color: var(--thepexcel-color-text, #0a0a0a);
}
body.single-post .single-post-content-wrapper .wp-block-post-content > blockquote p,
body.single-post .single-post-content-wrapper .wp-block-post-content > .wp-block-quote p {
margin-block: 0.5em;
} body.single-post .single-post-content-wrapper .wp-block-post-content > ul,
body.single-post .single-post-content-wrapper .wp-block-post-content > ol {
line-height: 1.75;
padding-left: 1.5rem;
}
body.single-post .single-post-content-wrapper .wp-block-post-content > ul > li,
body.single-post .single-post-content-wrapper .wp-block-post-content > ol > li {
margin-block: 0.35em;
} body.single-post .single-post-content-wrapper .wp-block-post-content .wp-block-image img,
body.single-post .single-post-content-wrapper .wp-block-post-content > figure img {
border-radius: 8px;
} .thepexcel-scroll-progress {
position: fixed;
top: 0;
left: 0;
height: 3px;
width: 0%;
background: linear-gradient(90deg, var(--thepexcel-color-accent, #d4a84b), #ffd470);
z-index: 9100;
pointer-events: none;
transition: width 0.08s linear;
box-shadow: 0 0 8px rgba(212, 168, 75, 0.45);
will-change: width;
}
@media (prefers-reduced-motion: reduce) {
.thepexcel-scroll-progress {
transition: none;
box-shadow: none;
}
} .thepexcel-reading-time {
display: inline-flex;
align-items: center;
gap: 6px;
margin: 0 0 1.5rem;
padding: 4px 10px 4px 8px;
background: rgba(212, 168, 75, 0.08);
border: 1px solid rgba(212, 168, 75, 0.22);
border-radius: 999px;
font-size: 0.78rem;
font-weight: 500;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
letter-spacing: 0.01em;
line-height: 1; max-width: 68ch;
margin-left: auto;
margin-right: auto;
}
.thepexcel-reading-time__icon {
color: var(--thepexcel-color-accent, #d4a84b);
flex-shrink: 0;
}
.thepexcel-reading-time__label {
white-space: nowrap;
} body.single-post .single-post-content-wrapper .wp-block-post-content > .thepexcel-reading-time {
display: flex;
width: fit-content;
margin-left: auto;
margin-right: auto;
} .iht-page .site-main.in-house-training-page { margin: 0;
padding: 0;
max-width: none !important;
width: 100%;
}
.iht-hero {
position: relative;
overflow: hidden;
isolation: isolate;
color: #fff;
padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
min-height: clamp(540px, 75vh, 760px);
display: flex;
align-items: center;
} .iht-hero__bg {
position: absolute;
inset: 0;
z-index: -1;
background: linear-gradient(135deg, #0a0a0a 0%, #14182b 50%, #0a0a0a 100%);
}
.iht-hero__gradient {
position: absolute;
inset: -10%;
background:
radial-gradient(ellipse 60% 50% at 80% 20%, rgba(212, 168, 75, 0.25), transparent 60%),
radial-gradient(ellipse 70% 60% at 15% 85%, rgba(212, 168, 75, 0.12), transparent 65%);
animation: iht-hero-gradient-shift 18s ease-in-out infinite;
will-change: transform;
}
@keyframes iht-hero-gradient-shift {
0%, 100% { transform: translate(0, 0) scale(1); }
33%      { transform: translate(-3%, 2%) scale(1.05); }
66%      { transform: translate(2%, -3%) scale(0.98); }
} .iht-hero__grid-overlay {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(212, 168, 75, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(212, 168, 75, 0.04) 1px, transparent 1px);
background-size: 64px 64px;
mask-image: radial-gradient(ellipse 80% 60% at center, #000 30%, transparent 90%);
-webkit-mask-image: radial-gradient(ellipse 80% 60% at center, #000 30%, transparent 90%);
opacity: 0.7;
}
.iht-hero__inner {
position: relative;
z-index: 1;
width: 100%;
max-width: 1240px;
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
gap: clamp(2rem, 5vw, 5rem);
align-items: center;
} .iht-hero__text {
display: flex;
flex-direction: column;
gap: clamp(1rem, 2vw, 1.5rem);
}
.iht-hero__eyebrow {
display: inline-block;
width: fit-content;
padding: 6px 14px;
background: rgba(212, 168, 75, 0.14);
border: 1px solid rgba(212, 168, 75, 0.32);
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
color: #ffd470;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.iht-hero__headline {
font-size: clamp(1.85rem, 4.2vw, 3.25rem);
line-height: 1.2;
font-weight: 700;
letter-spacing: -0.02em;
margin: 0;
color: #fff;
}
.iht-hero__headline-accent {
background: linear-gradient(90deg, #d4a84b, #ffd470 60%, #d4a84b);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.iht-hero__sub {
font-size: clamp(0.98rem, 1.3vw, 1.125rem);
line-height: 1.7;
color: rgba(255, 255, 255, 0.85);
margin: 0;
max-width: 560px;
}
.iht-hero__sub strong {
color: #ffd470;
font-weight: 600;
}
.iht-hero__cta-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 0.5rem;
}
.iht-hero__cta {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 24px;
border-radius: 999px;
font-weight: 600;
font-size: 0.98rem;
text-decoration: none !important;
transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1),
background 0.2s ease,
border-color 0.2s ease;
cursor: pointer;
border: 2px solid transparent;
line-height: 1;
}
.iht-hero__cta--primary {
background: linear-gradient(135deg, #d4a84b, #e0b96a);
color: #0a0a0a;
box-shadow: 0 6px 18px rgba(212, 168, 75, 0.35);
}
.iht-hero__cta--primary:hover,
.iht-hero__cta--primary:focus-visible {
transform: translateY(-2px);
background: linear-gradient(135deg, #ffd470, #f0c464);
box-shadow: 0 10px 24px rgba(212, 168, 75, 0.5);
color: #0a0a0a;
}
.iht-hero__cta--secondary {
background: rgba(255, 255, 255, 0.06);
color: #fff;
border-color: rgba(255, 255, 255, 0.28);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
}
.iht-hero__cta--secondary:hover,
.iht-hero__cta--secondary:focus-visible {
transform: translateY(-2px);
background: rgba(255, 255, 255, 0.12);
border-color: rgba(212, 168, 75, 0.6);
color: #fff;
}
.iht-hero__bullets {
list-style: none;
margin: 0.75rem 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 16px 24px;
font-size: 0.92rem;
color: rgba(255, 255, 255, 0.78);
}
.iht-hero__bullets li {
display: inline-flex;
align-items: center;
gap: 6px;
}
.iht-hero__bullets svg {
color: #d4a84b;
flex-shrink: 0;
} .iht-hero__portrait-wrap {
position: relative;
justify-self: end;
aspect-ratio: 1;
width: 100%;
max-width: 380px;
}
.iht-hero__portrait-frame {
position: relative;
width: 100%;
height: 100%;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 20px 50px rgba(0, 0, 0, 0.55),
0 0 0 1px rgba(212, 168, 75, 0.18) inset;
background: #14182b;
}
.iht-hero__portrait-frame::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(135deg, transparent 60%, rgba(212, 168, 75, 0.12));
pointer-events: none;
}
.iht-hero__portrait {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.iht-hero__badge {
position: absolute;
bottom: -16px;
left: -16px;
background: linear-gradient(135deg, #d4a84b, #e0b96a);
color: #0a0a0a;
padding: 14px 18px;
border-radius: 16px;
box-shadow: 0 12px 28px rgba(212, 168, 75, 0.35);
display: flex;
flex-direction: column;
line-height: 1.05;
text-align: center;
min-width: 100px;
}
.iht-hero__badge-num {
font-size: 1.5rem;
font-weight: 800;
letter-spacing: -0.01em;
}
.iht-hero__badge-label {
font-size: 0.72rem;
font-weight: 500;
margin-top: 4px;
opacity: 0.85;
} @media (max-width: 880px) {
.iht-hero__inner {
grid-template-columns: 1fr;
gap: 2.5rem;
text-align: center;
}
.iht-hero__text {
align-items: center;
}
.iht-hero__sub {
max-width: none;
}
.iht-hero__cta-row {
justify-content: center;
}
.iht-hero__bullets {
justify-content: center;
}
.iht-hero__portrait-wrap {
justify-self: center;
max-width: 280px;
}
}
@media (prefers-reduced-motion: reduce) {
.iht-hero__gradient {
animation: none;
}
.iht-hero__cta {
transition: background 0.2s ease, border-color 0.2s ease;
}
.iht-hero__cta:hover {
transform: none;
}
} .iht-trust {
background: #fafaf7;
padding: clamp(2.5rem, 5vw, 4rem) 0;
border-top: 1px solid rgba(10, 10, 10, 0.06);
}
.iht-trust__inner {
max-width: 1240px;
margin: 0 auto;
padding: 0 clamp(1rem, 3vw, 2rem);
}
.iht-trust__heading {
text-align: center;
font-size: clamp(0.85rem, 1.1vw, 0.95rem);
font-weight: 600;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.6));
letter-spacing: 0.08em;
text-transform: uppercase;
margin: 0 0 clamp(1.5rem, 3vw, 2rem);
}
.iht-trust__heading-link {
color: inherit;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.4em;
transition: color 0.2s ease;
}
.iht-trust__heading-link:hover,
.iht-trust__heading-link:focus-visible {
color: var(--thepexcel-color-accent, #D4A84B);
}
.iht-trust__heading-arrow {
display: inline-block;
transition: transform 0.2s ease;
font-weight: 400;
}
.iht-trust__heading-link:hover .iht-trust__heading-arrow,
.iht-trust__heading-link:focus-visible .iht-trust__heading-arrow {
transform: translateX(4px);
}
.iht-trust__strip {
overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.iht-trust__track {
display: flex;
align-items: center;
gap: clamp(2.5rem, 5vw, 4rem);
width: max-content;
animation: iht-trust-scroll 60s linear infinite;
will-change: transform;
}
.iht-trust:hover .iht-trust__track {
animation-play-state: paused;
}
@keyframes iht-trust-scroll {
from { transform: translateX(0); }
to   { transform: translateX(-50%); }
}
.iht-trust__logo {
flex-shrink: 0;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.6;
transition: opacity 0.25s ease, filter 0.25s ease;
filter: grayscale(0.4);
}
.iht-trust__logo:hover {
opacity: 1;
filter: grayscale(0);
}
.iht-trust__logo img {
max-height: 60px;
max-width: 180px;
width: auto;
height: auto;
object-fit: contain;
display: block;
}
@media (prefers-reduced-motion: reduce) {
.iht-trust__track {
animation: none;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
} .iht-why {
background: #fff;
padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
}
.iht-why__inner {
max-width: 1240px;
margin: 0 auto;
}
.iht-why__header {
text-align: center;
max-width: 720px;
margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}
.iht-why__eyebrow {
display: inline-block;
padding: 5px 12px;
background: rgba(212, 168, 75, 0.1);
color: #a47620;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 1rem;
}
.iht-why__heading {
font-size: clamp(1.6rem, 3.2vw, 2.5rem);
line-height: 1.25;
font-weight: 700;
letter-spacing: -0.02em;
margin: 0 0 1rem;
color: var(--thepexcel-color-text, #0a0a0a);
}
.iht-why__heading-accent {
color: var(--thepexcel-color-accent, #d4a84b);
}
.iht-why__sub {
font-size: clamp(0.98rem, 1.2vw, 1.0625rem);
line-height: 1.65;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
margin: 0;
}
.iht-why__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1rem, 2vw, 1.75rem);
}
@media (max-width: 880px) {
.iht-why__grid {
grid-template-columns: 1fr;
}
}
.iht-why__card {
background: #fff;
border: 1px solid rgba(10, 10, 10, 0.08);
border-radius: 16px;
padding: clamp(1.5rem, 2.5vw, 2rem);
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
border-color 0.25s ease;
position: relative;
overflow: hidden;
}
.iht-why__card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, transparent, var(--thepexcel-color-accent, #d4a84b), transparent);
opacity: 0;
transition: opacity 0.25s ease;
}
.iht-why__card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
border-color: rgba(212, 168, 75, 0.32);
}
.iht-why__card:hover::before {
opacity: 1;
}
.iht-why__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 14px;
background: linear-gradient(135deg, rgba(212, 168, 75, 0.18), rgba(212, 168, 75, 0.06));
color: #a47620;
margin-bottom: 1.25rem;
}
.iht-why__card-title {
font-size: clamp(1.05rem, 1.4vw, 1.2rem);
font-weight: 700;
line-height: 1.35;
margin: 0 0 0.625rem;
color: var(--thepexcel-color-text, #0a0a0a);
}
.iht-why__card-desc {
font-size: 0.95rem;
line-height: 1.65;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
margin: 0;
}
@media (prefers-reduced-motion: reduce) {
.iht-why__card {
transition: border-color 0.2s ease;
}
.iht-why__card:hover {
transform: none;
}
} .iht-courses {
background: #f6f5f0;
padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
border-top: 1px solid rgba(10, 10, 10, 0.05);
}
.iht-courses__inner {
max-width: 1240px;
margin: 0 auto;
}
.iht-courses__header {
text-align: center;
max-width: 720px;
margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.iht-courses__eyebrow {
display: inline-block;
padding: 5px 12px;
background: rgba(212, 168, 75, 0.12);
color: #a47620;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 0.875rem;
}
.iht-courses__heading {
font-size: clamp(1.6rem, 3.2vw, 2.5rem);
line-height: 1.25;
font-weight: 700;
letter-spacing: -0.02em;
margin: 0 0 0.625rem;
color: var(--thepexcel-color-text, #0a0a0a);
}
.iht-courses__sub {
font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
line-height: 1.65;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
margin: 0;
}
.iht-courses__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1rem, 2vw, 1.5rem);
}
@media (max-width: 960px) {
.iht-courses__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
.iht-courses__grid { grid-template-columns: 1fr; }
}
.iht-courses__card {
background: #fff;
border: 1px solid rgba(10, 10, 10, 0.08);
border-radius: 14px;
overflow: hidden;
text-decoration: none !important;
color: inherit;
display: flex;
flex-direction: column;
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
border-color 0.25s ease;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.iht-courses__card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10), 0 4px 8px rgba(0, 0, 0, 0.05);
border-color: rgba(212, 168, 75, 0.4);
}
.iht-courses__thumb {
position: relative;
aspect-ratio: 16 / 9;
overflow: hidden;
background: linear-gradient(135deg, rgba(212, 168, 75, 0.1), rgba(10, 10, 10, 0.06));
}
.iht-courses__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.iht-courses__card:hover .iht-courses__thumb img {
transform: scale(1.05);
}
.iht-courses__thumb-placeholder {
position: absolute;
inset: 0;
background: repeating-linear-gradient(45deg, rgba(212,168,75,0.06) 0 8px, transparent 8px 16px);
}
.iht-courses__badge {
position: absolute;
top: 12px;
left: 12px;
background: rgba(10, 10, 10, 0.85);
color: #ffd470;
font-size: 0.72rem;
font-weight: 600;
padding: 4px 10px;
border-radius: 6px;
letter-spacing: 0.02em;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.iht-courses__body {
padding: clamp(1rem, 1.8vw, 1.25rem);
display: flex;
flex-direction: column;
gap: 0.5rem;
flex: 1;
}
.iht-courses__title {
font-size: clamp(1rem, 1.4vw, 1.125rem);
font-weight: 700;
line-height: 1.4;
margin: 0;
color: var(--thepexcel-color-text, #0a0a0a);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.iht-courses__excerpt {
font-size: 0.875rem;
line-height: 1.6;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.65));
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.iht-courses__more {
margin-top: auto;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.85rem;
font-weight: 600;
color: #a47620;
padding-top: 0.5rem;
}
.iht-courses__cta-row {
text-align: center;
margin-top: clamp(1.75rem, 3vw, 2.5rem);
}
.iht-courses__cta-link {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 22px;
border-radius: 999px;
font-weight: 600;
text-decoration: none !important;
background: rgba(10, 10, 10, 0.04);
color: var(--thepexcel-color-text, #0a0a0a);
border: 1px solid rgba(10, 10, 10, 0.12);
transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.iht-courses__cta-link:hover {
background: rgba(212, 168, 75, 0.14);
border-color: rgba(212, 168, 75, 0.4);
color: #a47620;
transform: translateY(-1px);
}
@media (prefers-reduced-motion: reduce) {
.iht-courses__card,
.iht-courses__thumb img,
.iht-courses__cta-link {
transition: border-color 0.2s ease;
}
.iht-courses__card:hover,
.iht-courses__cta-link:hover {
transform: none;
}
.iht-courses__card:hover .iht-courses__thumb img {
transform: none;
}
} .iht-instructor {
background: #fff;
padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
}
.iht-instructor__inner {
max-width: 1180px;
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
gap: clamp(2rem, 5vw, 4rem);
align-items: center;
}
@media (max-width: 880px) {
.iht-instructor__inner {
grid-template-columns: 1fr;
text-align: center;
}
}
.iht-instructor__photo-wrap {
position: relative;
aspect-ratio: 1;
width: 100%;
max-width: 420px;
justify-self: center;
}
.iht-instructor__photo {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 24px;
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
display: block;
}
.iht-instructor__photo-deco {
position: absolute;
inset: -16px -16px 16px 16px;
border: 2px solid var(--thepexcel-color-accent, #d4a84b);
border-radius: 24px;
z-index: 0;
opacity: 0.55;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.iht-instructor__photo-wrap:hover .iht-instructor__photo-deco {
transform: translate(8px, -8px);
}
.iht-instructor__text {
display: flex;
flex-direction: column;
gap: 0.875rem;
}
@media (max-width: 880px) {
.iht-instructor__text { align-items: center; }
}
.iht-instructor__eyebrow {
display: inline-block;
width: fit-content;
padding: 5px 12px;
background: rgba(212, 168, 75, 0.12);
color: #a47620;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.iht-instructor__name {
font-size: clamp(1.6rem, 3vw, 2.25rem);
font-weight: 700;
margin: 0;
line-height: 1.2;
letter-spacing: -0.02em;
color: var(--thepexcel-color-text, #0a0a0a);
}
.iht-instructor__pseudo {
color: var(--thepexcel-color-accent, #d4a84b);
font-weight: 600;
font-size: 0.7em;
}
.iht-instructor__role {
font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
font-weight: 500;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
margin: 0;
line-height: 1.5;
}
.iht-instructor__bio {
font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
line-height: 1.75;
color: var(--thepexcel-color-text, #0a0a0a);
margin: 0.5rem 0;
max-width: 580px;
}
.iht-instructor__bio strong {
color: #a47620;
font-weight: 600;
}
.iht-instructor__creds {
list-style: none;
margin: 0.5rem 0 0;
padding: 0;
display: flex;
gap: clamp(1.25rem, 3vw, 2.5rem);
flex-wrap: wrap;
}
@media (max-width: 880px) {
.iht-instructor__creds { justify-content: center; }
}
.iht-instructor__creds li {
display: flex;
flex-direction: column;
gap: 4px;
align-items: flex-start;
}
@media (max-width: 880px) {
.iht-instructor__creds li { align-items: center; }
}
.iht-instructor__cred-num {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
font-weight: 800;
color: var(--thepexcel-color-text, #0a0a0a);
letter-spacing: -0.01em;
line-height: 1;
}
.iht-instructor__cred-label {
font-size: 0.78rem;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.6));
font-weight: 500;
letter-spacing: 0.02em;
}
.iht-instructor__link {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 0.5rem;
font-size: 0.95rem;
font-weight: 600;
color: #a47620;
text-decoration: none !important;
width: fit-content;
transition: gap 0.2s ease;
}
.iht-instructor__link:hover {
gap: 10px;
color: #c89030;
}
@media (prefers-reduced-motion: reduce) {
.iht-instructor__photo-deco { transition: none; }
.iht-instructor__photo-wrap:hover .iht-instructor__photo-deco { transform: none; }
} .iht-testimonials {
background: #fafaf7;
padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
}
.iht-testimonials__inner {
max-width: 1240px;
margin: 0 auto;
}
.iht-testimonials__header {
text-align: center;
margin: 0 0 clamp(2rem, 4vw, 3rem);
}
.iht-testimonials__eyebrow {
display: inline-block;
padding: 5px 12px;
background: rgba(212, 168, 75, 0.12);
color: #a47620;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 0.875rem;
}
.iht-testimonials__heading {
font-size: clamp(1.6rem, 3.2vw, 2.5rem);
line-height: 1.25;
font-weight: 700;
letter-spacing: -0.02em;
margin: 0;
color: var(--thepexcel-color-text, #0a0a0a);
}
.iht-testimonials__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1rem, 2vw, 1.5rem);
}
@media (max-width: 880px) {
.iht-testimonials__grid { grid-template-columns: 1fr; }
}
.iht-testimonial {
background: #fff;
border: 1px solid rgba(10, 10, 10, 0.08);
border-radius: 16px;
padding: clamp(1.5rem, 2.5vw, 2rem);
margin: 0;
display: flex;
flex-direction: column;
gap: 1rem;
position: relative;
overflow: hidden;
}
.iht-testimonial::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(180deg, var(--thepexcel-color-accent, #d4a84b), transparent);
}
.iht-testimonial__quote-mark {
color: var(--thepexcel-color-accent, #d4a84b);
opacity: 0.8;
}
.iht-testimonial__quote {
font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
line-height: 1.7;
color: var(--thepexcel-color-text, #0a0a0a);
margin: 0;
flex: 1;
quotes: "\201C" "\201D";
}
.iht-testimonial__author {
display: flex;
flex-direction: column;
gap: 4px;
padding-top: 0.5rem;
border-top: 1px solid rgba(10, 10, 10, 0.06);
}
.iht-testimonial__name {
font-weight: 600;
font-size: 0.95rem;
color: var(--thepexcel-color-text, #0a0a0a);
}
.iht-testimonial__company {
font-size: 0.8rem;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.6));
} .iht-pricing {
background: #fff;
padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
}
.iht-pricing__inner {
max-width: 720px;
margin: 0 auto;
}
.iht-pricing__card {
background: linear-gradient(135deg, #14182b 0%, #0a0a0a 100%);
color: #fff;
border-radius: 24px;
padding: clamp(2rem, 4vw, 3rem);
text-align: center;
box-shadow: 0 30px 60px rgba(10, 10, 10, 0.18);
border: 1px solid rgba(212, 168, 75, 0.2);
position: relative;
overflow: hidden;
}
.iht-pricing__card::after {
content: "";
position: absolute;
top: -50%;
right: -30%;
width: 80%;
height: 200%;
background: radial-gradient(ellipse, rgba(212, 168, 75, 0.18), transparent 70%);
pointer-events: none;
}
.iht-pricing__eyebrow {
display: inline-block;
padding: 5px 12px;
background: rgba(212, 168, 75, 0.18);
color: #ffd470;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 1rem;
position: relative;
z-index: 1;
}
.iht-pricing__amount {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: #ffd470;
margin: 0 0 1rem;
letter-spacing: -0.02em;
line-height: 1;
position: relative;
z-index: 1;
}
.iht-pricing__unit {
font-size: 0.45em;
font-weight: 500;
color: rgba(255, 255, 255, 0.7);
margin-left: 6px;
}
.iht-pricing__note {
font-size: clamp(0.92rem, 1.1vw, 1rem);
line-height: 1.65;
color: rgba(255, 255, 255, 0.78);
margin: 0 auto 1.5rem;
max-width: 480px;
position: relative;
z-index: 1;
}
.iht-pricing__includes {
list-style: none;
margin: 0 0 1.75rem;
padding: 0;
display: grid;
grid-template-columns: repeat(2, auto);
gap: 10px 24px;
justify-content: center;
position: relative;
z-index: 1;
}
@media (max-width: 540px) {
.iht-pricing__includes { grid-template-columns: 1fr; }
}
.iht-pricing__includes li {
display: inline-flex;
align-items: center;
gap: 6px;
color: rgba(255, 255, 255, 0.85);
font-size: 0.9rem;
}
.iht-pricing__includes svg {
color: #d4a84b;
flex-shrink: 0;
}
.iht-pricing__cta {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 28px;
border-radius: 999px;
background: linear-gradient(135deg, #d4a84b, #e0b96a);
color: #0a0a0a;
font-weight: 700;
text-decoration: none !important;
box-shadow: 0 8px 22px rgba(212, 168, 75, 0.4);
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
position: relative;
z-index: 1;
}
.iht-pricing__cta:hover {
transform: translateY(-2px);
background: linear-gradient(135deg, #ffd470, #f0c464);
box-shadow: 0 12px 28px rgba(212, 168, 75, 0.55);
color: #0a0a0a;
} .iht-faq {
background: #fafaf7;
padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
}
.iht-faq__inner {
max-width: 820px;
margin: 0 auto;
}
.iht-faq__header {
text-align: center;
margin: 0 0 clamp(2rem, 4vw, 3rem);
}
.iht-faq__eyebrow {
display: inline-block;
padding: 5px 12px;
background: rgba(212, 168, 75, 0.12);
color: #a47620;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 0.875rem;
}
.iht-faq__heading {
font-size: clamp(1.6rem, 3.2vw, 2.5rem);
line-height: 1.25;
font-weight: 700;
letter-spacing: -0.02em;
margin: 0;
color: var(--thepexcel-color-text, #0a0a0a);
}
.iht-faq__list {
display: flex;
flex-direction: column;
gap: 12px;
}
.iht-faq__item {
background: #fff;
border: 1px solid rgba(10, 10, 10, 0.08);
border-radius: 12px;
overflow: hidden;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.iht-faq__item[open] {
border-color: rgba(212, 168, 75, 0.4);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.iht-faq__q {
cursor: pointer;
padding: clamp(1rem, 2vw, 1.25rem) clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
font-size: clamp(0.98rem, 1.2vw, 1.0625rem);
color: var(--thepexcel-color-text, #0a0a0a);
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
user-select: none;
transition: color 0.15s ease;
}
.iht-faq__q::-webkit-details-marker { display: none; }
.iht-faq__q::marker { display: none; content: ''; }
.iht-faq__q::after {
content: "+";
font-size: 1.5rem;
color: var(--thepexcel-color-accent, #d4a84b);
font-weight: 400;
line-height: 1;
transition: transform 0.2s ease;
flex-shrink: 0;
}
.iht-faq__item[open] .iht-faq__q::after {
transform: rotate(45deg);
}
.iht-faq__q:hover {
color: #a47620;
}
.iht-faq__a {
padding: 0 clamp(1.25rem, 2.5vw, 1.5rem) clamp(1rem, 2vw, 1.25rem);
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.78));
line-height: 1.7;
}
.iht-faq__a p { margin: 0 0 0.75em; }
.iht-faq__a p:last-child { margin-bottom: 0; }
.iht-faq__a ul {
margin: 0.5em 0;
padding-left: 1.5em;
}
.iht-faq__a li { margin-block: 0.25em; }
.iht-faq__a strong { color: var(--thepexcel-color-text, #0a0a0a); } .iht-cta {
position: relative;
overflow: hidden;
isolation: isolate;
color: #fff;
padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
text-align: center;
}
.iht-cta__bg {
position: absolute;
inset: 0;
z-index: -1;
background: linear-gradient(135deg, #0a0a0a 0%, #14182b 50%, #0a0a0a 100%);
}
.iht-cta__bg-gradient {
position: absolute;
inset: -10%;
background:
radial-gradient(ellipse 70% 50% at 30% 30%, rgba(212, 168, 75, 0.18), transparent 60%),
radial-gradient(ellipse 60% 50% at 75% 80%, rgba(212, 168, 75, 0.12), transparent 65%);
}
.iht-cta__inner {
max-width: 920px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.iht-cta__heading {
font-size: clamp(1.75rem, 3.5vw, 2.75rem);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.25;
margin: 0 0 0.75rem;
color: #fff;
}
.iht-cta__sub {
font-size: clamp(1rem, 1.3vw, 1.125rem);
line-height: 1.65;
color: rgba(255, 255, 255, 0.82);
margin: 0 0 clamp(2rem, 4vw, 2.75rem);
}
.iht-cta__channels {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(0.75rem, 1.5vw, 1.25rem);
margin-bottom: 2rem;
}
@media (max-width: 880px) {
.iht-cta__channels { grid-template-columns: 1fr; }
}
.iht-cta__channel {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding: clamp(1.25rem, 2.5vw, 1.75rem);
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 16px;
text-decoration: none !important;
color: #fff;
transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.iht-cta__channel:hover {
transform: translateY(-4px);
background: rgba(255, 255, 255, 0.1);
border-color: rgba(212, 168, 75, 0.5);
color: #fff;
}
.iht-cta__channel--primary {
background: linear-gradient(135deg, rgba(0, 195, 0, 0.18), rgba(0, 155, 50, 0.12));
border-color: rgba(0, 195, 0, 0.4);
}
.iht-cta__channel--primary:hover {
background: linear-gradient(135deg, rgba(0, 195, 0, 0.28), rgba(0, 155, 50, 0.2));
border-color: rgba(0, 195, 0, 0.6);
}
.iht-cta__channel-icon {
width: 56px;
height: 56px;
border-radius: 50%;
background: rgba(212, 168, 75, 0.18);
color: #ffd470;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 4px;
}
.iht-cta__channel--primary .iht-cta__channel-icon {
background: rgba(0, 195, 0, 0.18);
color: #00c300;
}
.iht-cta__channel-label {
font-weight: 700;
font-size: 1rem;
color: #fff;
}
.iht-cta__channel-detail {
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.7);
font-family: var(--thepexcel-font-mono);
word-break: break-all;
}
.iht-cta__footnote {
font-size: 0.78rem;
color: rgba(255, 255, 255, 0.55);
margin: 0;
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
@media (prefers-reduced-motion: reduce) {
.iht-cta__channel { transition: background 0.2s ease, border-color 0.2s ease; }
.iht-cta__channel:hover { transform: none; }
.iht-pricing__cta:hover { transform: none; }
} body.post-type-archive-course .wp-block-post-template .wp-block-post-featured-image,
body.post-type-archive-course .wp-block-query .wp-block-post-featured-image {
aspect-ratio: 16 / 9 !important;
height: auto !important;
}
body.post-type-archive-course .wp-block-post-template .wp-block-post-featured-image img,
body.post-type-archive-course .wp-block-query .wp-block-post-featured-image img {
object-position: center top !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
} .featured-batch-card__seats.is-low,
.batch-hero__seats-text.is-low,
.batch-detail__seats.is-low {
color: var(--thepexcel-color-red, #c0392b);
position: relative;
display: inline-flex;
align-items: center;
gap: 6px;
}
.featured-batch-card__seats.is-low::before,
.batch-hero__seats-text.is-low::before,
.batch-detail__seats.is-low::before {
content: "🔥";
font-size: 0.95em;
animation: thepexcel-seats-pulse 1.4s ease-in-out infinite;
filter: drop-shadow(0 0 4px rgba(192, 57, 43, 0.45));
}
@keyframes thepexcel-seats-pulse {
0%, 100% { transform: scale(1); opacity: 1; }
50%      { transform: scale(1.18); opacity: 0.85; }
} .batch-detail__seats.is-low strong {
color: inherit;
}
@media (prefers-reduced-motion: reduce) {
.featured-batch-card__seats.is-low::before,
.batch-hero__seats-text.is-low::before,
.batch-detail__seats.is-low::before {
animation: none;
}
} .homepage-redesign .site-main.homepage-main {
margin: 0;
padding: 0;
max-width: none !important;
width: 100%;
}
.hp-hero {
position: relative;
overflow: hidden;
isolation: isolate;
color: #fff;
padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4rem);
min-height: clamp(580px, 88vh, 820px);
display: flex;
align-items: center;
text-align: center;
}
.hp-hero__bg {
position: absolute;
inset: 0;
z-index: 0; background: linear-gradient(180deg, #0a0a0a 0%, #131726 60%, #0a0a0a 100%);
} .hp-hero__gradient,
.hp-hero__noise {
z-index: 0;
}
.hp-hero__gradient {
position: absolute;
inset: -20%;
will-change: transform;
}
.hp-hero__gradient--a {
background: radial-gradient(ellipse 60% 50% at 25% 30%, rgba(212, 168, 75, 0.32), transparent 65%);
animation: hp-hero-shift-a 22s ease-in-out infinite;
}
.hp-hero__gradient--b {
background: radial-gradient(ellipse 70% 60% at 80% 75%, rgba(212, 168, 75, 0.18), transparent 70%);
animation: hp-hero-shift-b 28s ease-in-out infinite;
}
@keyframes hp-hero-shift-a {
0%, 100% { transform: translate(0, 0) scale(1); }
33%      { transform: translate(8%, -4%) scale(1.08); }
66%      { transform: translate(-4%, 6%) scale(0.95); }
}
@keyframes hp-hero-shift-b {
0%, 100% { transform: translate(0, 0) scale(1); }
50%      { transform: translate(-6%, -8%) scale(1.1); }
}
.hp-hero__noise {
position: absolute;
inset: 0;
background-image:
radial-gradient(circle at 20% 30%, rgba(212, 168, 75, 0.04) 1px, transparent 2px),
radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.03) 1px, transparent 2px);
background-size: 32px 32px, 48px 48px;
opacity: 0.7;
}
.hp-hero__inner {
position: relative;
z-index: 1;
width: 100%;
max-width: 940px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: clamp(1.25rem, 2.5vw, 1.75rem);
}
.hp-hero__instructor {
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
padding: 12px 32px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(212, 168, 75, 0.32);
border-radius: 999px;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px); width: min(100%, 720px);
}
.hp-hero__avatar {
width: 72px;
height: 72px;
border-radius: 50%;
object-fit: cover;
box-shadow: 0 0 0 2px var(--thepexcel-color-accent, #d4a84b);
flex-shrink: 0;
}
.hp-hero__instructor-meta {
display: flex;
flex-direction: column;
align-items: flex-start;
line-height: 1.3;
text-align: left;
}
.hp-hero__instructor-name {
font-size: 1.375rem;
font-weight: 700;
color: #fff;
}
.hp-hero__instructor-role {
font-size: 1.0625rem;
color: rgba(255, 255, 255, 0.78);
margin-top: 4px;
}
.hp-hero__headline {
font-size: clamp(2.1rem, 5.6vw, 4.5rem);
line-height: 1.18;
font-weight: 800;
letter-spacing: -0.025em;
margin: 0;
color: #fff;
}
.hp-hero__headline-accent {
background: linear-gradient(120deg, #d4a84b 0%, #ffd470 50%, #d4a84b 100%);
background-size: 200% 100%;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
animation: hp-hero-shimmer 6s linear infinite;
}
@keyframes hp-hero-shimmer {
0%   { background-position: 0% 50%; }
100% { background-position: 200% 50%; }
}
.hp-hero__sub {
font-size: clamp(1.0625rem, 1.6vw, 1.375rem);
line-height: 1.65;
color: rgba(255, 255, 255, 0.85);
margin: 0;
max-width: 60ch; text-wrap: pretty;
} .hp-hero__headline {
text-wrap: balance;
}
.hp-hero__cta-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
margin-top: 0.5rem;
}
.hp-hero__cta {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 26px;
border-radius: 999px;
font-weight: 600;
font-size: 1rem;
text-decoration: none !important;
transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1),
background 0.2s ease,
border-color 0.2s ease;
border: 2px solid transparent;
line-height: 1;
}
.hp-hero__cta--primary {
background: linear-gradient(135deg, #d4a84b, #e0b96a);
color: #0a0a0a;
box-shadow: 0 8px 22px rgba(212, 168, 75, 0.4);
}
.hp-hero__cta--primary:hover,
.hp-hero__cta--primary:focus-visible {
transform: translateY(-3px);
background: linear-gradient(135deg, #ffd470, #f0c464);
box-shadow: 0 14px 30px rgba(212, 168, 75, 0.55);
color: #0a0a0a;
}
.hp-hero__cta--secondary {
background: rgba(255, 255, 255, 0.06);
color: #fff;
border-color: rgba(255, 255, 255, 0.28);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.hp-hero__cta--secondary:hover,
.hp-hero__cta--secondary:focus-visible {
transform: translateY(-3px);
background: rgba(255, 255, 255, 0.12);
border-color: rgba(212, 168, 75, 0.6);
color: #fff;
}
.hp-hero__stats {
list-style: none;
margin: clamp(0.75rem, 1.5vw, 1.5rem) 0 0;
padding: 0;
display: grid;
grid-template-columns: repeat(4, auto);
gap: clamp(1.25rem, 3vw, 2.5rem);
justify-content: center;
}
@media (max-width: 640px) {
.hp-hero__stats {
grid-template-columns: repeat(2, auto);
gap: 1.25rem 2rem;
}
}
.hp-hero__stats li {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.hp-hero__stat-num {
font-size: clamp(1.4rem, 2.4vw, 1.875rem);
font-weight: 800;
color: #ffd470;
letter-spacing: -0.01em;
line-height: 1;
font-feature-settings: 'tnum';
}
.hp-hero__stat-label {
font-size: 0.78rem;
color: rgba(255, 255, 255, 0.65);
font-weight: 500;
letter-spacing: 0.02em;
}
.hp-hero__scroll-hint {
margin-top: clamp(1.5rem, 4vw, 3rem);
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 4px;
font-size: 0.78rem;
color: rgba(255, 255, 255, 0.55);
text-decoration: none !important;
letter-spacing: 0.04em;
text-transform: uppercase;
animation: hp-hero-bob 2.4s ease-in-out infinite;
}
.hp-hero__scroll-hint:hover {
color: rgba(255, 255, 255, 0.9);
}
@keyframes hp-hero-bob {
0%, 100% { transform: translateY(0); }
50%      { transform: translateY(6px); }
}
@media (prefers-reduced-motion: reduce) {
.hp-hero__gradient--a,
.hp-hero__gradient--b,
.hp-hero__headline-accent,
.hp-hero__scroll-hint {
animation: none;
}
.hp-hero__cta { transition: background 0.2s ease, border-color 0.2s ease; }
.hp-hero__cta:hover { transform: none; }
} .hp-latest {
background: #fafaf7;
padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4rem);
}
.hp-latest__inner {
max-width: 1240px;
margin: 0 auto;
}
.hp-latest__header {
display: flex;
align-items: end;
justify-content: space-between;
flex-wrap: wrap;
gap: 1rem;
margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
}
.hp-latest__eyebrow {
display: block;
padding: 5px 12px;
background: rgba(212, 168, 75, 0.12);
color: #a47620;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
width: fit-content;
margin-bottom: 0.625rem;
}
.hp-latest__heading {
font-size: clamp(1.5rem, 3vw, 2.25rem);
font-weight: 700;
letter-spacing: -0.02em;
margin: 0;
color: var(--thepexcel-color-text, #0a0a0a);
}
.hp-latest__view-all {
display: inline-flex;
align-items: center;
gap: 6px;
color: #a47620;
font-weight: 600;
text-decoration: none !important;
font-size: 0.95rem;
transition: gap 0.2s ease;
}
.hp-latest__view-all:hover {
gap: 10px;
color: #c89030;
}
.hp-latest__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1rem, 2vw, 1.5rem);
}
@media (max-width: 880px) {
.hp-latest__grid { grid-template-columns: 1fr; }
}
.hp-article-card {
background: #fff;
border: 1px solid rgba(10, 10, 10, 0.08);
border-radius: 14px;
overflow: hidden;
text-decoration: none !important;
color: inherit;
display: flex;
flex-direction: column;
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
border-color 0.25s ease;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.hp-article-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10), 0 4px 8px rgba(0, 0, 0, 0.05);
border-color: rgba(212, 168, 75, 0.4);
}
.hp-article-card__thumb {
position: relative;
aspect-ratio: 16 / 9;
overflow: hidden;
background: linear-gradient(135deg, rgba(212, 168, 75, 0.1), rgba(10, 10, 10, 0.06));
}
.hp-article-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hp-article-card:hover .hp-article-card__thumb img {
transform: scale(1.05);
}
.hp-article-card__thumb-placeholder {
position: absolute;
inset: 0;
background: repeating-linear-gradient(45deg, rgba(212,168,75,0.06) 0 8px, transparent 8px 16px);
}
.hp-article-card__cat {
position: absolute;
top: 12px;
left: 12px;
background: rgba(10, 10, 10, 0.85);
color: #ffd470;
font-size: 0.72rem;
font-weight: 600;
padding: 4px 10px;
border-radius: 6px;
letter-spacing: 0.02em;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.hp-article-card__body {
padding: clamp(1rem, 1.8vw, 1.25rem);
display: flex;
flex-direction: column;
gap: 0.5rem;
flex: 1;
}
.hp-article-card__title {
font-size: clamp(1rem, 1.4vw, 1.125rem);
font-weight: 700;
line-height: 1.4;
margin: 0;
color: var(--thepexcel-color-text, #0a0a0a);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.hp-article-card__excerpt {
font-size: 0.875rem;
line-height: 1.6;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.65));
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.hp-article-card__date {
margin-top: auto;
font-size: 0.78rem;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.55));
letter-spacing: 0.02em;
padding-top: 0.5rem;
}
@media (prefers-reduced-motion: reduce) {
.hp-article-card { transition: border-color 0.2s ease; }
.hp-article-card:hover { transform: none; }
.hp-article-card:hover .hp-article-card__thumb img { transform: none; }
} .hp-featured {
background: #fff;
padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4rem);
}
.hp-featured__inner {
max-width: 1180px;
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
gap: clamp(2rem, 5vw, 4rem);
align-items: center;
background: linear-gradient(135deg, #14182b 0%, #0a0a0a 100%);
border-radius: 24px;
overflow: hidden;
box-shadow: 0 24px 48px rgba(10, 10, 10, 0.18);
border: 1px solid rgba(212, 168, 75, 0.2);
}
@media (max-width: 880px) {
.hp-featured__inner { grid-template-columns: 1fr; }
}
.hp-featured__media {
position: relative;
aspect-ratio: 16 / 10;
overflow: hidden;
}
.hp-featured__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block;
}
.hp-featured__media-overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, transparent 50%, rgba(20, 24, 43, 0.6));
pointer-events: none;
}
.hp-featured__content {
padding: clamp(1.75rem, 3.5vw, 2.5rem);
color: #fff;
display: flex;
flex-direction: column;
gap: 1rem;
}
@media (max-width: 880px) {
.hp-featured__content { padding: clamp(1.25rem, 3vw, 2rem); }
}
.hp-featured__badge {
display: inline-flex;
width: fit-content;
padding: 6px 12px;
background: rgba(212, 168, 75, 0.18);
border: 1px solid rgba(212, 168, 75, 0.4);
color: #ffd470;
border-radius: 999px;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.06em;
}
.hp-featured__title {
font-size: clamp(1.4rem, 2.6vw, 2rem);
line-height: 1.25;
font-weight: 700;
letter-spacing: -0.02em;
margin: 0;
color: #fff;
}
.hp-featured__excerpt {
font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
line-height: 1.7;
color: rgba(255, 255, 255, 0.78);
margin: 0;
}
.hp-featured__cta {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
border-radius: 999px;
background: linear-gradient(135deg, #d4a84b, #e0b96a);
color: #0a0a0a;
font-weight: 700;
text-decoration: none !important;
width: fit-content;
margin-top: 0.5rem;
box-shadow: 0 8px 22px rgba(212, 168, 75, 0.4);
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hp-featured__cta:hover {
transform: translateY(-2px);
background: linear-gradient(135deg, #ffd470, #f0c464);
box-shadow: 0 12px 28px rgba(212, 168, 75, 0.55);
color: #0a0a0a;
}
@media (prefers-reduced-motion: reduce) {
.hp-featured__cta:hover { transform: none; }
} .hp-why {
background: #fafaf7;
padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4rem);
}
.hp-why__inner {
max-width: 1180px;
margin: 0 auto;
}
.hp-why__header {
text-align: center;
max-width: 720px;
margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.hp-why__eyebrow {
display: inline-block;
padding: 5px 12px;
background: rgba(212, 168, 75, 0.12);
color: #a47620;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 0.875rem;
}
.hp-why__heading {
font-size: clamp(1.5rem, 3vw, 2.25rem);
line-height: 1.3;
font-weight: 700;
letter-spacing: -0.02em;
margin: 0;
color: var(--thepexcel-color-text, #0a0a0a);
}
.hp-why__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1.25rem, 2.5vw, 2rem);
}
@media (max-width: 880px) {
.hp-why__grid { grid-template-columns: 1fr; }
}
.hp-why__item {
text-align: center;
padding: clamp(1rem, 2vw, 1.5rem);
}
.hp-why__icon {
font-size: 2.5rem;
line-height: 1;
margin-bottom: 0.875rem;
filter: drop-shadow(0 4px 8px rgba(212, 168, 75, 0.25));
}
.hp-why__item-title {
font-size: clamp(1.05rem, 1.4vw, 1.2rem);
font-weight: 700;
line-height: 1.35;
margin: 0 0 0.5rem;
color: var(--thepexcel-color-text, #0a0a0a);
}
.hp-why__item-desc {
font-size: 0.95rem;
line-height: 1.65;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
margin: 0;
} .hp-follow {
position: relative;
overflow: hidden;
isolation: isolate;
color: #fff;
padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4rem);
text-align: center;
}
.hp-follow__bg {
position: absolute;
inset: 0;
z-index: -1;
background: linear-gradient(135deg, #0a0a0a 0%, #14182b 50%, #0a0a0a 100%);
}
.hp-follow__bg::before {
content: "";
position: absolute;
inset: -10%;
background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(212, 168, 75, 0.15), transparent 65%);
}
.hp-follow__inner {
max-width: 760px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.hp-follow__heading {
font-size: clamp(1.5rem, 3vw, 2.25rem);
font-weight: 700;
letter-spacing: -0.02em;
margin: 0 0 0.625rem;
color: #fff;
}
.hp-follow__sub {
font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
color: rgba(255, 255, 255, 0.8);
margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
line-height: 1.6;
}
.hp-follow__channels {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: clamp(0.75rem, 1.5vw, 1.25rem);
}
@media (max-width: 640px) {
.hp-follow__channels { grid-template-columns: 1fr; }
}
.hp-follow__channel {
display: flex;
align-items: center;
gap: 14px;
padding: clamp(1rem, 2vw, 1.25rem) clamp(1.25rem, 2.5vw, 1.5rem);
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 14px;
text-decoration: none !important;
color: #fff;
transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
text-align: left;
}
.hp-follow__channel:hover {
transform: translateY(-3px);
background: rgba(255, 255, 255, 0.1);
color: #fff;
}
.hp-follow__channel--fb {
color: #fff;
}
.hp-follow__channel--fb:hover {
border-color: rgba(24, 119, 242, 0.6);
}
.hp-follow__channel--fb svg {
color: #1877f2;
flex-shrink: 0;
}
.hp-follow__channel--yt:hover {
border-color: rgba(255, 0, 0, 0.6);
}
.hp-follow__channel--yt svg {
color: #ff0000;
flex-shrink: 0;
}
.hp-follow__channel-meta {
display: flex;
flex-direction: column;
gap: 2px;
line-height: 1.2;
}
.hp-follow__channel-name {
font-weight: 700;
font-size: 1rem;
color: #fff;
}
.hp-follow__channel-stat {
font-size: 0.82rem;
color: rgba(255, 255, 255, 0.65);
}
@media (prefers-reduced-motion: reduce) {
.hp-follow__channel { transition: background 0.2s ease, border-color 0.2s ease; }
.hp-follow__channel:hover { transform: none; }
} body.search .wp-block-query-no-results {
text-align: center;
padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
max-width: 640px;
margin: 1.5rem auto;
}
body.search .wp-block-query-no-results > p { font-size: 0; line-height: 0;
margin: 0;
}
body.search .wp-block-query-no-results > p::before { content: "🔍  ไม่เจอผลลัพธ์ที่ตรงกัน";
display: block;
font-size: clamp(1.25rem, 2.4vw, 1.625rem);
line-height: 1.4;
font-weight: 700;
color: var(--thepexcel-color-text, #0a0a0a);
margin-bottom: 0.625rem;
}
body.search .wp-block-query-no-results > p::after {
content: "ลองค้นด้วยคีย์เวิร์ดอื่น เช่น \"VLOOKUP\", \"Power Query\", \"ChatGPT\" หรือกดกลับไปหน้าแรกเพื่อดูบทความล่าสุดค่ะ";
display: block;
font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
line-height: 1.7;
font-weight: 400;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
max-width: 56ch;
margin: 0 auto 1.5rem;
} .iht-courses__group {
margin-top: clamp(2.5rem, 5vw, 4rem);
}
.iht-courses__group:first-child {
margin-top: 0;
}
.iht-courses__group-header {
text-align: center;
margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
display: grid;
place-items: center;
gap: 0.4rem;
}
.iht-courses__group-icon {
font-size: clamp(2rem, 3.5vw, 2.75rem);
line-height: 1;
filter: drop-shadow(0 2px 6px rgba(212, 168, 75, 0.25));
}
.iht-courses__group-heading {
font-size: clamp(1.5rem, 2.5vw, 2rem);
font-weight: 800;
color: var(--thepexcel-color-text, #0a0a0a);
margin: 0;
letter-spacing: -0.01em;
}
.iht-courses__group-sub {
font-size: clamp(0.9rem, 1.1vw, 1rem);
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
margin: 0;
max-width: 56ch;
line-height: 1.55;
} .iht-courses__group-header::after {
content: "";
width: 56px;
height: 3px;
border-radius: 999px;
background: linear-gradient(90deg, transparent, var(--thepexcel-color-accent, #d4a84b) 30%, var(--thepexcel-color-accent, #d4a84b) 70%, transparent);
margin-top: 0.4rem;
}
@media (prefers-reduced-motion: reduce) {
.iht-courses__group-icon { filter: none; }
} .course-archive-main {
background: #f8f9fa;
padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 6vw, 5rem);
}
.course-archive__inner {
max-width: 1200px;
margin: 0 auto;
}
.course-archive__page-header {
text-align: center;
margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.course-archive__page-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
margin: 0 0 0.6rem;
color: var(--thepexcel-color-text, #0a0a0a);
letter-spacing: -0.01em;
}
.course-archive__page-sub {
font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
max-width: 64ch;
margin: 0 auto;
line-height: 1.65;
}
.course-archive__group {
margin-top: clamp(2.5rem, 5vw, 4rem);
}
.course-archive__group:first-of-type {
margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.course-archive__group-header {
text-align: center;
margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
display: grid;
place-items: center;
gap: 0.4rem;
}
.course-archive__group-icon {
font-size: clamp(1.75rem, 3vw, 2.25rem);
line-height: 1;
}
.course-archive__group-heading {
font-size: clamp(1.4rem, 2.4vw, 1.875rem);
font-weight: 800;
color: var(--thepexcel-color-text, #0a0a0a);
margin: 0;
letter-spacing: -0.01em;
}
.course-archive__group-sub {
font-size: clamp(0.875rem, 1.05vw, 0.9375rem);
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
margin: 0;
max-width: 56ch;
line-height: 1.55;
}
.course-archive__group-count {
color: var(--thepexcel-color-accent, #d4a84b);
font-weight: 600;
}
.course-archive__group-header::after {
content: "";
width: 56px;
height: 3px;
border-radius: 999px;
background: linear-gradient(90deg, transparent, var(--thepexcel-color-accent, #d4a84b) 30%, var(--thepexcel-color-accent, #d4a84b) 70%, transparent);
margin-top: 0.4rem;
}
.course-archive__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1rem, 2vw, 1.5rem);
}
@media (max-width: 900px) { .course-archive__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .course-archive__grid { grid-template-columns: 1fr; } }
.course-archive__card {
background: #fff;
border-radius: 14px;
border: 1px solid #e5e7eb;
overflow: hidden;
text-decoration: none;
color: inherit;
transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
display: flex;
flex-direction: column;
}
.course-archive__card:hover {
transform: translateY(-4px);
box-shadow: 0 14px 32px rgba(10, 10, 10, 0.08);
border-color: rgba(212, 168, 75, 0.4);
}
.course-archive__thumb {
position: relative;
aspect-ratio: 16 / 9;
background: #f1f3f5;
overflow: hidden;
}
.course-archive__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
transition: transform 0.5s ease;
}
.course-archive__card:hover .course-archive__thumb img { transform: scale(1.04); }
.course-archive__thumb-placeholder {
position: absolute;
inset: 0;
background: repeating-linear-gradient(45deg, #f5f0e6 0 12px, #ede4d2 12px 24px);
opacity: 0.6;
}
.course-archive__body {
padding: clamp(0.875rem, 2vw, 1.25rem);
display: flex;
flex-direction: column;
gap: 0.5rem;
flex: 1;
}
.course-archive__title {
font-size: 1.125rem;
font-weight: 700;
line-height: 1.3;
margin: 0;
color: var(--thepexcel-color-text, #0a0a0a);
}
.course-archive__excerpt {
font-size: 0.9375rem;
line-height: 1.55;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
margin: 0;
flex: 1;
}
.course-archive__more {
display: inline-flex;
align-items: center;
gap: 0.4rem;
color: var(--thepexcel-color-accent, #d4a84b);
font-weight: 600;
font-size: 0.9375rem;
margin-top: auto;
}
.course-archive__empty {
text-align: center;
color: var(--thepexcel-color-muted, rgba(10, 10, 10, 0.7));
padding: 3rem 1rem;
}
@media (prefers-reduced-motion: reduce) {
.course-archive__card,
.course-archive__thumb img { transition: none; }
.course-archive__card:hover { transform: none; }
.course-archive__card:hover .course-archive__thumb img { transform: none; }
}  .iht-courses__card--inhouse,
.course-archive__card--inhouse {
position: relative;
aspect-ratio: 16 / 9;
overflow: hidden;
display: block;
text-decoration: none !important;
color: #fff;
background-color: #0a0a0a;
background-image: var(--iht-banner, none);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border: 1px solid rgba(212, 168, 75, 0.22);
border-radius: 14px;
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
border-color 0.25s ease;
}
.iht-courses__card--inhouse:hover,
.course-archive__card--inhouse:hover {
transform: translateY(-4px);
box-shadow: 0 16px 36px rgba(0, 0, 0, 0.30), 0 4px 8px rgba(0, 0, 0, 0.15);
border-color: rgba(212, 168, 75, 0.55);
} .iht-courses__card--inhouse > .iht-courses__thumb,
.iht-courses__card--inhouse > .iht-courses__body {
display: none;
} .iht-courses__card--inhouse .iht-courses__overlay,
.course-archive__card--inhouse .course-archive__overlay {
position: absolute;
inset: 0;
padding: clamp(0.85rem, 1.8vw, 1.4rem) clamp(1rem, 2vw, 1.5rem);
display: flex;
flex-direction: column;
justify-content: flex-end;
gap: 0.4rem;
background: linear-gradient(
100deg,
rgba(0, 0, 0, 0.85) 0%,
rgba(0, 0, 0, 0.70) 35%,
rgba(0, 0, 0, 0.30) 60%,
rgba(0, 0, 0, 0.00) 80%
);
}
.iht-courses__card--inhouse .iht-courses__title,
.course-archive__card--inhouse .course-archive__title {
color: #ffffff;
font-size: clamp(1.05rem, 1.5vw, 1.3rem);
font-weight: 800;
line-height: 1.25;
margin: 0;
text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
max-width: 70%;
}
.iht-courses__card--inhouse .iht-courses__more,
.course-archive__card--inhouse .course-archive__more {
margin-top: 0;
padding-top: 0;
color: #f4c878;
font-size: 0.85rem;
font-weight: 600;
display: inline-flex;
align-items: center;
gap: 6px;
} .iht-courses__card--inhouse .iht-courses__badge {
top: 12px;
right: 12px;
left: auto;
background: rgba(212, 168, 75, 0.95);
color: #0a0a0a;
}
.course-archive__card--inhouse .course-archive__badge {
position: absolute;
top: 12px;
right: 12px;
background: rgba(212, 168, 75, 0.95);
color: #0a0a0a;
font-size: 0.72rem;
font-weight: 700;
padding: 4px 10px;
border-radius: 6px;
letter-spacing: 0.02em;
z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
.iht-courses__card--inhouse,
.course-archive__card--inhouse {
transition: border-color 0.2s ease;
}
.iht-courses__card--inhouse:hover,
.course-archive__card--inhouse:hover {
transform: none;
}
} .iht-courses__popular,
.course-archive__popular {
position: absolute;
top: 12px;
left: 12px;
z-index: 3;
display: inline-flex;
align-items: center;
gap: 5px;
padding: 4px 10px 4px 8px;
background: linear-gradient(135deg, #f4c878 0%, #d4a84b 100%);
color: #0a0a0a;
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.04em;
border-radius: 999px;
box-shadow: 0 2px 8px rgba(212, 168, 75, 0.35),
0 0 0 1px rgba(255, 255, 255, 0.18) inset;
text-transform: uppercase;
}
.iht-courses__popular svg,
.course-archive__popular svg {
flex-shrink: 0;
}
.iht-courses__card--inhouse.is-popular,
.course-archive__card--inhouse.is-popular {
border-color: rgba(212, 168, 75, 0.55);
box-shadow: 0 4px 16px rgba(212, 168, 75, 0.18);
}
.iht-courses__card--inhouse.is-popular:hover,
.course-archive__card--inhouse.is-popular:hover {
border-color: rgba(212, 168, 75, 0.8);
box-shadow: 0 16px 36px rgba(0, 0, 0, 0.30),
0 4px 8px rgba(0, 0, 0, 0.15),
0 0 0 1px rgba(212, 168, 75, 0.35);
}  body.single-course .single-post-wrapper {
padding-top: 0 !important;
margin-top: 0 !important;
} body.single-course .single-post-layout {
display: block !important;
padding-top: 0 !important;
grid-template-columns: 1fr !important;
}
body.single-course .single-post-side-column {
display: none !important;
}
body.single-course .single-post-content-wrapper {
width: 100%; max-width: 960px;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 0 !important;
padding-top: 0 !important;
grid-column: 1 !important;
} body.single-course .course-hero,
body.single-course .course-external-cta {
max-width: 100% !important;
width: 100% !important;
}
body.single-course .post-meta-card {
display: none !important;
}
body.single-course .wp-block-post-featured-image {
display: none !important;
} body.course-content-type-inhouse .single-post-wrapper > .wp-block-group {
margin-top: 0 !important;
} body.course-content-type-inhouse .wp-block-post-title {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden; clip: rect(0, 0, 0, 0);
white-space: nowrap; border: 0;
} .course-back-nav {
margin: 0.5rem 0 0.6rem;
}
.course-back-nav__link {
display: inline-flex;
align-items: center;
gap: 0.4em;
font-size: 0.92rem;
font-weight: 500;
color: var(--thepexcel-color-muted, #4a4a4a);
text-decoration: none;
padding: 4px 0;
transition: color 0.2s ease;
}
.course-back-nav__link:hover,
.course-back-nav__link:focus-visible {
color: var(--thepexcel-color-accent, #d4a84b);
}
.course-back-nav__arrow {
display: inline-block;
transition: transform 0.2s ease;
}
.course-back-nav__link:hover .course-back-nav__arrow,
.course-back-nav__link:focus-visible .course-back-nav__arrow {
transform: translateX(-3px);
} .course-hero {
position: relative;
width: 100%;
aspect-ratio: 16 / 7;
min-height: 240px;
margin: clamp(1rem, 2vw, 1.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
border-radius: 12px;
overflow: hidden;
background-color: #0a0a0a;
background-image: var(--course-hero-bg, none);
background-size: cover;
background-position: center;
isolation: isolate;
} .course-hero::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
rgba(10, 10, 10, 0.78) 0%,
rgba(10, 10, 10, 0.55) 50%,
rgba(10, 10, 10, 0.35) 100%
);
z-index: 1;
}
.course-hero__overlay {
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 5vw, 3.5rem);
color: #fff;
gap: clamp(0.5rem, 1.2vw, 0.85rem);
}
.course-hero__badge {
display: inline-flex;
align-self: flex-start;
padding: 4px 12px;
background: linear-gradient(135deg, #f4c878 0%, #d4a84b 100%);
color: #0a0a0a;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
border-radius: 999px;
}
.course-hero__title {
font-family: var(--thepexcel-font-display) !important;
font-size: clamp(1.85rem, 4.2vw, 3rem) !important;
font-weight: 700 !important;
line-height: 1.15 !important;
letter-spacing: -0.02em;
color: #fff !important;
margin: 0 !important; }
.course-hero__title::after {
display: none !important;
}
.course-hero__subtitle {
font-size: clamp(1rem, 1.6vw, 1.2rem);
font-weight: 400;
color: rgba(255, 255, 255, 0.92);
margin: 0;
max-width: 60ch;
}
.course-hero__meta {
list-style: none;
margin: clamp(0.4rem, 1vw, 0.6rem) 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: clamp(0.6rem, 1.5vw, 1.2rem);
font-size: 0.92rem;
color: rgba(255, 255, 255, 0.85);
}
.course-hero__meta li {
display: inline-flex;
align-items: center;
gap: 0.4em;
padding: 4px 12px;
background: rgba(255, 255, 255, 0.10);
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 999px;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
} @media (max-width: 600px) {
.course-hero {
aspect-ratio: auto;
min-height: 0;
}
.course-hero__overlay {
padding: 1.5rem 1.25rem;
}
.course-hero__meta {
font-size: 0.85rem;
}
} .course-topics-grid {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.75rem;
margin: 0.5rem 0 1rem !important; }
.course-topics-grid .course-topic {
background: var(--thepexcel-color-soft-bg, #f5f5f5);
border-left: 4px solid var(--thepexcel-color-accent, #d4a84b);
border-radius: 8px;
padding: 0.85rem 1.1rem 0.6rem; height: 100%; gap: 0;
margin: 0 !important;
}
.course-topics-grid .course-topic > h3.wp-block-heading {
font-size: 1.1rem !important;
font-weight: 700 !important;
margin: 0 0 0.5rem !important;
padding: 0 !important;
letter-spacing: 0;
color: var(--thepexcel-color-text);
line-height: 1.3;
}
.course-topics-grid .course-topic > h3.wp-block-heading::after { display: none !important;
}
.course-topics-grid .course-topic > .wp-block-list {
margin: 0 !important;
padding-left: 1.15rem !important;
font-size: 0.95rem;
line-height: 1.5;
}
.course-topics-grid .course-topic > .wp-block-list > li {
margin-bottom: 0.2rem;
}
.course-topics-grid .course-topic > .wp-block-list > li:last-child {
margin-bottom: 0;
} body.single-course .single-post-content-wrapper .entry-content > h2 {
margin-top: 1.25rem !important;
margin-bottom: 0.5rem !important;
padding-bottom: 0.4rem !important;
}  html, body {
overflow-x: clip;
} .hp-hero__headline-tail {
display: inline-block;
white-space: nowrap;
} @media (max-width: 720px) {
.hp-latest__header {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
margin-bottom: 1.25rem !important;
}
.hp-latest__heading {
font-size: 1.5rem;
line-height: 1.25;
}
.hp-latest__view-all {
font-size: 0.9rem;
} .hp-hero {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
.hp-hero__headline {
font-size: clamp(1.6rem, 7vw, 2.2rem) !important;
line-height: 1.22;
}
.hp-hero__sub {
font-size: 0.95rem !important;
} .hp-hero__cta-row {
flex-direction: column;
align-items: stretch;
}
.hp-hero__cta {
justify-content: center;
width: 100%;
} .iht-hero__inner {
padding: 1.5rem 1rem !important;
}
.iht-hero__headline {
font-size: clamp(1.5rem, 6.5vw, 2rem) !important;
}
.iht-hero__cta-row {
flex-direction: column;
align-items: stretch;
}
.iht-hero__cta {
justify-content: center;
width: 100%;
} .iht-trust__inner {
padding: 1.5rem 1rem !important;
} .course-filter-bar {
flex-wrap: nowrap;
overflow-x: auto;
scrollbar-width: thin;
-webkit-overflow-scrolling: touch;
padding-bottom: 0.5rem;
}
.course-filter-bar__btn {
flex-shrink: 0;
white-space: nowrap;
} .course-hero__title {
font-size: clamp(1.5rem, 6vw, 2rem) !important;
} .footer-columns {
flex-direction: column;
gap: 1.5rem !important;
}
.footer-columns > * {
flex-basis: auto !important;
width: 100% !important;
} .wp-block-group.alignfull {
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
} .iht-trust,
.hp-trust {
display: none !important;
}
} @supports not (overflow: clip) {
html, body {
overflow-x: hidden;
}
} @media (max-width: 720px) { .wp-block-navigation__responsive-container.is-menu-open {
background: #ffffff !important;
padding: 56px 0 24px !important;
}
.wp-block-navigation__responsive-container-content {
max-width: 100% !important;
padding: 0 !important;
}
.wp-block-navigation__responsive-close {
max-width: 100% !important;
padding: 0 !important;
}
.wp-block-navigation__responsive-container-close {
top: 16px !important;
right: 16px !important;
padding: 8px !important;
color: var(--thepexcel-color-text, #0a0a0a) !important;
} .wp-block-navigation__responsive-container .wp-block-navigation__container {
display: block !important;
gap: 0 !important;
} .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border-bottom: 1px solid var(--thepexcel-color-border, #e0e0e0);
}
.wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:last-child {
border-bottom: none;
}
.wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > a.wp-block-navigation-item__content,
.wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > button.wp-block-navigation__submenu-icon {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
text-align: left !important;
width: 100% !important;
padding: 14px 24px !important;
font-family: var(--thepexcel-font-display) !important;
font-size: 1.05rem !important;
font-weight: 700 !important;
color: var(--thepexcel-color-text, #0a0a0a) !important;
text-decoration: none !important;
background: transparent !important;
border: 0 !important;
} .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item.has-child {
position: relative;
}
.wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container-wrapper {
position: static !important;
} .wp-block-navigation__responsive-container .wp-block-navigation__submenu-container {
position: static !important;
opacity: 1 !important;
visibility: visible !important;
display: block !important;
background: var(--thepexcel-color-soft-bg, #f5f5f5) !important;
border: 0 !important;
box-shadow: none !important;
min-width: 0 !important;
width: 100% !important;
padding: 8px 0 12px !important;
margin: 0 !important;
transform: none !important;
}
.wp-block-navigation__responsive-container .wp-block-navigation__submenu-container > .wp-block-navigation-item {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.wp-block-navigation__responsive-container .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container .wp-block-navigation__submenu-container a.wp-block-navigation-item__content {
display: block !important;
text-align: left !important;
padding: 9px 24px 9px 40px !important; font-family: var(--thepexcel-font-base) !important;
font-size: 0.95rem !important;
font-weight: 500 !important;
color: var(--thepexcel-color-muted, #4a4a4a) !important;
text-decoration: none !important;
} .wp-block-navigation__responsive-container .wp-block-navigation-item__content:hover,
.wp-block-navigation__responsive-container .wp-block-navigation-item__content:focus-visible {
color: var(--thepexcel-color-accent, #d4a84b) !important;
background: rgba(212, 168, 75, 0.06) !important;
} .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__submenu-icon,
.wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation-submenu__toggle,
.wp-block-navigation__responsive-container.is-menu-open button[aria-label*="submenu"],
.wp-block-navigation__responsive-container.is-menu-open button[aria-expanded][data-wp-on--click] {
display: none !important;
visibility: hidden !important;
width: 0 !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
overflow: hidden !important;
} .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
position: absolute !important;
top: 12px !important;
right: 12px !important;
width: auto !important;
max-width: 44px !important;
padding: 8px !important;
} .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item > button.wp-block-navigation-item__content {
cursor: default !important;
pointer-events: none;
}
} @media (max-width: 720px) {
.course-topics-grid {
grid-template-columns: 1fr;
}
}.taxopress-table-container {
width: 100%;
}
.taxopress-table-row td {
border: none;
}
.taxopress-table-row:nth-child(n+7) {
display: none;
}
.taxopress-see-more-link,
.taxopress-close-table-link {
cursor: pointer;
}
.taxopress-close-table-link {
display: none;
}
.taxopress-see-more-container {
text-align: right;
padding: 10px;
}
.hidden {
display: none;
}
.taxopress-table-container .taxopress-post-count {
text-align: right;
padding-right: 30px;
}
.taxopress-arrow {
display: inline-block;
}
.taxopress-arrow.right {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid;
}
.taxopress-arrow.down {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid;
} .taxopress-border-cloud a{
text-decoration: none;
border: 1px solid;
padding: 4px 7px; 
display: inline-block;
margin: 3px;
} .taxopress-box-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.taxopress-box-list a {
display: block;
text-decoration: none;
box-sizing: border-box;
word-wrap: break-word;
}
.taxopress-box-list img {
max-width: 100%;
height: auto;
display: block;
}
.taxopress-boxrelatedpost-cat{
color:#666;
font-size: 0.9em;
}
@media (max-width: 1200px) {
.taxopress-box-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.taxopress-box-list {
grid-template-columns: 1fr;
word-wrap: break-word;
}
}
.taxopress-parent-child-list {
list-style: none !important;
}
.taxopress-parent-term {
font-weight: normal;
margin: 0.5em 0;
list-style-type: none !important;
position: relative;
padding-left: 1.5em;
}
.taxopress-child-list {
list-style: none !important;
margin: 0.3em 0 0.3em 1em !important;
padding-left: 0 !important;
}
.taxopress-child-term {
font-weight: normal;
margin: 0.2em 0;
position: relative;
padding-left: 1.5em;
}
.taxopress-parent-term::before {
content: "•";
position: absolute;
left: 0;
font-size: 1.2em;
line-height: 1;
}
.taxopress-child-list > li::before {
content: "○";
position: absolute;
left: 0;
font-size: 1.2em;
line-height: 1;
}
.taxopress-child-list .taxopress-child-list > li::before {
content: "▪  ▪";
font-size: 1.2em;
}
.taxopress-child-list {
margin-left: 1em !important;
}
.taxopress-child-list .taxopress-child-list {
margin-left: 1em !important;
}
.taxopress-parent-term,
.taxopress-child-list li {
font-weight: normal;
}
.taxopress-box-list img.custom-image-class {
width: var(--tp-image-width, 200px);
height: var(--tp-image-height, 200px);
object-fit: cover;
aspect-ratio: 1 / 1;
display: block;
max-width: 100%;
}
a.st_tag, a.internal_tag, .st_tag, .internal_tag {
text-decoration: underline !important;
}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_AMS-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_AMS-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_AMS-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Caligraphic-Bold.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Caligraphic-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Fraktur-Bold.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Fraktur-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Fraktur-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Fraktur-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Bold.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Bold.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-BoldItalic.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-BoldItalic.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Italic.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Italic.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Italic.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Main-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Math-BoldItalic.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Math-BoldItalic.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Math-Italic.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Math-Italic.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Math-Italic.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Bold.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Bold.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Italic.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Italic.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_SansSerif-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Script-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Script-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Script-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size1-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size1-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size1-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size2-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size2-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size2-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size3-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size3-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size3-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size4-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size4-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Size4-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Typewriter-Regular.woff) format("woff"),url(//www.thepexcel.com/wp-content/plugins/katex/assets/katex-0.16.22/fonts/KaTeX_Typewriter-Regular.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}