.ctg-9561593e-wrapper {
    font-family: inherit;
}
.ctg-9561593e-title {
    margin-bottom: 20px;
}
.ctg-9561593e-parent-btn-wrap {
    margin-bottom: 20px;
}
.ctg-9561593e-parent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #f2295b;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.ctg-9561593e-parent-btn:hover {
    background-color: #d11e4b;
    color: #fff;
}
.ctg-9561593e-btn-icon-left {
    margin-right: 8px;
}
.ctg-9561593e-btn-icon-right {
    margin-left: 8px;
}

.ctg-9561593e-tabs-nav {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.ctg-9561593e-tab {
    background: none;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    color: #666;
}
.ctg-9561593e-tab:hover,
.ctg-9561593e-tab.active {
    color: #111;
}
.ctg-9561593e-tab-pane {
    display: none;
}
.ctg-9561593e-tab-pane.active {
    display: block;
    animation: fadeIn 0.4s ease;
}
.ctg-9561593e-grid {
    display: grid;
    gap: 20px;
}

/* Columns classes mapped to widget settings */
.ctg-9561593e-cols-1 .ctg-9561593e-grid { grid-template-columns: 1fr; }
.ctg-9561593e-cols-2 .ctg-9561593e-grid { grid-template-columns: repeat(2, 1fr); }
.ctg-9561593e-cols-3 .ctg-9561593e-grid { grid-template-columns: repeat(3, 1fr); }
.ctg-9561593e-cols-4 .ctg-9561593e-grid { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1024px) {
    .ctg-9561593e-cols-3 .ctg-9561593e-grid,
    .ctg-9561593e-cols-4 .ctg-9561593e-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .ctg-9561593e-cols-2 .ctg-9561593e-grid,
    .ctg-9561593e-cols-3 .ctg-9561593e-grid,
    .ctg-9561593e-cols-4 .ctg-9561593e-grid { grid-template-columns: 1fr; }
}

.ctg-9561593e-post-box {
    background: #fff;
    display: flex;
    flex-direction: column;
}
.ctg-9561593e-post-img {
    margin-bottom: 15px;
}
.ctg-9561593e-post-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.ctg-9561593e-subcat-tag-wrap {
    margin-bottom: 10px;
}
.ctg-9561593e-subcat-tag {
    display: inline-flex;
    align-items: center;
    background-color: #eee;
    color: #333;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.ctg-9561593e-subcat-tag:hover {
    background-color: #ddd;
    color: #111;
}
.ctg-9561593e-tag-icon-left {
    margin-right: 6px;
}
.ctg-9561593e-tag-icon-right {
    margin-left: 6px;
}
.ctg-9561593e-subcat-tag i,
.ctg-9561593e-subcat-tag svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ctg-9561593e-post-title {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.ctg-9561593e-post-title a {
    color: inherit;
    text-decoration: none;
}
.ctg-9561593e-post-date {
    font-size: 14px;
    color: #888;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
