.tc-main-headline {
    margin: 0 0 18px;
    line-height: 1.1;
    font-weight: 900;
}

.tc-products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 40px;
}

.tc-product-card {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 22px;

    .content-wrap {
        padding-top: 0px !important;
    }
}

.tc-form-section {
    background-color: #E8E8E8;
    padding: 40px;
}

.tc-form-product-choice-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.tc-radio-list {
    margin-bottom: 24px;
}

.tc-radio-item {
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
}

.tc-radio-item input {
    margin-right: 7px;
    vertical-align: middle;
}

.tc-product-media {
    width: 100%;
}

.tc-product-image,
.tc-winner-image {
    display: block;
    width: 100%;
    height: auto;
}

.badges-wrap {
    .tc-product-kicker {
        font-size: 15px;
        line-height: 1.35;
    }
}

.tc-product-title {
    font-size: 23px;
    font-weight: 900 !important;
    p {
        font-weight: 900 !important;
    }
    a {
        color: inherit;
        text-decoration: none;
    }
}

.subheadline {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    p {
        margin-bottom: 0;
    }
}

.tc-product-teaser,
.tc-winner-text {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.6;
}

.tc-form-headline,
.tc-section-headline {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 24px;
}

.tc-form-row {
    margin-bottom: 18px;
}

.tc-form-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.tc-input {
    width: 100%;
    border: 1px solid #bdbdbd;
    padding: 12px 14px;
    font-size: 16px;
}

.tc-form-checks {
    margin-top: 20px;
    margin-bottom: 22px;
}

.tc-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.45;
}

.tc-inline-link {
    margin: 0 0 16px 28px;
    font-size: 14px;
}

.tc-inline-link a {
    color: #111;
    text-decoration: underline;
}

.tc-submit {
    display: inline-block;
    background: #111;
    color: #fff;
    border: 0;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.tc-honeypot {
    position: absolute;
    left: -99999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.news .news-pages-container .corner-header {
    padding-left: 15px;
    padding-top: 5px;
}

.news .news-pages-container .corner-header::before {
    display: block;
}

.tc-winner-box {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: start;
}

.tc-winner-overline {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.tc-total-votes {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.tc-result-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 2fr 180px;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
}

.tc-result-label {
    font-size: 16px;
    line-height: 1.3;
}

.tc-result-rank {
    font-weight: 700;
    margin-right: 6px;
}

.tc-result-title {
    font-weight: 700;
}

.tc-result-bar-wrap {
    position: relative;
    height: 22px;
    background: #eaeaea;
    overflow: hidden;
}

.tc-result-bar {
    height: 100%;
    background: #111;
}

.tc-result-meta {
    font-size: 15px;
    line-height: 1.3;
    text-align: right;
}

.tc-empty-state {
    padding: 20px 0;
    font-size: 18px;
}

.typo3-messages .message {
    margin-bottom: 16px;
}

.tc-detail-kicker {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.tc-detail-headline {
    font-size: 42px;
    line-height: 1.08;
    font-weight: 700;
    margin: 0 0 14px;
}

.tc-detail-meta {
    font-size: 15px;
    color: #666;
    margin-bottom: 22px;
}

.tc-detail-sep {
    margin: 0 8px;
}

.tc-detail-image-wrap {
    margin: 0 0 28px;
}

.tc-detail-image {
    width: 100%;
    height: auto;
    display: block;
}

.tc-detail-bodytext {
    font-size: 19px;
    line-height: 1.75;
}

.tc-detail-vote-box,
.tc-related-news {
}

.tc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 18px;
}

.tc-related-card h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.tc-related-card p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.tc-chart {
    max-width: 980px;
    margin-top: 20px;
}

.tc-chart-body {
    position: relative;
}

.tc-chart-grid {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.tc-chart-grid span, .tc-chart-grid pre {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #999;
}

.tc-chart-row {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
}

.tc-chart-bar-area {
    display: table-cell;
    vertical-align: middle;
    height: 58px;
    position: relative;
}

.tc-chart-row:last-child .tc-chart-bar-area {
    border-bottom: 2px solid #999;
}

.tc-chart-label {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    font-size: 18px;
    color: #111;
    padding-right: 18px;
}

.tc-chart-bar {
    background: #024f9f;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.tc-chart-bar-title {
    display: block;
    padding-left: 16px;
    padding-right: 85px;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 200;
    line-height: 18px;

    strong {
        font-weight: 500;
    }
}

.tc-chart-bar-value {
    position: absolute;
    right: 14px;
    top: 0;
    font-weight: 600;
    font-size: 18px;
}

.tc-chart-axis {
    margin-left: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 14px;
    padding-top: 8px;
    border-top: 2px solid #999;
    font-size: 15px;
    color: #111;
    position: relative;
}

.tc-chart-axis span {
    display: table-cell;
    text-align: left;
    position: absolute;
    margin-left: -10px;
}

.tc-chart-axis span:first-child {
    margin-left: 0;
}

.tc-chart-axis span:last-child {
    text-align: right;
    right: 0;
    left: inherit !important;
}

.tc-success-box {
    background-color: #EEEBDD;
    display: inline-block;
    padding: 30px;
    width: 100%;
}

.tc-chart-bar-wrap {
    position: relative;
    display: block;
    width: 100%;
    outline: none;
}

.tc-chart-tooltip {
    display: none;
    position: absolute;
    left: 12px;
    top: -70px;
    z-index: 50;

    min-width: 220px;
    max-width: 320px;

    background: rgba(0, 0, 0, 0.9);
    color: #fff;

    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.4;

    white-space: normal;
    border-radius: 4px;

    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.tc-chart-tooltip::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -8px;

    width: 0;
    height: 0;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.9);
}

/* Desktop hover */
.tc-chart-bar-wrap:hover .tc-chart-tooltip {
    display: block;
}

/* Keyboard focus */
.tc-chart-bar-wrap:focus .tc-chart-tooltip {
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .tc-chart-tooltip {
        left: 0;
        right: 0;
        top: -85px;
        min-width: auto;
        max-width: none;
    }
}

@media (max-width: 900px) {
    .tc-form-section {
        padding: 20px;
    }

    .tc-product-content {
        grid-column: 2 / 3;
    }

    .tc-winner-box,
    .tc-result-row {
        grid-template-columns: 1fr;
    }

    .tc-result-meta {
        text-align: left;
    }

    .tc-product-card {
        .content-wrap {
            padding-top: 18px !important;
        }
    }
}

@media (max-width: 640px) {
    .tc-main-headline {
        font-size: 30px;
    }

    .tc-product-title {
        font-size: 24px;
    }

    .tc-form-headline,
    .tc-section-headline {
        font-size: 24px;
    }

    .tc-radio-item {
        display: block;
        margin-right: 0;
    }
}

@media (max-width: 800px) {
    .tc-related-grid {
        grid-template-columns: 1fr;
    }

    .tc-detail-headline {
        font-size: 32px;
    }

    .tc-chart-bar-title {
        font-size: 10px;
        padding-top: 8px;
        line-height: 15px;
    }
}