.sf-tunetek-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em;
    line-height: 1.4;
    padding: 5px 0;
}

.sf-tunetek-tag-cloud .sf-tunetek-tag-cloud-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E8F5E9;
    padding: 6px 12px;
    border-radius: 18px;
    font-size: 14px;
    text-decoration: none;
    color: #2E7D32;
    border: 1px solid #C8E6C9;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.sf-tunetek-tag-cloud .sf-tunetek-tag-cloud-item:hover {
    background: #C8E6C9;
    color: #1B5E20;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
}

.sf-tunetek-tag-name {
    font-weight: 500;
}

.sf-tunetek-tag-count {
    opacity: 0.6;
    font-size: 0.85em;
}

.sf-tunetek-loop-wrapper {
    margin-top: 1.5rem;
}

/* Kártya layout */
.sf-tunet-post-card {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1.5rem;
}

.sf-tunet-post-card-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-start;
}

.sf-tunet-post-thumb img {
    display: block;
    max-width: 280px;
    height: auto;
    border-radius: 4px;
}

.sf-tunet-post-content {
    flex: 1 1 260px;
}

.sf-tunet-post-title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

/* Cím színek */
.sf-tunet-post-title a {
    color: #000 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sf-tunet-post-title a:hover {
    color: #1B8415 !important;
}

.sf-tunet-post-meta {
    font-size: 0.85rem;
    opacity: 0.75;
    margin-bottom: 0.75rem;
}

.sf-tunet-post-excerpt {
    margin-bottom: 0.75rem;
}

/* Részletek link színek */
.sf-tunet-post-readmore .sf-tunet-readmore-link {
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.sf-tunet-post-readmore .sf-tunet-readmore-link:hover {
    color: #1B8415 !important;
}

.sf-tunet-readmore-arrow {
    margin-left: 0.25em;
    transition: color 0.2s ease;
}

.sf-tunet-post-readmore .sf-tunet-readmore-link:hover .sf-tunet-readmore-arrow {
    color: #1B8415 !important;
}
