.elementor-4508 .elementor-element.elementor-element-3c13183{--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;}/* Start custom CSS for container, class: .elementor-element-3c13183 */.frizer-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.frizer-table th, .frizer-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.frizer-table th {
    background-color: #f4f4f4;
    color: #333;
    font-weight: bold;
}

.frizer-table tr:nth-child(even) {
    background-color: #fafafa;
}

.frizer-table tr:hover {
    background-color: #f0f0f0;
}

.frizer-table img {
    border-radius: 50%;
    max-width: 80px;
    height: auto;
}

.vote-count {
    font-weight: bold;
    color: #333;
}

.vote-bar-wrapper {
    margin: 5px auto;
    width: 100%;
    height: 15px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.vote-bar {
    height: 100%;
    background: #ffc107;
    width: 0%;
    border-radius: 10px;
    transition: width 1s ease;
}/* End custom CSS */