body {
    /*background-color: #F5FCFB;*/
    /*font-family: 'Inter', sans-serif;*/
}
.badge-fashion,
.badge-food,
.badge-sport {
    font-weight: 600;
    font-size: 0.75rem;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    user-select: none;
    display: inline-block;
    width: auto;
    white-space: nowrap;
}
.badge-fashion {
    background-color: #D8CBF9;
    color: #5B3EBE;
}
.badge-food {
    background-color: #CFE4FF;
    color: #3B82F6;
}
.badge-sport {
    background-color: #FFE7C2;
    color: #D97706;
}
.card-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    color: #000;
}
.card-description {
    font-size: 0.875rem;
    color: #4B5563;
    margin-top: 0.25rem;
    line-height: 15px !important;
}
.card-description * {
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 15px !important;
}
.card-text-small {
    font-size: 0.8rem;
    color: #6B7280;
    margin-top: 0.5rem;
}
.card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
}
.card-img-left {
    width: 160px;
    height: 90px;
    object-fit: cover;
    border-radius: 0.375rem;
}
.card-img-sidebar{
    border-radius: 10px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}
/*.blog-lists h2,h3{
    line-height: 0.6 !important;
}*/
.key-takeaways {
    font-weight: 600;
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}
.takeaway-list {
    font-size: 1rem;
    color: #4b5563;
    text-align: justify;
}
.takeaway-list strong {
    font-weight: 700;
}
.takeaway-list h2{
    font-size: 25px !important;
}
.takeaway-list h3{
    font-size: 20px !important;
}

pre code {
    white-space: pre-wrap;
    display: block;
    line-height: 1.5;
    font-family: 'Fira Code', monospace;
}
.takeaway-list code{
    border-radius: 8px;
    font-size: 15px !important;
}
.takeaway-list strong.step{
    display: block;
    color: #1e5792;
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    border-left: 6px solid #1e5792;
    margin: 1rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.takeaway-list a{
    color: var(--bs-blue) !important;
}

.post-pagination ul.pagination{
    display: flex;
    justify-content: center;
}