.trennlinie
{
    border-bottom: 5px solid #e8e8e8;
}

.card-inner{
    margin-left: 3rem;
    margin-top: 10px;
}

.votes {
  font-size: 1.3rem;
}

.shoutbox_hidden {
  display: none;
}

.shoutbox_umbruch {
   white-space: pre-wrap;
}

/* Zeitungsticker-Panel */
.ticker-panel {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
}
.ticker-panel-body {
    flex: 1;
}
.ticker-panel-header {
    background: #61883c;
    color: #fff;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ticker-panel-label {
    font-weight: 700;
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ticker-panel-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: ticker-blink 1.2s ease-in-out infinite;
    margin-left: auto;
}
.ticker-panel-live {
    font-size: 0.8em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
}
@keyframes ticker-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.2; }
}
.ticker-panel-body {
    background: #fff;
}
.ticker-panel-header--gebote {
    background: #dc3545;
}
.ticker-panel-body--compact .ticker-entry:nth-child(n+7),
.ticker-panel-body--compact .gebot-entry:nth-child(n+7) {
    display: none;
}
.ticker-expand-bar {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}
.ticker-expand-bar:hover {
    background: #f8f8f8;
}
.ticker-expand-label {
    font-size: 0.7em;
    color: #bbb;
    user-select: none;
}
.gebot-entry {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 2px 6px;
    padding: 6px 14px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.82em;
    line-height: 1.3;
}
.gebot-entry:last-child {
    border-bottom: none;
}
.gebot-spieler {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    grid-column: 1;
}
.gebot-spieler a {
    color: inherit;
    text-decoration: none;
}
.gebot-spieler a:hover {
    text-decoration: underline;
}
.gebot-team {
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    grid-column: 1;
}
.gebot-betrag {
    font-weight: 700;
    color: #2a7a2a;
    white-space: nowrap;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}
.gebot-time {
    color: #aaa;
    font-size: 0.85em;
    white-space: nowrap;
    grid-column: 2;
    grid-row: 2;
    text-align: right;
}
.ticker-entry {
    display: flex;
    align-items: baseline;
    padding: 7px 14px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.3;
}
.ticker-entry:last-child {
    border-bottom: none;
}
.ticker-entry-vlogo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 6px;
    flex-shrink: 0;
    border-radius: 2px;
    position: relative;
    top: 5px;
}
.ticker-entry-dot {
    display: none;
}
.ticker-entry:nth-child(even) {
    background-color: #f7f7f7;
}
.ticker-entry-text {
    font-weight: 300;
    font-size: 1em;
    flex: 1;
    color: #1a1a2e;
}
.ticker-entry-text:hover {
    color: #c0392b;
    text-decoration: none;
}
.ticker-entry-liga {
    font-size: 0.75em;
    white-space: nowrap;
    margin-left: 8px;
    flex-shrink: 0;
}
.ticker-entry-time {
    font-size: 0.85em;
    color: #aaa;
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
}
