/* Cikk megjelenítés stílusok */

/* Cikk lábléc - átlátszó háttér, kék háttér felülírása */
.article-footer {
    background: transparent !important;
    background-color: transparent !important;
}

/* Cikk borítókép */
.article-cover-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Cikk tartalom tipográfia */
.article-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.article-body p {
    margin-bottom: 1.2rem;
}

.article-body h2,
.article-body h3,
.article-body h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.article-body blockquote {
    border-left: 4px solid #3498db;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #555;
}
.challenge-card-active {
    border: 2px solid #28a745 !important;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.2);
}

/* Szerző bemutatkozás */
.author-bio {
    border-left: 4px solid #9b59b6;
}

.author-bio h5 {
    color: #9b59b6;
    font-weight: 600;
}

.author-bio p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.challenge-card-upcoming {
    border: 1px solid #6c757d !important;
    opacity: 0.75;
}

.challenge-card-upcoming:hover {
    transform: none;
    opacity: 0.85;
}
