.single-post-content figure.image {
    margin-top:20px;
    margin-bottom:20px;
}

.single-post-content .box-highlight {
    margin-top:20px;
    margin-bottom:20px;
    background-color:var(--bs-primary);
    padding:1rem;
    color:#333;
    border-radius:8px;
}

.single-post-content blockquote { border:none; padding-left:65px; padding-top:0.35rem; background: transparent url('/assets/images/bg-quote.webp') no-repeat; }
.single-post-content blockquote i, .single-post-content blockquote em { opacity: 0.75; }
.single-post-content .person-image img { padding:5px; border-radius:50%; }
.single-post-content table {max-width: 100%;}
@media (max-width: 991px) {
    .person-image { text-align:center; padding-bottom:15px; }
}

figure.gi-table-border table {
    border-width:1px;
    border-collapse: collapse;
}
figure.gi-table-border table th {
    background-color: var(--bs-primary);
    color:#333;
}
figure.gi-table-border table td, figure.gi-table-border table th {
    padding:5px 8px;
    border:1px solid #ddd;
    text-align: left;
}
figure.gi-table-border table td p:last-child, 
figure.gi-table-border table th p:last-child {
    margin-bottom:0;
}

.text-bold-1, .text-bold-1 strong { color:#00e8d0 }
.text-bold-2, .text-bold-2 strong { color:#777dff }
.text-bold-green, .text-bold-green strong { color:#46d028 }
.text-bold-red, .text-bold-red strong { color:#fc3434 }

.embed-control,
.embed-control-other,
.raw-html-embed {
    margin-top:1rem;
    margin-bottom: 1rem;
}
.embed-control {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.embed-control iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-control-other {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    overflow: auto;
    text-align: center;
    width: 100%;
}
@media (min-width: 768px) {
    .embed-control-other {
        max-width: 100%;
    }
}
.embed-control-other iframe {
    border: 0;
}
.raw-html-embed {
    display: flex;
    justify-content: center;
}
