/* AVDB Blog - Front Office Styles */

.avdbblog-listing,
.avdbblog-category,
.avdbblog-single-post {
    padding: 20px 0;
}

/* Category Navigation */
.avdbblog-categories-nav {
    margin-bottom: 30px;
}

.avdbblog-categories-nav .nav-pills .nav-link {
    color: #333;
    border-radius: 20px;
    padding: 6px 16px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.avdbblog-categories-nav .nav-pills .nav-link.active,
.avdbblog-categories-nav .nav-pills .nav-link:hover {
    background-color: #2fb5d2;
    color: #fff;
}

/* Post Cards */
.avdbblog-post-card {
    border: 1px solid #e5e5e5;
    transition: box-shadow 0.2s ease;
}

.avdbblog-post-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.avdbblog-post-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.avdbblog-post-card .card-title a {
    color: #333;
    text-decoration: none;
}

.avdbblog-post-card .card-title a:hover {
    color: #2fb5d2;
}

/* Single Post */
.avdbblog-single-post h1 {
    margin-bottom: 10px;
}

.avdbblog-post-meta {
    color: #777;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.avdbblog-post-meta .avdbblog-post-category {
    margin-left: 15px;
}

.avdbblog-post-meta .avdbblog-post-category a {
    color: #2fb5d2;
}

.avdbblog-featured-image {
    margin-bottom: 25px;
}

.avdbblog-featured-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 4px;
}

.avdbblog-content {
    line-height: 1.7;
    font-size: 1.05em;
    margin-bottom: 30px;
}

.avdbblog-content img {
    max-width: 100%;
    height: auto;
}

/* Tags */
.avdbblog-tags {
    margin: 20px 0;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}

.avdbblog-tags .badge {
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.85em;
}

/* Related Products */
.avdbblog-related-products {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e5e5e5;
}

.avdbblog-related-products h2 {
    margin-bottom: 20px;
}

.avdbblog-product-card {
    text-align: center;
    padding: 10px;
}

.avdbblog-product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.avdbblog-product-name {
    font-size: 0.9em;
}

.avdbblog-product-name a {
    color: #333;
    text-decoration: none;
}

.avdbblog-product-name a:hover {
    color: #2fb5d2;
}

/* Category Description */
.avdbblog-category-description {
    margin-bottom: 25px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
}

/* Pagination */
.avdbblog-pagination {
    margin-top: 30px;
}

/* Homepage Section */
.avdbblog-home-section {
    padding: 40px 0;
}

.avdbblog-home-title {
    text-align: center;
    margin-bottom: 30px;
}
