
.hdmz-global-categories-cpt {
    margin: 20px 0;
}

.hdmz-global-categories-cpt h2 {
    color: #333;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.hdmz-global-categories-cpt .post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hdmz-global-categories-cpt .post-item {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    transition: background-color 0.3s ease;
}

.hdmz-global-categories-cpt .post-item:hover {
    background: #f0f0f0;
}

.hdmz-global-categories-cpt .post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hdmz-global-categories-cpt .post-title a {
    color: #0073aa;
    text-decoration: none;
}

.hdmz-global-categories-cpt .post-title a:hover {
    color: #005177;
    text-decoration: underline;
}

.hdmz-global-categories-cpt .post-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.hdmz-global-categories-cpt .post-excerpt {
    color: #555;
    line-height: 1.6;
}

/* Responsive design */
@media screen and (max-width: 768px) {
    .hdmz-global-categories-cpt .post-item {
        padding: 10px;
    }
    
    .hdmz-global-categories-cpt .post-title {
        font-size: 16px;
    }
}