@media(hover:hover) {
    #icon-more:hover {
        fill: #f1da0b;
    }

    #icon-facebook:hover {
        fill: #316db3;
    }

    #icon-tweeter:hover {
        fill: #01080e;
    }

}

#icon-more:active {
    fill: #f1da0b;
}

#icon-facebook:active {
    fill: #316db3;
}

#icon-tweeter:active {
    fill: #01080e;
}

.breadcrumb {
    width: 100%;
    height: 27px;
    overflow: hidden;
}

.insidescroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
}


.hashtag {
    background-color: #1373b3;
}

.hashtag:hover {
    color: white;
}

@media screen and (max-width: 768px) {

    .article-image {
        aspect-ratio: 1/1;
    }

}

@media screen and (min-width: 768px) {
    .article-image {
        aspect-ratio: 16/9;
    }
}

/* list */
.undoted-list {
    margin-left: 20px;
    font-family: Heebo, sans-serif;
    font-size: 17px;
    line-height: 34px;
    margin-top: 1em;
    font-weight: 300;
    word-spacing: 2.5px;
    color: rgb(90, 90, 90);
}

.undoted-list-item {
    margin-top: 8px;
}

.undoted-list-item::before {
    content: url(/assets/images/Ellipse.svg);
}

/* ////////////////////////////////////////////////////////////////////////////////////// */
.article-content * {
    margin-bottom: 0px;
}

.article-content h1 {
    font-family: sans-serif;
    font-size: 2em !important;
    font-weight: 600;
    margin-top: 0px !important;
}

.article-content h2::before,
.article-content h3::before,
.article-content h4::before {
    content: "# ";
    color: rgb(12, 154, 179);
}

.article-content h2 {
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 2em;
}

.article-content h3 {
    font-family: sans-serif;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 500;
    margin-top: 2em;
}

.article-content h4 {
    font-family: sans-serif;
    font-size: 1em;
    font-style: italic;
    font-weight: 500;
    margin-top: 2em;
}

.article-content p {
    font-family: sans-serif;
    font-size: 17px;
    line-height: 34px;
    margin-top: 1.2em;
    font-weight: 500;
    word-spacing: 2.5px;
    color: #222222;
}

.article-content a {
    text-decoration: none;
    color: #1373b3;
}

.article-content a::after {
    content: " " url(/assets/images/external-link.svg);
}

.article-content strong {
    font-weight: 600;
}

.article-content ol,
.article-content ul {
    margin-top: 2em;
    border: 2px solid gainsboro;
    padding: 10x;
    border-radius: var(--bs-border-radius);

}

.article-content li {
    font-family: sans-serif;
    font-size: 17px;
    line-height: 34px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 300;
    word-spacing: 2.5px;
    color: rgb(97, 97, 97);
}

/* /////////////////////////figure */
.article-content .figure {
    border-radius: var(--bs-border-radius);
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}

.article-content .figure img {
    border-radius: var(--bs-border-radius);
    object-fit: cover;
    aspect-ratio: 16/9;
}

.article-content .figure .details {
    display: flex;
    align-self: flex-end;
    color: #697885;
    font-size: 15px;
    font-size: smaller;
}

/* /////////////////////////figure */
.article-content .table-container{
    margin-top: 2em;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.article-content table {
    margin-top: 2em;
    max-width: 100%;
}

.article-content table tbody td {
    border: 2px solid gainsboro;
    border-radius: var(--bs-border-radius);
    border-spacing: 2px;
    padding: 4px;
}

/* ///////////////////////////////////table/ */
.article-content blockquote {
    margin: 2em 0;
    padding: 1.5em 2em;
    background: var(--bs-light);
    border-left: 4px solid #4a90e2;
    font-style: italic;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.article-content blockquote::before {
    content: "“";
    font-size: 3rem;
    color: #4a90e2;
    position: absolute;
    top: -10px;
    left: 10px;
    font-family: Georgia, serif;
}

.article-content blockquote footer{
    display: block;
    margin-top: 1em;
    font-size: 0.9em;
    color: #666;
    text-align: right;
}

.article-content pre[class*='language'] {
    margin-top: 2em;
    max-width: 100%;
    border-radius: var(--bs-border-radius);
}
