.blog-detail .img {
    line-height: 0;
}

.blog-detail .img .bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: linear-gradient(
        180deg,
        #000000 0%,
        rgba(0, 0, 0, 0.8) 58.33%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.7;
    transform: rotate(180deg);
}

.blog-detail .img .info {
    color: var(--background-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
}

.blog-detail .img .info .d-flex {
    font-size: var(--size-20);
}

.blog-detail .img .info span {
    font-family: var(--font-bold);
}

.blog-detail .img .blog-thumbnail {
    min-height: 250px;
}

.blog-detail .content a {
    text-decoration: underline;
    color: var(--si-brown-color);
}

.blog-detail .content a:hover {
    color: var(--si-brown-color);
}

.blog-detail .content {
    list-style: inside;
}

.blog-detail .content p {
    margin: 1rem 0;
}

.blog-detail .content .d-flex {
    flex-wrap: wrap;
}

.blog-detail .content img {
    margin-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-detail .content h1,
.blog-detail .content h2,
.blog-detail .content h3,
.blog-detail .content h4,
.blog-detail .content h5,
.blog-detail .content h6 {
    font-family: var(--font-black);
    /* font-weight: 700; */
}

.blog-detail .content table {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
}

.blog-detail .content td {
    padding: 10px;
    border: 1px solid #010300;
}

.blog-detail .content tr:first-child td {
    background-color: #f1d1a9;
    color: #934d26;
}

.blog-detail .si-title {
    text-transform: inherit;
    color: var(--si-brown-color);
    font-family: var(--font-black);
    font-size: 32px;
}

.blog-detail .si-title::after {
    display: none;
}

.blog-detail .country-program div {
    font-size: var(--size-20);
    font-family: var(--font-black);
    font-weight: normal;
    color: var(--si-brown-color);
}

.blog-detail .country-program strong {
    color: #2d2d2d;
    font-weight: normal;
}

.blog-detail .country-program span {
    display: block;
}

.blog-detail .item h4,
.blog-detail .item h2 {
    /* font-weight: 700; */
    font-size: var(--size-20);
}

.blog-detail .item .flag-detail {
    position: absolute;
    display: flex;
    align-items: stretch;
    left: 0;
    bottom: 20px;
    line-height: 0;
    background-color: var(--background-color);
}

.blog-detail .item .flag-detail img {
    height: 40px !important;
}

.blog-detail .item .flag-detail span {
    /* font-family: var(--font-bold); */
    font-family: var(--font-stack);
    font-weight: normal;
    font-size: var(--size-20);
    padding: 5px 15px;
    line-height: 1.5;
    color: var(--primary-color);
}

.blog-detail .item .py-1.d-flex.align-center {
    font-size: var(--size-12);
    font-weight: var(--font-medium);
    font-weight: normal;
    font-style: italic;
    color: var(--tertiary-color);
}

.blog-page .item h2 {
    font-size: var(--size-16);
    font-family: var(--font-heavy);
}

.blog-page .item .img {
    line-height: 0;
}

.blog-page .item .img > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-page .item .img .d-flex {
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: var(--background-color);
}

.blog-page .item .img .d-flex span {
    padding: 5px 15px;
    line-height: 1.5;
}

.blog-page .item .img .flag-detail img {
    height: 40px !important;
}

.blog-page .item:hover h2 {
    color: var(--octonary-color);
}

.blog-page .item p i {
    color: var(--surface-color);
    margin-right: 10px;
    font-size: 0.938rem;
}

.blog-page .item p span {
    color: var(--surface-color);
    font-size: 0.813rem;
}

.blog-page .feature .time .clock,
.blog-page .item p .clock {
    background-image: url("../images/clock-surface.png");
}

.blog-page .feature .img {
    line-height: 0;
}

.blog-page .feature .img > img {
    width: 100%;
    object-fit: cover;
}

.blog-page .feature .img .d-flex {
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: var(--background-color);
}

.blog-page .feature .img .d-flex span {
    padding: 5px 15px;
    display: block;
    line-height: 1.5;
}

.blog-page .feature h1 {
    font-family: var(--font-heavy);
}

.blog-page .feature h2 {
    font-size: var(--size-20);
    font-family: var(--font-heavy);
}

.blog-page .feature h3 {
    font-size: var(--size-16);
    color: var(--surface-color);
    font-family: var(--font-heavy);
}

.blog-page .feature .time {
    color: var(--surface-color);
}

.blog-page .feature .info {
    flex-wrap: wrap;
    font-size: var(--size-18);
}

.blog-page .feature a:hover h2 {
    color: var(--octonary-color);
}

.blog-page .feature .flag {
    max-height: 40px;
}

.si-prev {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/si-prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.si-next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/si-next.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.si-pagi a:hover .si-prev {
    background-image: url("../images/si-prev-white.png");
}

.si-pagi a:hover .si-next {
    background-image: url("../images/si-next-white.png");
}

.blog-detail .content .wp-caption {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 820px) {
    .blog-detail .si-title {
        font-size: 30px;
    }
}
