/* Module/Sport/CSS/Responsive480/OlympicsMedals.css **************************************/
.idalgo.sport_olympics_medals > svg.empty{
    width:68px;
    margin-top:62px
}
/* table */
.idalgo.sport_olympics_medals > table{
    width:auto;
    padding:0
}
.idalgo.sport_olympics_medals.widget > table{
    margin:0 10px 20px 10px
}
.idalgo.sport_olympics_medals > table tr{
    grid-template-columns:1fr 12fr 2fr 2fr 2fr 3fr
}
.idalgo.sport_olympics_medals > table.detail tr{
    grid-template-columns:2fr 12fr 2fr 2fr 2fr 3fr 2fr
}
/* head */
.idalgo.sport_olympics_medals > table > thead > tr{
    height:40px
}
.idalgo.sport_olympics_medals > table > thead > tr > th{
    font-size:.75em
}
.idalgo.sport_olympics_medals > table > thead > tr > th.name{
    text-align:center
}
.idalgo.sport_olympics_medals > table > thead > tr > th > svg{
    height:12px
}
.idalgo.sport_olympics_medals > table > thead > tr > th > abbr{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden
}
/* body */
.idalgo.sport_olympics_medals > table > tbody > tr{
    min-height:30px
}
.idalgo.sport_olympics_medals > table > tbody > tr[data-selected="1"] > td.ranking,
.idalgo.sport_olympics_medals > table > tbody > tr[data-selected="1"] > th.country,
.idalgo.sport_olympics_medals > table > tbody > tr[data-selected="1"] > th,
.idalgo.sport_olympics_medals > table > tbody > tr > td.ranking,
.idalgo.sport_olympics_medals > table > tbody > tr > th.name,
.idalgo.sport_olympics_medals > table > tbody > tr > td.total{
    font-size:.875em
}
.idalgo.sport_olympics_medals > table > tbody > tr > td.gold,
.idalgo.sport_olympics_medals > table > tbody > tr > td.silver,
.idalgo.sport_olympics_medals > table > tbody > tr > td.bronze{
    padding:0 2px;
    font-size:.75em
}

.idalgo.sport_olympics_medals > table > tbody > tr > th.name{
    grid-template-columns:40px 1fr
}
.idalgo.sport_olympics_medals > table > tbody > tr > th.name > .flag{
    width:20px;
    height:14px;
    margin-right:15px
}
.idalgo.sport_olympics_medals > table > tbody > tr > th.name > .flag{
    margin:0 5px
}

.idalgo.sport_olympics_medals > table > tbody > tr[aria-level="2"] > th.name,
.idalgo.sport_olympics_medals > table > tbody > tr[aria-level="3"] > th.name{
    grid-column:1/3
}
.idalgo.sport_olympics_medals > table > tbody > tr[aria-level="3"] > th.name{
    font-size:.75em;
    line-height:12px;
    border-width:0 0 0 1px;
    border-color:var(--color-grey-02);
    border-style:solid
}
.idalgo.sport_olympics_medals > table > tbody > tr[aria-level="2"] > th.name > svg{
    margin-right:5px
}
.idalgo.sport_olympics_medals > table > tbody > tr[aria-level="3"] > th.name > span > a > span{
    display:none
}

.idalgo.sport_olympics_medals > table > tbody > tr[aria-level="4"] > td.competitors{
    grid-column:1/8
}
.idalgo.sport_olympics_medals > table > tbody > tr[aria-level="4"] > td > ul {
    margin-left:10px
}

/* || open/close */
.idalgo.sport_olympics_medals > button{
    margin-top:10px
}

/* Module/Sport/CSS/Responsive480/OlympicsMedalsCommittee.css *****************************/
/* || country */
.idalgo.sport_olympics_medals_committee > .country{
    margin-bottom:16px
}
.idalgo.sport_olympics_medals_committee > .country > span{
    font-size:1.5em
}
.idalgo.sport_olympics_medals_committee > .empty{
    flex:1 1 auto
}
.idalgo.sport_olympics_medals_committee > .empty > svg{
    width:68px;
    margin-top:62px
}
/* || Total & history */
.idalgo.sport_olympics_medals_committee > .history,
.idalgo.sport_olympics_medals_committee > .current{
    font-size:.875em;
    grid-template-columns:2fr 5fr repeat(4, 2fr)
}

/* || filter */
.idalgo.sport_olympics_medals_committee > .filter > label[for="idalgo-oly-med-com-fil-all"]{
    display:none
}

/* || Header (logo medals) */
.idalgo.sport_olympics_medals_committee > .header,
.idalgo.sport_olympics_medals_committee[data-items="0"] > .header{
    order:3;
    margin-bottom:16px;
    grid-template-columns:2fr 5fr repeat(4, 2fr);
    z-index:initial
}
.idalgo.sport_olympics_medals_committee > .header[data-current-history="0"]{
    display:none
}
.idalgo.sport_olympics_medals_committee > .header > svg{
    height:16px
}

/* || lines */
.idalgo.sport_olympics_medals_committee > ul{
    border-radius:0;
    border:none
}

/* || line */
.idalgo.sport_olympics_medals_committee > ul > li,
.idalgo.sport_olympics_medals_committee[data-items="0"] > ul > li{
    grid-template-columns:50px 6fr repeat(3, 1fr)
}

/* || line - photo / picto */
.idalgo.sport_olympics_medals_committee > ul > li > .pict{
    width:40px;
    height:40px;
    margin:9px 0
}

/* || line - Athlete / team */
.idalgo.sport_olympics_medals_committee > ul > li > .names{
    flex-wrap:wrap;
    line-height:14px
}

/* || line - Medals */
.idalgo.sport_olympics_medals_committee > ul > li > abbr.gold,
.idalgo.sport_olympics_medals_committee > ul > li > abbr.silver,
.idalgo.sport_olympics_medals_committee > ul > li > abbr.bronze{
    font-size:.8125em;
    font-weight:bold
}
.idalgo.sport_olympics_medals_committee > ul > li > abbr > svg{
    display:unset
}
.idalgo.sport_olympics_medals_committee > ul > li > .total{
    display:none
}

/* || line - Open */
.idalgo.sport_olympics_medals_committee > ul > li > .open{
    display:none
}

/* || details */
.idalgo.sport_olympics_medals_committee > ul > li > .details{
    display:none
}