.elementor-625 .elementor-element.elementor-element-ed13cb2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4e31d3f *//* --- ÉRTÉKELLEK.HU PROFIL OLDAL DIZÁJN --- */
#ertekellek-profile-app {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    color: #333;
}
.ep-header {
    display: flex; align-items: center; gap: 30px; padding: 40px;
    background: #fff; border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05); margin-bottom: 30px;
}
.ep-logo img { max-width: 120px; max-height: 120px; border-radius: 8px; object-fit: contain; }
.ep-info { flex: 1; }
.ep-title { margin: 0 0 10px 0; font-size: 28px; font-weight: bold; }
.ep-desc { font-size: 15px; color: #666; line-height: 1.5; margin-bottom: 15px; }
.ep-cta-btn {
    display: inline-block; padding: 12px 24px; background: #0066ff; color: #fff;
    text-decoration: none; font-weight: 600; border-radius: 6px; transition: 0.2s;
}
.ep-cta-btn:hover { background: #0052cc; color: #fff; }

/* --- STATISZTIKA DOBOZ --- */
.ep-stats-card {
    background: #f8f9fa; padding: 30px; border-radius: 12px;
    display: flex; align-items: center; gap: 40px; margin-bottom: 40px;
}
.ep-stats-left { text-align: center; min-width: 180px; }
.ep-avg-rating { font-size: 48px; font-weight: bold; color: #222; }
.ep-stars { color: #f5b301; font-size: 24px; letter-spacing: 2px; margin: 10px 0; }
.ep-count-text { color: #666; font-size: 13px; }
.ep-filter-hint { color: #0066ff; font-size: 12px; font-weight: bold; margin-top: 8px; display: block; }

.ep-stats-right { flex: 1; }
.ep-bar-row {
    display: flex; align-items: center; gap: 15px; margin-bottom: 8px;
    cursor: pointer; padding: 4px 8px; border-radius: 6px; transition: all 0.2s ease;
}
.ep-bar-row:hover { background: #eef2f6; transform: translateX(5px); }
.ep-bar-row.active { background: #eef2f6; outline: 1px solid #cce0ff; }
.ep-bar-row:last-child { margin-bottom: 0; }
.ep-bar-label { font-size: 13px; color: #555; font-weight: 600; width: 65px; white-space: nowrap; }
.ep-bar-track { flex: 1; height: 10px; background: #e9ecef; border-radius: 5px; overflow: hidden; }
.ep-bar-fill { height: 100%; background: #f5b301; border-radius: 5px; }
.ep-bar-count { font-size: 13px; color: #555; width: 30px; text-align: right; }

/* --- VÉLEMÉNY KÁRTYÁK --- */
.ep-review-list { display: flex; flex-direction: column; gap: 20px; }
.ep-review-card { background: #fff; padding: 25px; border-radius: 10px; border: 1px solid #aaa; }
.ep-review-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; }
.ep-reviewer-name { font-weight: bold; font-size: 16px; margin-bottom: 2px;}
.ep-reviewer-meta { font-size: 13px; color: #777; line-height: 1.4; }
.ep-company-link { color: #0066ff; text-decoration: none; }
.ep-company-link:hover { text-decoration: underline; }
.ep-review-date { font-size: 13px; color: #aaa; margin-top: 2px; }
.ep-review-text { font-size: 15px; line-height: 1.6; color: #444; margin: 15px 0; }

/* --- CÍMKÉK ÉS JELVÉNYEK --- */
.ep-card-footer { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 15px; }
.ep-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: #f0f4f8; color: #556677; padding: 5px 10px;
    border-radius: 4px; font-size: 12px; font-weight: 600;
}
.ep-verified {
    display: inline-flex; align-items: center; gap: 6px;
    background: #e7f9ee; color: #28a745; padding: 5px 10px;
    border-radius: 4px; font-size: 12px; font-weight: 600;
}
.ep-verified svg { fill: #28a745; }

.ep-load-more {
    display: block; width: 100%; padding: 15px; margin-top: 30px;
    background: #eef2f6; border: none; border-radius: 6px;
    color: #0066ff; font-weight: bold; cursor: pointer; font-size: 16px; transition: 0.2s;
}
.ep-load-more:hover { background: #dfe7f1; }
.ep-hidden { display: none !important; }
.ep-no-results { text-align: center; padding: 30px; color: #888; font-style: italic; background: #f8f9fa; border-radius: 8px; }

/* Mobil nézet */
@media (max-width: 768px) {
    .ep-header { flex-direction: column; text-align: center; }
    .ep-stats-card { flex-direction: column; gap: 20px; }
    .ep-stats-left { width: 100%; border-bottom: 1px solid #ddd; padding-bottom: 20px; }
}/* End custom CSS */