/* Css breadcrumbs  */
.huadev-breadcrumb {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgb(249 250 251);
}

.huadev-breadcrumb p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgb(100 116 139);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.huadev-breadcrumb p a {
    color: rgb(100 116 139);
}

.huadev-breadcrumb p .last {
    color: rgb(15 23 42);
}

/* css featured post  */
.sticky-posts-slider .owl-stage {
    padding-bottom: 2rem;
}

.sticky-posts-slider .item {
    background-color: rgb(255 255 255);
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.sticky-posts-slider .sticky-thumb {
    aspect-ratio: 4 / 3;
}

.sticky-posts-slider .sticky-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.sticky-posts-slider .sticky-title a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3rem;
}

.sticky-posts-slider .category .post-categories {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.sticky-posts-slider .category .post-categories li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

.sticky-posts-slider .category .post-categories li a {
    background-color: rgb(219 234 254);
    border-radius: 30px;
    border: 1px solid rgb(255 255 255 / 30%);
    color: rgb(30 64 175);
    padding: 0.125rem .65rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
}

.sticky-posts-slider .box-text {
    padding: 10px !important;
}

.sticky-posts-slider .box-text .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border-radius: 6px;
    color: #fff;
    background-color: rgb(44 182 112);
    margin-top: .5rem;
}

.sticky-posts-slider .box-text .btn svg {
    width: 1rem;
    height: 1rem;
}