/* 	Prerequisites */
.prereq {
    background: #e5f3f9;
    padding: 20px;
    border-radius: 12px;
    margin: 0px 0px 20px;
    line-height: 20px;
}

.prereq b {
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    padding-right: 5px;
}

.prereq li {
    margin-bottom: 7px !important;
}

.wp-block-image.aligncenter {
    width: 100%;
}

blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    padding: 16px;
    background: #F5F6F7;
    border-radius: 10px;
    margin: 16px 0px;
}

.wp-block-quote p {
    color: #700124;
    font-style: italic;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
}

.wp-block-quote cite {
    margin: 8px 0px 0px 0px;
    color: #747474;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.entry-content iframe {
    margin-top: 32px;
}

iframe.truthsocial-embed {
    margin-top: 32px;
    width: 50%;
    display: block;
    justify-self: center;
}

/* single learning */
.single-learn-toc .elementor-toc__header {
    padding-bottom: 0;
}

.single-learn-toc div.elementor-toc__body {
    padding-top: 5px;
}

.entry-content h2 {
    font-size: 24px;
}

.entry-content h3 {
    font-size: 15px;
}

.entry-content :is(h1, h2, h3, h4, h5, h6),
.entry-content :is(h1, h2, h3, h4, h5, h6) strong {
    color: #000;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .entry-content a {
        font-size: 14px;
    }
}

.entry-content a {
    font-weight: 700;
    color: var(--e-global-color-primary);
}

@media only screen and (max-width: 600px) {
    .disclaimer-text a {
        font-size: 14px;
    }
}

.disclaimer-text a {
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.wp-block-embed .wp-block-embed__wrapper,
.twitter-tweet {
    justify-self: center;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    justify-self: auto !important;
}

.entry-content iframe {
    height: 470px;
}

/* Bullets List */
ul.elementor-toc__list-wrapper {
    list-style: none;
    padding-left: 15px !important;
    margin: 11px 0px 0px 0px !important;
}

ul.elementor-toc__list-wrapper svg.e-font-icon-svg.e-fas-circle {
    display: none;
}

ul.elementor-toc__list-wrapper>li {
    position: relative;
}

ul.elementor-toc__list-wrapper>li>div:before {
    content: "";
    height: 10px;
    width: 10px;
    background-image: url(https://coinmedium.com/wp-content/uploads/2026/01/bullet-arrow.svg);
    position: absolute;
    top: 10px;
    left: -14px;
    background-repeat: no-repeat;
}

ul.elementor-toc__list-wrapper>li a.elementor-toc__list-item-text.elementor-toc__top-level.elementor-item-active {
    font-weight: 700;
}

.single-news-toc div.elementor-toc__body {
    padding-top: 5px;
}

/* Author and Editor shortcode css  */
.dropdown-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.dropdown-header img {
    width: 50px;
    height: 50px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    background: #FDCA1B;
}

.dropdown-content div img {
    width: 50px;
    height: 50px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    background: #FDCA1B;
    margin-right: 10px;
}

.dropdown-header .author-link {
    display: flex;
}

.dropdown-header span {
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown-content a>div {
    display: flex;
    align-items: center;
    padding-top: 15px;
    cursor: pointer;
}

.dropdown-content div span {
    font-size: 14px;
    color: #333;
}

.dropdown-container:hover .dropdown-content.show {
    display: block;
    opacity: 1;
}

/* Featured Coin for Learning Articles */
.main-coin-container {
    font-family: "Open Sans", Sans-serif;
}

.cm-featured-coin-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cm-coin-content {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.cm-coin-img {
    width: 40px;
    height: 40px;
}

.cm-coin-img img {
    min-width: 40px;
    border-radius: 50% !important;
    object-fit: cover;
    background-color: #EDEFF1;
}

.coin-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    flex-direction: column;
    width: 80%;
    word-break: break-word;
}

.coin-symbol {
    font-weight: 500;
    color: #747474;
    font-size: 14px;
    line-height: 24px
}

.coin-change {
    margin-left: 10px;
    font-weight: 600;
}

.coin-guide {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 16px;
    justify-content: space-between;
    border-top: solid 1px #EBEBEB;
    margin-top: 16px;
    text-decoration: none;
}

.coin-guide-name {
    color: #700124;
    font-weight: 700;
    font-size: 16px;
}

/* author desktop shortcode */
.author-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #323941;

}

.author-image {
    background: #FFCC1B;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
}

.author-meta * {
    margin: 0;
    padding: 0;

}

.main-container-author {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.author-meta {
    display: flex;
    flex-direction: column;
}

.author-meta p {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.author-meta p.name {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: var(--e-global-color-accent);
}

.latest-videos .name-and-category ul li .elementor-post-info__item--type-terms {
    display: none;
}