
.bdsv-cup-wrap{width:100%;box-sizing:border-box}
.bdsv-cup-head{margin-bottom:14px}
.bdsv-cup-head h2{margin:0 0 10px 0;display:inline-block}
.bdsv-cup-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.bdsv-cup-meta span{display:inline-flex;align-items:center;gap:4px;border:1px solid #ddd;border-radius:999px;padding:6px 12px;background:#f7f7f7;line-height:1.2}
.bdsv-cup-round-badge{font-weight:600}
.bdsv-cup-select-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:8px 0}
.bdsv-cup-round-select,.bdsv-cup-season-select{margin:0}
.bdsv-cup-round-select label,.bdsv-cup-season-select label{display:flex;gap:6px;align-items:center;font-weight:600;color:#000}
.bdsv-cup-round-select select,.bdsv-cup-season-select select{max-width:100%;padding:7px 10px;font-weight:400}
.bdsv-cup-table{width:100%;border-collapse:collapse;table-layout:fixed;overflow:visible}
.bdsv-cup-table th,.bdsv-cup-table td{border:1px solid #e1e1e1;padding:10px;vertical-align:middle;word-break:normal;overflow-wrap:anywhere;overflow:visible}
.bdsv-cup-table th{background:#f1f1f1;font-weight:700}
.bdsv-cup-table .is-winner{background:#dff4df;font-weight:700}
.bdsv-cup-table .is-bye td{font-style:italic}
.bdsv-cup-team-link{text-decoration:none;color:inherit}
.bdsv-cup-team-link:hover{text-decoration:underline}
.bdsv-note-row td{padding:7px 10px}
.bdsv-note-row summary{cursor:pointer;font-weight:600}
.bdsv-note-row div{padding-top:6px}
.bdsv-score-inline{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center;width:100%;position:relative}
.bdsv-score-text{font-weight:700;text-align:center;white-space:nowrap;justify-self:center;grid-column:2}
.bdsv-score-inline .bdsv-cup-report-link{justify-self:end;grid-column:3}
.bdsv-note-inline{justify-self:start;grid-column:1;position:relative;color:#7d0303}
.bdsv-note-inline summary{cursor:pointer;font-weight:700;color:#7d0303;list-style:none;display:inline-block;border:1px solid currentColor;border-radius:999px;padding:4px 9px;line-height:1.1;white-space:nowrap;background:#fff}
.bdsv-note-inline summary::-webkit-details-marker{display:none}
.bdsv-note-inline summary:before{content:'';display:none}
.bdsv-note-inline[open] summary:before{content:'';display:none}
.bdsv-note-inline div{position:absolute;z-index:9999;left:0;top:calc(100% + 6px);min-width:220px;max-width:340px;background:#fff;border:2px solid #7d0303;border-radius:8px;padding:8px 10px;box-shadow:0 4px 14px rgba(0,0,0,.18);color:#7d0303;text-align:left;font-weight:600}

@media (min-width:768px){
  .bdsv-score-cell{position:relative}
  .bdsv-score-inline{min-height:30px;display:block}
  .bdsv-score-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}
  .bdsv-score-inline .bdsv-cup-report-link{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2}
  .bdsv-note-inline{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:3}
  .bdsv-note-inline div{top:calc(100% + 6px);transform:none}
}
.bdsv-mobile-div{display:none}
.bdsv-cup-report-link{display:inline-block;text-decoration:none;border:1px solid currentColor;border-radius:999px;padding:4px 9px;line-height:1.1;white-space:nowrap}
.bdsv-cup-report-link:hover{text-decoration:none;opacity:.85}
.bdsv-cup-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:999999;display:flex;align-items:center;justify-content:center;padding:28px;box-sizing:border-box}
.bdsv-cup-lightbox img{max-width:min(1100px,96vw);max-height:92vh;width:auto;height:auto;box-shadow:0 10px 35px rgba(0,0,0,.45);background:#fff}
.bdsv-cup-lightbox-close{position:fixed;top:14px;right:18px;border:0;background:#7d0303;color:#fff;border-radius:6px;width:44px;height:44px;font-size:32px;line-height:40px;cursor:pointer;font-weight:700;box-shadow:0 3px 12px rgba(0,0,0,.35)}
.bdsv-cup-lightbox-open{overflow:hidden}
.bdsv-hide-head-desktop .bdsv-cup-table thead{display:none}
@media (min-width:768px) and (max-width:1024px){.bdsv-hide-head-tablet .bdsv-cup-table thead{display:none}.bdsv-hide-head-tablet.bdsv-cup-wrap .bdsv-cup-table thead{display:none}}
@media (max-width:767px){
  .bdsv-cup-select-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .bdsv-cup-round-select label,.bdsv-cup-season-select label{justify-content:stretch}
  .bdsv-cup-round-select select,.bdsv-cup-season-select select{min-width:0;width:100%}
  .bdsv-cup-head h2{width:100%;text-align:center}
  .bdsv-cup-meta{display:flex;flex-wrap:wrap;gap:6px}
  .bdsv-cup-meta span{justify-content:center;border-radius:12px;font-size:.92em;padding:6px 8px}
  .bdsv-cup-table-scroll{overflow:visible}
  .bdsv-cup-table,.bdsv-cup-table tbody,.bdsv-cup-table tr,.bdsv-cup-table td{display:block;width:100%!important;box-sizing:border-box}
  .bdsv-cup-table tr{margin:0 0 12px 0;border:1px solid #ddd;border-radius:14px;overflow:hidden;background:#fff}
  .bdsv-cup-table td{border:0;border-bottom:1px solid #eee;padding:9px 10px;text-align:center!important}
  .bdsv-cup-table td:last-child{border-bottom:0}
  .bdsv-cup-table tr:not(.bdsv-note-row){display:grid;grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);align-items:stretch}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-team-cell{display:flex;align-items:center;justify-content:center;min-height:54px;line-height:1.2;white-space:normal;word-break:normal;overflow-wrap:anywhere}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-team-cell:first-child{grid-column:1}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-team-cell:nth-of-type(3){grid-column:3}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-division-cell{display:none}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-score-cell{grid-column:1/4;background:#fafafa;font-weight:700}
  .bdsv-score-inline{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);row-gap:7px;overflow:visible;min-height:30px}
  .bdsv-note-inline{display:contents}
  .bdsv-note-inline summary{grid-column:1;grid-row:1;justify-self:start;align-self:center}
  .bdsv-score-text{grid-column:2;grid-row:1;align-self:center}
  .bdsv-score-inline .bdsv-cup-report-link{grid-column:3;grid-row:1;justify-self:end;align-self:center}
  .bdsv-note-inline div{position:static;grid-column:1/4;grid-row:2;min-width:0;max-width:none;width:100%;box-sizing:border-box;margin-top:7px;background:#fff;border:2px solid #7d0303;border-radius:8px;padding:8px 10px;box-shadow:none;color:#7d0303;text-align:left;font-weight:600}
  .bdsv-cup-table tr:not(.bdsv-note-row):before{content:':' ;grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:center;font-weight:700;background:#fafafa;border-left:1px solid #eee;border-right:1px solid #eee}
  .bdsv-mobile-div{display:inline;font-size:.9em;opacity:.8}
  .bdsv-note-row{display:block!important;border-radius:10px;margin-top:-8px}
  .bdsv-note-row td{display:block!important;text-align:left!important}
  .bdsv-cup-lightbox{padding:12px}
  .bdsv-cup-lightbox-close{top:8px;right:8px}
  .bdsv-cup-table thead{display:block;width:100%!important;box-sizing:border-box;margin-bottom:6px}
  .bdsv-cup-table thead tr{display:grid;grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);border-radius:10px;overflow:hidden;margin-bottom:6px}
  .bdsv-cup-table thead th{display:none;width:100%!important;box-sizing:border-box;text-align:center!important;border:1px solid #e1e1e1}
  .bdsv-cup-table thead .bdsv-col-home{display:block;grid-column:1}
  .bdsv-cup-table thead .bdsv-col-away{display:block;grid-column:3}
  .bdsv-cup-table thead tr:before{content:':';grid-column:2;display:flex;align-items:center;justify-content:center;font-weight:700;background:#f1f1f1;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}
  .bdsv-hide-head-mobile .bdsv-cup-table thead{display:none}
}
.bdsv-cup-standings,.bdsv-cup-hof{margin-top:18px;border:1px solid #e1e1e1;border-radius:12px;padding:14px;background:#fff;box-sizing:border-box}
.bdsv-cup-standings h3,.bdsv-cup-hof h3{margin:0 0 10px 0}
.bdsv-cup-standings-table,.bdsv-cup-hof-table{width:100%;border-collapse:collapse;table-layout:fixed}
.bdsv-cup-standings-table th,.bdsv-cup-standings-table td,.bdsv-cup-hof-table th,.bdsv-cup-hof-table td{border:1px solid #e1e1e1;padding:9px 10px;overflow-wrap:anywhere}
.bdsv-cup-standings-table th,.bdsv-cup-hof-table th{background:#f1f1f1;font-weight:700}
.bdsv-cup-standing-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.bdsv-cup-standing-summary span{display:inline-flex;align-items:center;gap:4px;border:1px solid #ddd;border-radius:999px;padding:6px 12px;background:#f7f7f7;line-height:1.2}
@media (max-width:767px){
  .bdsv-cup-standing-summary{display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .bdsv-cup-standing-summary span{justify-content:center;border-radius:12px;font-size:.92em;padding:6px 8px}
  .bdsv-cup-standings-table,.bdsv-cup-hof-table{table-layout:auto}
}
.bdsv-cup-selects{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:8px 0}
@media (max-width:767px){.bdsv-cup-selects{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bdsv-cup-select-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}}
.bdsv-hide-info-current_round-desktop .bdsv-info-current_round,
.bdsv-hide-info-deadline-desktop .bdsv-info-deadline,
.bdsv-hide-info-started-desktop .bdsv-info-started,
.bdsv-hide-info-finished-desktop .bdsv-info-finished,
.bdsv-hide-info-open-desktop .bdsv-info-open{display:none!important}
@media (min-width:768px) and (max-width:1024px){
.bdsv-hide-info-current_round-tablet .bdsv-info-current_round,
.bdsv-hide-info-deadline-tablet .bdsv-info-deadline,
.bdsv-hide-info-started-tablet .bdsv-info-started,
.bdsv-hide-info-finished-tablet .bdsv-info-finished,
.bdsv-hide-info-open-tablet .bdsv-info-open{display:none!important}}
@media (max-width:767px){
.bdsv-hide-info-current_round-mobile .bdsv-info-current_round,
.bdsv-hide-info-deadline-mobile .bdsv-info-deadline,
.bdsv-hide-info-started-mobile .bdsv-info-started,
.bdsv-hide-info-finished-mobile .bdsv-info-finished,
.bdsv-hide-info-open-mobile .bdsv-info-open{display:none!important}}
.bdsv-hide-title-desktop .bdsv-cup-head h2,
.bdsv-hide-title-desktop .bdsv-cup-standings h3,
.bdsv-hide-title-desktop .bdsv-cup-hof h3{display:none!important}
@media (min-width:768px) and (max-width:1024px){
.bdsv-hide-title-tablet .bdsv-cup-head h2,
.bdsv-hide-title-tablet .bdsv-cup-standings h3,
.bdsv-hide-title-tablet .bdsv-cup-hof h3{display:none!important}}
@media (max-width:767px){
.bdsv-hide-title-mobile .bdsv-cup-head h2,
.bdsv-hide-title-mobile .bdsv-cup-standings h3,
.bdsv-hide-title-mobile .bdsv-cup-hof h3{display:none!important}}


/* v0.9.5: Vermerk/Notiz immer sauber unter dem Button anzeigen */
.bdsv-score-inline{overflow:visible}
.bdsv-score-cell{overflow:visible!important}
.bdsv-cup-table tr,.bdsv-cup-table td{overflow:visible!important}
.bdsv-note-inline[open]{z-index:50}
.bdsv-note-inline[open] div{display:block}
@media (min-width:768px){
  .bdsv-score-inline{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);row-gap:7px;align-items:center;min-height:30px;position:relative}
  .bdsv-note-inline{position:static!important;transform:none!important;grid-column:1;grid-row:1;justify-self:start;align-self:center;z-index:3}
  .bdsv-score-text{position:static!important;transform:none!important;grid-column:2;grid-row:1;justify-self:center;align-self:center;z-index:1}
  .bdsv-score-inline .bdsv-cup-report-link{position:static!important;transform:none!important;grid-column:3;grid-row:1;justify-self:end;align-self:center;z-index:2}
  .bdsv-note-inline div{position:static!important;grid-column:1/4;grid-row:2;min-width:0;max-width:none;width:100%;box-sizing:border-box;margin-top:7px;background:#fff;border:2px solid #7d0303;border-radius:8px;padding:8px 10px;box-shadow:none;color:#7d0303;text-align:left;font-weight:600}
}

/* v0.9.6: Mobil Ergebnis zwischen Heim/Gast, Aktionen darunter */
.bdsv-score-mobile{display:none}
@media (max-width:767px){
  .bdsv-score-desktop{display:none}
  .bdsv-score-mobile{display:inline}
  .bdsv-cup-table tr:not(.bdsv-note-row){display:grid!important;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:stretch;overflow:visible!important}
  .bdsv-cup-table tr:not(.bdsv-note-row):before{content:none!important;display:none!important}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-team-cell:first-child{grid-column:1!important;grid-row:1!important}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-team-cell:nth-of-type(3){grid-column:3!important;grid-row:1!important}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-score-cell{display:contents!important;background:transparent!important;padding:0!important;border:0!important}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-score-inline{display:contents!important;min-height:0!important}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-score-text{grid-column:2!important;grid-row:1!important;align-self:center!important;justify-self:center!important;font-weight:700;z-index:4;white-space:nowrap;position:static!important;transform:none!important}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-note-inline{display:contents!important;position:static!important;transform:none!important}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-note-inline summary{grid-column:1!important;grid-row:2!important;justify-self:start!important;align-self:center!important;margin:8px 0 8px 10px;display:inline-flex;align-items:center;box-sizing:border-box}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-cup-report-link{grid-column:3!important;grid-row:2!important;justify-self:end!important;align-self:center!important;margin:8px 10px 8px 0;display:inline-flex;align-items:center;box-sizing:border-box;position:static!important;transform:none!important}
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-note-inline div{grid-column:1/4!important;grid-row:3!important;position:static!important;width:auto!important;margin:0 10px 10px 10px;box-sizing:border-box}
}


/* v0.9.7 fixes */
@media (max-width:767px){
  /* Ergebnisbereich mobil mit sichtbarer Trennlinie wie Tabellenzellen */
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-score-text{
    min-height:54px;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:stretch!important;
    width:100%;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    box-sizing:border-box;
  }
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-team-cell{
    border-bottom:1px solid #eee!important;
  }
  /* Vermerk/Protokoll-Zeile soll auf mobile Hoehe reagieren */
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-note-inline summary,
  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-cup-report-link{
    box-sizing:border-box;
  }
  /* Hall of Fame Leerraum unten reduzieren */
  .bdsv-cup-hof,
  .bdsv-cup-standings{
    margin-bottom:0!important;
  }
  .bdsv-cup-hof-table,
  .bdsv-cup-standings-table{
    margin-bottom:0!important;
  }
  .bdsv-cup-hof table:last-child,
  .bdsv-cup-standings table:last-child{
    margin-bottom:0!important;
  }
  .bdsv-cup-standing-summary{
    width:100%;
  }
}

.bdsv-cup-report-modal{display:none;position:fixed;inset:0;z-index:999999;padding:24px;overflow:auto}.bdsv-cup-report-modal:target{display:block}.bdsv-cup-report-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72)}.bdsv-cup-report-dialog{position:relative;z-index:1;max-width:980px;margin:20px auto;background:#fff;border-radius:10px;padding:18px}.bdsv-cup-report-close{position:absolute;right:10px;top:4px;z-index:3;font-size:34px;line-height:1;text-decoration:none;color:#222}@media(max-width:700px){.bdsv-cup-report-modal{padding:8px}.bdsv-cup-report-dialog{margin:8px auto;padding:8px}}


/* v1.0.1: HTML-Spielbericht als echter Dialog statt Bild-Lightbox */
.bdsv-cup-report-modal:target{display:block}
.bdsv-cup-report-dialog{width:min(980px,calc(100% - 24px));max-height:calc(100vh - 40px);overflow:auto;box-sizing:border-box}
.bdsv-cup-report-dialog .bdsv-protocol-wrap{margin:0 auto}
@media(max-width:700px){
  .bdsv-cup-report-dialog{width:100%;max-height:calc(100vh - 16px);border-radius:8px}
  .bdsv-cup-report-close{position:sticky;float:right;top:0;background:#fff;border-radius:999px;width:38px;height:38px;display:flex;align-items:center;justify-content:center}
}


/* v1.0.5: Mehrfachauswahl der Cup-Runden im Frontend */
.bdsv-cup-round-multiselect{display:flex;gap:6px;align-items:center;position:relative;margin:0}
.bdsv-cup-round-filter-label{font-weight:600;color:#000}
.bdsv-cup-round-dropdown{position:relative;min-width:190px}
.bdsv-cup-round-dropdown>summary{list-style:none;cursor:pointer;border:1px solid #d0d0d0;background:#fff;border-radius:4px;padding:7px 34px 7px 10px;font-weight:400;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bdsv-cup-round-dropdown>summary::-webkit-details-marker{display:none}
.bdsv-cup-round-dropdown>summary:after{content:'\25BE';position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:13px}
.bdsv-cup-round-dropdown[open]>summary:after{content:'\25B4'}
.bdsv-cup-round-dropdown-menu{position:absolute;z-index:10000;left:0;top:calc(100% + 5px);min-width:220px;max-width:min(340px,90vw);background:#fff;border:1px solid #d0d0d0;border-radius:6px;padding:8px;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.bdsv-cup-round-check{display:flex!important;align-items:center!important;gap:8px!important;padding:7px 5px;font-weight:400!important;cursor:pointer}
.bdsv-cup-round-check input{margin:0!important;flex:0 0 auto}
.bdsv-cup-round-apply{width:100%;margin-top:6px;padding:8px 10px;border:0;border-radius:4px;background:#7d0303;color:#fff;font-weight:700;cursor:pointer}
.bdsv-cup-round-title{margin:18px 0 8px;font-size:1.25em}
@media (max-width:767px){
  .bdsv-cup-round-multiselect{display:grid;grid-template-columns:auto minmax(0,1fr);width:100%}
  .bdsv-cup-round-dropdown{min-width:0;width:100%}
  .bdsv-cup-round-dropdown-menu{left:auto;right:0;min-width:min(280px,85vw)}
}

/* v1.0.7: Mobile Mehrfachauswahl sichtbar + Rundenueberschrift zentriert */
.bdsv-cup-round-title{
  text-align:center;
  width:100%;
  box-sizing:border-box;
}

@media (max-width:767px){
  .bdsv-cup-selects,
  .bdsv-cup-round-multiselect,
  .bdsv-cup-round-dropdown{
    overflow:visible!important;
  }

  .bdsv-cup-round-multiselect{
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center;
    min-width:0;
  }

  .bdsv-cup-round-dropdown{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }

  .bdsv-cup-round-dropdown>summary{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }

  .bdsv-cup-round-dropdown-menu{
    position:absolute!important;
    top:calc(100% + 5px)!important;
    left:0!important;
    right:auto!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    z-index:999999!important;
    color:#222!important;
    background:#fff!important;
  }

  .bdsv-cup-round-check{
    width:100%!important;
    box-sizing:border-box!important;
    color:#222!important;
    background:#fff!important;
    white-space:normal!important;
    line-height:1.3!important;
  }

  .bdsv-cup-round-check span{
    color:#222!important;
    display:block!important;
    min-width:0;
    overflow-wrap:anywhere;
  }

  .bdsv-cup-round-check input[type="checkbox"]{
    display:inline-block!important;
    visibility:visible!important;
    opacity:1!important;
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    flex:0 0 18px!important;
    appearance:auto!important;
    -webkit-appearance:checkbox!important;
  }

  .bdsv-cup-round-apply{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin:8px 0 0!important;
  }
}


/* v1.0.8: Rundenueberschrift immer sichtbar, breiter Filter, Division mobil unter Teamname */
@media (max-width:767px){
  .bdsv-cup-round-multiselect{
    grid-template-columns:auto minmax(220px,1fr)!important;
    column-gap:10px!important;
  }

  .bdsv-cup-round-dropdown>summary{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    min-height:44px;
    display:flex;
    align-items:center;
    padding-right:34px!important;
    line-height:1.2;
  }

  .bdsv-cup-table tr:not(.bdsv-note-row) .bdsv-team-cell{
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px;
  }

  .bdsv-mobile-div{
    display:block!important;
    width:100%;
    margin:2px 0 0;
    font-size:.82em!important;
    line-height:1.1;
    opacity:.78;
    text-align:center;
    white-space:nowrap;
  }
}
