<!-- Start Kaliko Important Header CSS rev 04 on 20260626-1756-->
<style type='text/css'>
/* =========================================================
   01) THEME TOKENS (NON-BREAKING ADDITION)
========================================================= */
:root {
  --oo-green-dark: #0d8c00;
  --oo-green-mid: #6EC53B;
  --oo-green-light: #B4EC92;

  --oo-purple-dark: #4B0A65;
  --oo-purple-mid: #793195;
  --oo-purple-light: #B782CC;

  --oo-orange-dark: #974E08;
  --oo-orange-mid: #E19043;
  --oo-orange-light: #FFB670;

  --oo-text-gray: #6B6476;
  --oo-text-gray-mid: #636363;
  --oo-border-gray: #ddd;
}

/* =========================================================
   02) BASIC TEXT + COLOR UTILITIES
========================================================= */
.entry-title { text-align: center; }

.bluetext { color: blue; }
.redtext { color: red; }

.dgreentext { color: #50AA1A; }
.mgreentext { color: var(--oo-green-mid); }
.lgreentext { color: var(--oo-green-light); }

.dpurpletext { color: var(--oo-purple-dark); }
.mpurpletext { color: var(--oo-purple-mid); }
.lpurpletext { color: var(--oo-purple-light); }

.dorangetext { color: var(--oo-orange-dark); }
.morangetext { color: var(--oo-orange-mid); }
.lorangetext { color: var(--oo-orange-light); }

.eleele { color: var(--oo-text-gray-mid); }
.kaele { font-weight: bold; }

.kahalalo { text-decoration: underline; }
.kahawaena { text-decoration: line-through; color: var(--oo-text-gray); }

.importantText { font-weight: bold; }

.centeredtextblock { text-align: center; display: block; }

/* =========================================================
   03) BACKGROUND + SPACING UTILITIES
========================================================= */
.bg-grey   { background-color: rgba(208, 208, 208, 0.40); }
.bg-green  { background-color: rgba(13, 140, 0, 0.20); }
.bg-purple { background-color: rgba(121, 49, 149, 0.20); }
.bg-orange { background-color: rgba(255, 177, 64, 0.20); }
.bg-pink   { background-color: rgba(255, 204, 204, 0.20); }

.gap_b05 { margin-bottom: .8em; }
.gap_b10 { margin-bottom: 1.6em; }
.gap_b20 { margin-bottom: 2.4em; }

.indenttext1 { text-indent: 1rem; }
.indenttext2 { text-indent: 2rem; }
.indenttext3 { text-indent: 3rem; }
.indenttext4 { text-indent: 4rem; }

div.kaulihihema  { text-align: left; }
div.kaulihilike  { text-align: justify; }
div.kaulihiakau  { text-align: right; }

/* =========================================================
   04) POST CONTENT TYPOGRAPHY
========================================================= */
.post-content h3 {
  color: var(--oo-green-dark);
  margin-top: 4rem;
}
.post-content h3:first-of-type { margin-top: 0; }
.post-content h4 { color: var(--oo-green-dark); }

.post-content p#payment-methods { text-align: center; }

p.centered, h3.centered {
  text-align: center;
  margin-top: 2rem;
}

/* =========================================================
   05) CONTENT BOXES / CALLOUTS
========================================================= */
div.resourceMain {
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #ffb140;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #edf6f2;
}
div.resourceMain:hover { background-color: #ddede6; }

div.resourceAdditional {
  box-sizing: border-box !important;
  padding: 10px !important;
  border: 1px solid #b02ac2 !important;
  border-radius: 5px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  background-color: #f7fcfa !important;
}

div.resourceMain a,
div.resourceAdditional a { font-weight: bold; }

div.resourceMain h4 { color: black; }
div.resourceAdditional h4 { color: black !important; }

div.moolelo {
  box-sizing: border-box;
  border-radius: 2rem;
  border-left: 3px solid var(--oo-purple-mid);
  padding: 2rem 0 1rem 1.5rem;
  margin: 4rem 0 2rem 0;
}
div.moolelo h2 {
  color: var(--oo-purple-mid);
  font-weight: bold;
  font-size: 2.8rem;
  text-transform: uppercase;
}

div.calloutbox {
  box-sizing: border-box;
  border-radius: 2rem;
  border-left: 3px solid #c1c1c1;
  padding: 2rem 0 1rem 1.5rem;
  margin: 4rem 0 2rem 0;
}
div.calloutbox h2 {
  text-align: left;
  color: #c1c1c1;
  font-weight: bold;
  font-size: 2.8rem;
  text-transform: uppercase;
}
div.calloutbox p.source {
  font-weight: bold;
  margin-bottom: 0;
  text-align: right;
}
div.calloutbox p.extract {
  color: #6f6f6f;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 1rem 1rem 1rem 2.5rem;
  font-style: italic;
  background: #fff url("https://oleloonline.com/wp-content/uploads/2016/09/image-quotes-gray-22x19.png") 0 .8rem no-repeat;
}
div.calloutbox p.translation {
  font-style: normal;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 1rem;
}

div.disclosure { margin-top: 1rem; margin-bottom: 3rem; }
.calledout { color: var(--oo-orange-mid); text-decoration: underline; }

/* =========================================================
   06) INLINE SEMANTIC HELPERS
========================================================= */
sup, .superscript {
  font-size: .75em;
  vertical-align: super;
  padding-left: 2px;
  color: red;
}
sub, .subscript {
  font-size: .75em;
  vertical-align: sub;
  padding-left: 2px;
  color: red;
}

/* =========================================================
   07) LANGUAGE/GRAMMAR BLOCKS
========================================================= */
div.laanapepeke {
  font-family: monospace, sans-serif;
  overflow: auto;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-left: 3px solid #e0e0e0;
  word-wrap: break-word;
  margin: 0 2.4rem 2.4rem 2.4rem;
}
div.laanapepeke p {
  padding: 1.5rem 1.5rem 1.5rem 2.4rem;
  margin-bottom: 0;
}
div.laanapepeke p.laana { font-weight: bold; }
div.laanapepeke p.unuhi {
  font-style: italic;
  border-top: 3px solid #e0e0e0;
}

.pepeke-example part {
  padding-left: .3em;
  border-left: 1px solid var(--oo-green-dark);
  border-bottom: 1px solid var(--oo-green-dark);
}
.pepeke-example part.kuhia {
  padding-left: .3em;
  border-left: 1px solid var(--oo-orange-mid);
  border-bottom: 1px solid var(--oo-orange-mid);
}
.pepeke-example label {
  font-size: .75em;
  vertical-align: sub;
  padding-left: 2px;
  color: var(--oo-green-dark);
  margin-right: .75em;
}
.pepeke-example label.kuhia {
  font-size: .75em;
  vertical-align: sub;
  padding-left: 2px;
  color: var(--oo-orange-mid);
  margin-right: .75em;
}
.pepeke-example meanui { background: yellow; }

/* =========================================================
   08) VOCAB / TABLE FORMATTING
========================================================= */
table td span.tdhaka { margin-right: 1rem; }
table.vocabTable { margin-left: 1rem; }

.vocabSectionTitle { color: var(--oo-purple-mid); font-weight: bold; }

.vocabBody td {
  border-top: 1px solid var(--oo-border-gray);
  padding: 6px 10px 6px 0;
  white-space: normal; /* fixed from invalid 'wrap' */
}
.vocabBody td.gloss { white-space: nowrap; }

.gloss { color: #663399; padding-right: 40px; }
.meaning { color: var(--oo-text-gray); }

.hopuna { color: #663399; padding-right: 40px; }
.hopuna strong { color: var(--oo-orange-dark); font-weight: 400; }

.hopuna-meaning { color: var(--oo-text-gray); padding-right: 40px; }
.hopuna-meaning strong { color: var(--oo-orange-dark); font-weight: 400; }

hr.vocab { border-top: 1px solid gray; margin: 4px 0; }

p.footnotesTitle { font-size: 1.5rem; margin: 5px 0 0 0; }
ul.vocabFootnotes {
  font-size: 1.4rem;
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
  list-style-image: none;
  list-style-type: none;
}

/* =========================================================
   09) LIST STYLES
========================================================= */
ul.circles li, ul.arrows li { list-style-type: none; }

ul.circles li::before {
  content: "\25cd";
  position: absolute;
  top: 1px;
  left: -0.5rem;
  color: #a0a0a0;
  font-size: 1.5rem;
}
ul.arrows li::before {
  content: "\279c";
  position: absolute;
  top: 1px;
  left: -1rem;
  color: #a0a0a0;
  font-size: 1.5rem;
}
ul.checks li::before {
  content: "\2714";
  position: absolute;
  top: 1px;
  left: -1rem;
  color: #a0a0a0;
  font-size: 1.5rem;
}
ul.crosses li::before {
  content: "\2718";
  position: absolute;
  top: 1px;
  left: -1rem;
  color: #a0a0a0;
  font-size: 1.5rem;
}

ul.plainlist {
  list-style-image: none;
  list-style-type: none;
}

/* =========================================================
   10) DETAILS / DEFINITION / Q&A BLOCKS
========================================================= */
summary { font-weight: bold; }
details { margin-left: 10px; }

.definitionListBlock > dl { margin-bottom: 50px; }
.definitionListBlock > dl > dt {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: bold;
  margin-top: 0;
  color: var(--oo-purple-dark);
}
.definitionListBlock > dl > dd {
  font-size: inherit;
  font-style: normal;
  margin-top: 0;
  color: rgb(107, 100, 118);
  margin-bottom: 40px;
}

/* Fixed dangerous global selector leakage */
.definitionListBlock a,
.definitionListBlock a:visited,
.definitionListBlock a:hover {
  text-decoration: none;
}

.definitionListBlock.LCP { margin-left: 2rem; }
.LCP-series-titles { color: red; }

.questionAnswerBlock > dl { margin-bottom: 50px; }
.questionAnswerBlock > dl > dt {
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  margin-top: 6rem;
  color: var(--oo-text-gray);
}
.questionAnswerBlock > dl > dt:first-child { margin-top: 0; }
.questionAnswerBlock > dl > dd {
  font-size: inherit;
  font-style: normal;
  margin-top: 0;
  color: var(--oo-text-gray);
  margin-bottom: 2rem;
  padding-left: 1rem;
  margin-left: 2rem;
}
.questionAnswerBlock > dl > dd:last-child { margin-bottom: 6rem; }
.questionAnswerBlock > dl > dt.question {}
.questionAnswerBlock > dl > dd.answer {}
.questionAnswerBlock > dl > dd.analysis {
  border-left: 3px solid rgba(107, 100, 118, 0.2);
  margin-left: 3rem;
}
.questionAnswerBlock > dl > dd.breakdown {}

div.LCPindented { margin-left: 1.6em; }
h3.LCP-series-titles {
  color: var(--oo-purple-dark);
  font-size: 1.6em;
  line-height: 1.3;
}

ul.footlings {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  list-style-image: none;
  list-style-type: none;
}
ul.footlings li {
  list-style-type: none;
  color: red;
  font-size: 1.4rem;
  padding-left: 0;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}

/* =========================================================
   11) NOTICE / MESSAGE UI
========================================================= */
.notice {
  padding: 10px;
  font-size: inherit;
  border: 1px solid #cc3333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #ffcccc;
  margin-right: 5%;
}
.notice-yellow { background-color: #f9fac7; border: 1px solid #b02ac2; }
.notice-purple { background-color: rgba(183, 130, 204, 0.32); border: 1px solid #b02ac2; }

.mtbox {
  padding: 1rem;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: left;
}
.mtbox.makaala { border: 2px solid red; }

.sig { font-family: Trattatello, fantasy; color: grey; font-size: 2rem; }

/* =========================================================
   12) TOOLTIP / ICON / ACCESSIBILITY
========================================================= */
span.hainatip {
  display: inline;
  position: relative;
  border-bottom: 1px solid #ffb140;
}

/* left unchanged per request */
span.hainatip:active:after {
  background: #333;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(data-haina);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}
span.hainatip:active:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

.svg-icon {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
  fill: currentColor;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* =========================================================
   13) MEDIA / AUDIO / EMBEDS
========================================================= */
audio.fullwidth { width: 90%; margin-right: 5%; }

span.playaudio {}
span.playaudio:hover { text-decoration: underline; }
span.playvideo {}

table.audiofiles td { border-bottom: none; }

embed.reveal, object.reveal, iframe.reveal {
  border-style: solid;
  border-width: thin;
}

div.videoTrackListing { font-weight: normal; }
div.techhelp { font-size: 0.8em; }

ul.xoxo.blogroll { color: grey; }
div.sharedaddy h3.sd-title:before { border-top: none; }

/* =========================================================
   14) GAME / GENERAL INTERACTIVE
========================================================= */
.gameContainer {
  border: 1px solid #aaa;
  padding: 2rem;
  margin: 2rem;
  font-size: 1.5em;
  background-color: #eee;
}
table.centered { margin-left: auto; margin-right: auto; }
#buttontable {}

h3.setName {
  color: #aaa;
  text-decoration: underline;
  margin-bottom: 1rem;
}
span.reveal {
  background-color: #f8f8f0;
  border: 1px solid black;
  border-radius: 8px;
  padding: 1vw;
}
span.reveal:hover {
  background-color: #f8f0f0;
  color: green;
}
#b_nextRandom { color: green; }

.flexi { display: flex; background-color: lightgrey; }

/* =========================================================
   15) SEARCHWP / RELATED CONTENT
========================================================= */
form#searchform {
  margin-top: 0.5rem;
  border: 1px solid #ddd;
}
form#searchform input#s {
  height: 3em;
  background: #eee;
  margin: 0;
}

div.searchwp-related h4 {
  padding-top: 2rem;
  text-align: center;
}
.searchwp-related > ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin: 0 0 0 -1em;
}
.searchwp-related > ul > li {
  flex: 1;
  padding: 0 0 0 1em;
  display: flex;
  align-items: stretch;
  text-align: center;
}
.searchwp-related > ul > li > a {
  display: block;
  width: 100%;
  text-decoration: none;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}
.searchwp-related > ul > li > a > span { display: block; padding: 1em; }
.searchwp-related > ul > li > a > img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.searchwp-related > ul > li > a:hover { border: 1px solid #e7e7e7; }

p.topics-prev-next {
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f7f7f7;
  padding: 1rem;
}
p.sorry-not-logged-in {
  border: 1px dotted purple;
  padding: 1rem;
  font-style: italic;
  color: #ccc; /* unchanged per request */
}

/* =========================================================
   16) TRACK/HEADING + MISC
========================================================= */
span.tracknum {
  color: var(--oo-green-dark);
  font-variant-caps: all-small-caps;
  font-weight: bold;
}
h2.inoapoko { color: var(--oo-purple-mid); }

/* no ka ʻike ʻana i nā mea Watu, e nānā i ka Watu seetings>custom theme */
div.oo-pub-mod-dateblock { margin-top: 1rem; }

a.pihilele {
  display: inline-block;
  width: 45%;
  height: 3em;
  line-height: 3em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 1.2em;
}

/* =========================================================
   17) PAYMENTS / STRIPE / BOOKINGS / FORMS
========================================================= */
div.joinnow { float: right; }

.joinbutton,
.eo-booking-button,
.eo-booking-form-paynow {
  padding: 1rem;
  background-color: rgba(79, 186, 82, 0.40);
  border: 1px solid green;
  border-radius: 4px;
  margin: 1rem;
}

/* Fixed dangerous global selector leakage */
.joinbutton a,
.joinbutton a:visited,
.joinbutton a:hover {
  text-decoration: none;
}

div#oo-security-and-payment-info p { margin-bottom: 1rem; }

div#oo-security-and-payment-info ul#oo-stripe-cards-accepted { text-align: center; }
div#oo-security-and-payment-info ul#oo-stripe-cards-accepted li {
  float: left;
  display: contents;
}

.widget_listcategorypostswidget { text-align: left; }

button.oo-submit-button {
  padding: 1em;
  background-color: var(--oo-green-dark);
  color: white;
  font-weight: bolder;
}
button.wpforms-page-prev,
button.wpforms-page-next {
  padding: 0.8em;
  background-color: var(--oo-purple-mid);
  color: white;
  font-weight: bolder;
  border-radius: 1em;
}

.oovc-reg-submit {
  background-color: #ffb140;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 1em;
  padding: 1em 2em;
  border-radius: 1em;
}
.oovc-reg-ul li {
  line-height: 4rem;
  border: 1px solid green !important;
  margin-top: 0.5rem !important;
}
div.wpforms-field-stripe-credit-card-number {
  border: 2px solid green;
  padding: 2rem;
}
.wpforms-field-required { border-bottom: 3px solid green; }

.button.mp-hide-pw {
  padding: 0.5em;
  border: none;
}

/* =========================================================
   18) MEDIAELEMENT + PMPRO OVERRIDES
========================================================= */
div.mejs-audio div.mejs-mediaelement { background-color: white; }
div.mejs-audio div.mejs-controls {
  background-color: rgba(121, 49, 149, 0.68);
  border: 1px solid var(--oo-purple-mid);
  border-radius: 2rem;
}
div.mejs-audio div.mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--oo-purple-mid);
}

div.pmpro_login_wrap,
div.pmpro_logged_in_welcome_wrap {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #b02ac2;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f7fcfa;
  font-weight: bold;
  color: #222;
  text-decoration: underline;
}
div.pmpro_login_wrap h3,
div.pmpro_logged_in_welcome_wrap h3 {
  color: #fff;
  font-size: 1.8rem;
  background-color: var(--oo-purple-mid);
  padding: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.7;
  font-weight: normal;
  margin-block: 0.7em;
}
div.pmpro_logged_in_welcome_wrap h3 a { color: #fff; }

div#wpforms-7655-field_20-container {
  border: 3px solid var(--oo-purple-mid);
  padding: 1em;
  margin-bottom: 1.5rem;
}

div.kt-wpf-hunakele { display: none !important; }

div.pmpro_card {
  border: 1px solid #b02ac2 !important;
  background-color: #f7fcfa !important;
}
h3.pmpro_card_title {
  margin: 0 !important;
  padding: 0.7rem 2rem 0.7rem 2rem !important;
  font-weight: 100 !important;
}
h3.pmpro_font-large {
  font-size: 1.8rem !important;
  color: #fff !important;
}
div.pmpro #pmpro_login div.pmpro_card_content { padding: 0; }


.kuuhawaii{max-width:960px;margin:0 auto;font-size:1.6rem;}
.kuuhawaii h2,
.kuuhawaii h3,
.kuuhawaii h4{color:#0d8c00;}
.kuuhawaii h2.inoapoko{color:#793195;text-align:center;}
.kuuhawaii .subtitle{text-align:center;color:#6B6476;font-style:italic;margin-bottom:2rem;}
.kuuhawaii .song-section{box-sizing:border-box;border-radius:2rem;border-left:3px solid #793195;padding:2rem 0 1rem 1.5rem;margin:4rem 0 2rem 0;}
.kuuhawaii .song-section>h3{color:#793195;font-weight:bold;font-size:2.4rem;text-transform:uppercase;margin-top:0;}
.kuuhawaii .section-label{color:#E19043;font-weight:bold;}
.kuuhawaii .line-block{margin:2rem 0 3rem 0;padding:1.5rem;border-left:3px solid rgba(13,140,0,0.25);background-color:#f7fcfa;border-radius:5px;}
.kuuhawaii .lyric-line{font-size:1.8rem;font-weight:bold;color:#4B0A65;margin-bottom:.6rem;}
.kuuhawaii .translation{font-size:1.6rem;color:#6B6476;font-style:italic;margin:.5rem 0 1rem 0;}
.kuuhawaii .analysis{margin-top:1rem;}
.kuuhawaii .analysis h4{font-size:1.1em;margin:.8rem 0 .4rem 0;color:#0d8c00;}
.kuuhawaii dl.word-notes{margin:0;}
.kuuhawaii dl.word-notes dt{font-style:normal;font-weight:bold;color:#974E08;margin-top:.7rem;}
.kuuhawaii dl.word-notes dd{font-size:1.6rem;font-style:normal;margin:0 0 .4rem 1.5rem;color:#6B6476;}
.kuuhawaii dl.word-notes dd span.gloss{font-style:italic;}
.kuuhawaii ul{margin-top:.3rem;}
.kuuhawaii .note{color:#6B6476;margin:.4rem 0;}
.kuuhawaii .terms{box-sizing:border-box;padding:1rem;border:1px solid #b02ac2;border-radius:5px;background-color:#f7fcfa;margin:2rem 0;}
.kuuhawaii .terms h3{color:#793195;margin-top:0;}
.kuuhawaii .terms dl{margin-bottom:0;}
.kuuhawaii .terms dt{font-weight:bold;color:#4B0A65;margin-top:.6rem;}
.kuuhawaii .terms dd{color:#6B6476;margin-left:1.5rem;}
.kuuhawaii .source-note{font-size:.9em;color:#636363;text-align:center;margin-top:2rem;}
</style>
<!-- End Kaliko Important CSS -->