/* styles26.css */
@charset "UTF-8";

.wm26-wrap {
    margin: 20px 0px;
}

.wm26-full-width {margin-top:20px}

.wm26-wrap li {margin-left: 0px !important}

.wm26-top-hint {
    margin-bottom: 10px;
}

.wm26-top-hint-list {
    margin:6px 0 12px 18px;
    padding:0;
}

.wm26-header-ko {
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 6px 12px;
    background: #f0f0f0;
    border-left: 4px solid #ff9c06;
}

.wm26-header-ko {
    grid-column: 1 / -1;          /* Header über die gesamte Grid-Breite */
    background-color: #f0f0f0;    /* dezenter Hintergrund */
    color: #333;                  /* Textfarbe */
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    padding: 8px 0;
    margin: 16px 0 8px 0;         /* Abstand oben und unten */
    border-radius: 8px;
    border: 1px solid #ccc;
    word-break: break-word;        /* Zeilenumbruch bei langen Texten */
    white-space: pre-wrap;         /* zwingt Umbruch und respektiert Leerzeichen */
	border-top: 4px solid #ff9c06;
}



.wm26-wrap input[readonly], .wm26-wrap input.closed {
    background-color: #fcf8f0;
    color: #555;
    border: 1px solid #e0daca;
    cursor: not-allowed;
}

.wm26-match-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.wm26-match-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.wm26-match-header {
    background: #ff9c06;
    color: #000;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 1.1em;
}

.wm26-header-dates {
    display: flex;
    gap: 8px;
    align-items: center;
}

.wm26-match-body {
    padding: 5px;
}

.wm26-meta {
    margin: 20px 0px;
    font-size: 0.9em;
    color: #333;
}

.wm26-match-teams-horizontal {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1em;
	flex-direction: column;
}

.wm26-team {
    flex: 1;
    font-weight: 600;
}

.wm26-score-separator {
    padding: 0 4px;
    font-weight: bold;
}

.wm26-ko-select-wrapper {
    margin-top: 8px;
}

.wm26-form-footer {
    margin-top: 18px;
}

.wm26-form-footer button {
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 6px;
    border: none;
    background: #ff9c06;
    color: #000;
    cursor: pointer;
}

/* Gruppen */

.wm26-group-table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 Spalten: Land | Torverhältnis | Punkte */
    row-gap: 4px;
    column-gap: 0px;
}

.wm26-group-row {
    display: contents; /* Zeilenlayout übernimmt die Grid-Struktur */
}

.wm26-group-header > div {
    font-weight: bold;
    padding: 6px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.wm26-group-header > div:first-child {
    text-align: left; /* Länder linksbündig */
    padding-left: 8px;
}

.wm26-group-header > div:nth-child(2),
.wm26-group-header > div:nth-child(3) {
    text-align: center; /* Torverhältnis & Punkte zentriert */
}

.wm26-group-row > div:first-child {
    text-align: left; /* Länder linksbündig */
    padding-left: 8px;
}

.wm26-group-row > div:nth-child(2),
.wm26-group-row > div:nth-child(3) {
    text-align: center; /* Torverhältnis & Punkte zentriert */
    font-size: 0.95em;
    padding: 6px 0;
}


/* Liste */

.wm26-ranking-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wm26-ranking-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 0.95rem;
}

.wm26-ranking-left {
    text-align: left;
    flex: 1;
}

.wm26-ranking-position {
    margin-right: 6px;
    font-weight: bold;
}

.wm26-ranking-points {
    font-weight: bold;
    text-align: right;
    min-width: 60px; /* sorgt dafür, dass die Punkte rechts sauber stehen */
}


/* Top-Auswahl user */

.wm26-nav-user {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.wm26-nav-user a {
    color: #0073e6;
    text-decoration: none;
    margin-right: 5px;
}

.wm26-nav-user a:hover {
    text-decoration: underline;
}

.wm26-nav-user strong {
    margin-right: 5px;
}

.wm26-admin-links,
.wm26-tippergebnisse,
.wm26-user-links {
    margin-bottom: 5px;
}

.wm26-admin-links a,
.wm26-tippergebnisse a,
.wm26-user-links a {
    white-space: nowrap;
}

/* Tipp-Eingabe */
.wm26-input-feedback {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.wm26-feedback-circle {
    display: inline-block;
    background: rgba(0, 128, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 50%;
    animation: wm26-feedback-pop 0.5s ease-out;
}

@keyframes wm26-feedback-pop {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

