/* subscribe page box */
.UniSuperList li {
    font-size: 1.25em;
    margin: 0.25rem 1rem 0.25rem 1rem;
} 
.UniSuperList li::marker {
    font-size: 2em;
    font-weight: 600;
    color: var(--wp--preset--color--accent-2, #2b4162);
} 
body main h1.UniSubscribeHeadline, h2.UniSubscribeHeadline, h3.UniSubscribeHeadline {
    background-color: transparent!important; 
    color: var(--wp--preset--color--accent-2, #2b4162)!important;
    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;

} 
body .UniBoxColorset .UniBoxContent {
    padding-top: 0rem;
}

/* List styling for 123 lists*/
/* Style the ordered list */
ol.UniBoxList {
    list-style: none; /* Remove default numbering */
    padding: 0;
    margin: 0;
    counter-reset: list-counter; /* Initialize a counter for the list */
    padding-left: 0px;
}

ol.UniBoxList ul {
    list-style: square;
}

/* Style each list item */
ol.UniBoxList > li {
    counter-increment: list-counter; /* Increment counter for each item */
    margin-bottom: 1rem; /* Space between items */
    padding-top: 1rem;
    padding-right: 0rem;
    clear: both;
    padding-bottom: 1rem;
    border-radius: 3rem 0rem 0rem 0rem;
    min-height: 4.5rem;
}

ol.UniBoxList > li:nth-child(odd) {
  background-color: var(    --wp--preset--color--base-2, lightgray);
}

ol.UniBoxList > li strong {
  color: var(--wp--preset--color--accent-2, #2b4162);
}

/* Style of H2 with Icon */
body .UniIconH2 {
    background-color: var(--wp--preset--color--accent-2, #2b4162);
    padding: 1rem;
    margin-block-start: 3rem;
    margin-block-end: 2rem;
}

body div.UniIconH2 {
    justify-content: center;
    align-items: center!important;
}
body div.UniIconH2 h2 {
    flex-basis: 100%;
    color: var(--wp--preset--color--base, white);
    padding: 0px;
}



/* Style the counter using ::marker */
ol.UniBoxList > li::marker {
    content: counter(list-counter); /* Display the counter value */
    font-weight: bold; /* Number font weight */
    color: #ffffff; /* Text color inside the circle */
}

/* Use before pseudo-element to style the circle */
ol.UniBoxList > li::before {
    content: counter(list-counter); /* Use the ol's own counter */
    float: left;
    position: relative;
    top: -1rem;
    margin-right: 0.75rem;
    width: 3rem; /* Circle width */
    height: 3rem; /* Circle height */
    padding: 0.5rem 0.25rem 0rem 0.25rem;
    border-radius: 50%; /* Make it circular */
    background-color: #2b4162; /* Background color */
    border: 4px solid #ffffff; /* Border color */
    color: #ffffff; /* Text color inside the circle */
    font-size: 2rem; /* Number font size */
    font-weight: bold; /* Number font weight */
    text-align: center;
    box-sizing: content-box;
}

/* Inline images in the list */
ol.UniBoxList img {
    border: 1px solid #888888;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

/* Post voting wp feedback */

body .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    margin-top: 4rem;
}

/* LifterLMS */

body .llms-next-lesson .llms-lesson-excerpt:after, body .llms-prev-lesson .llms-lesson-excerpt:after, body .llms-lesson-preview > section:not(.llms-lesson-locked) .llms-lesson-excerpt:after {
    display: inline-block;
    padding: 1rem;
    background-color: var(--wp--preset--color--accent-4, #0b6e4f);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1rem;
}

body .llms-next-lesson .llms-lesson-preview .llms-lesson-excerpt:after {
    content: "⇨"; /* Text for the button */
}

body .llms-prev-lesson .llms-lesson-preview .llms-lesson-excerpt:after {
    content: "⇦"; /* Text for the button */
}

body .llms-lesson-preview .llms-lesson-excerpt:after {
    content: "↳"; /* Text for the button */
}

body .llms-lesson-preview {
    margin-bottom: 2rem;
    border-top: 4px solid var(--wp--preset--color--contrast-2, #bbb)
    border-bottom: 4px solid var(--wp--preset--color--contrast-2, #bbb)
    border-left: 4px solid var(--wp--preset--color--contrast-2, #bbb)
    border-right: 4px solid var(--wp--preset--color--contrast-2, #bbb)
}

body h1, body h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
  }
  
  body.page h2.wp-block-heading, body.single.single-post main h2, body.single.single-course main h2, body.single.single-lesson main h2, body.single main h3.llms-meta-title, body.single main h3.llms-section-title {
    background-color: var(--wp--preset--color--accent-2, #2b4162);
    color: white;
    padding: 1rem;
  }
  
  body.single.single-post main h3, body.single main h3 {
    background-color: var(--wp--preset--color--base-2, #2b4162);
    color: black;
    padding: 1rem;
  }
  
  body .uniHR {
    border-bottom: 0.3em solid var(--wp--preset--color--accent-2, #2b4162);
    margin-bottom: 0.5rem;
  }

  body .MarkAsCircle mark {
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 0.25em;
    padding-bottom: 0em;
    line-height: 1;
    box-sizing: border-box;
}

body .llms-video-wrapper {
    border: 1px solid var(--wp--preset--color--contrast-2, #bbb)
}