.jcfit-wrapper-68e9e77f {
    font-family: sans-serif;
}
.jcfit-admin-bar-68e9e77f {
    margin-bottom: 20px;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.jcfit-admin-btn-68e9e77f {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
.jcfit-filters-68e9e77f {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.jcfit-filters-68e9e77f input,
.jcfit-filters-68e9e77f select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    flex: 1;
    min-width: 200px;
}
.jcfit-grid-68e9e77f {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1024px) {
    .jcfit-grid-68e9e77f {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .jcfit-grid-68e9e77f {
        grid-template-columns: 1fr;
    }
}
.jcfit-card-68e9e77f {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}
.jcfit-card-68e9e77f:hover {
    transform: translateY(-5px);
}
.jcfit-card-68e9e77f a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.jcfit-img-68e9e77f {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.jcfit-content-68e9e77f {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.jcfit-content-68e9e77f h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
}
.jcfit-meta-68e9e77f {
    margin: 5px 0 10px;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.jcfit-link-wrap-68e9e77f {
    margin-top: auto;
    padding-top: 15px;
}
.jcfit-text-link-68e9e77f {
    color: #ff7e00;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    transition: color 0.3s;
}
.jcfit-text-link-68e9e77f:hover {
    color: #e67200;
}
.jcfit-load-more-wrap-68e9e77f {
    text-align: center;
    margin-top: 40px;
}
.jcfit-btn-68e9e77f {
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}