.votemycoin-categories {
    margin-bottom: 30px;
}
.votemycoin-categories h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.votemycoin-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}
.votemycoin-categories ul li {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 8px 15px;
}
.votemycoin-categories ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.votemycoin-categories ul li:hover {
    background: #e0e0e0;
}
.votemycoin-blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blog-card {
    width: calc(33.333% - 20px);
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}
.blog-card:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.blog-card .thumb img {
    width: 100%;
    height: auto;
}
.blog-card .content {
    padding: 15px;
}
.blog-card .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-card .excerpt {
    font-size: 14px;
    color: #555;
}
.blog-card .meta {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}
a.show_cat_guides
 {
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, 0.2);
    padding: 8px;
    border-radius: 10px;
    color: white !important;
	background-color: #151b26;
}
a.show_cat_guides:hover
 {
  text-decoration: underline;
	background-color: #00aa72;
}
.blog-card {
    display: flex;
}
.content {
    width: 50%;
   
}

.category-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
}