﻿
#winnerlist { 
 position: relative; 
 background-image: url('../styles/bkgxluna/img_bg_extender.png'); 
 z-index: 10; 
 background-size: 100%; 
 background-position: top; 
 min-height: 150vh; 
 padding-top: 10vh;
 max-height: auto;
 height: auto;
 display: flex;
 flex-direction: column;
 gap: 40px;
 padding-bottom: 100px; 
 
 }  
 
    .tigabelaspx{
font-size: 13px;
    }
 #winnerlist1{
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 2px;
    top: 5%;
    border-radius: 20px;
    background-color: white;
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
 }
 #winnerlist1 img {
    width: 15vw;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
   
 }

 .flex-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    padding: 20px;
    gap: 0px;
    flex-wrap: wrap;
 }
 
 .flex-row > div {
  flex: auto;
    max-width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    box-sizing: border-box;
    /* WIDTH: 100%; */
 }
 
 .flex-row > div p {
    margin: 2px 0;
    line-height: 1;
    font-size: 13px;
 }
 
 .text-center {
    text-align: center;
 }


  @media print, screen and (max-width:40em) {
  
#winnerlist { 
 position: relative; 
 background-image: url('../styles/bkgxluna/img_bg_extender3.png'); 
 z-index: 10; 
 background-size: "cover";
 background-position: top; 
 min-height: auto; 
 background-repeat: no-repeat;
 padding-top: 10vh;
 max-height: auto;
 height: auto;
 display: flex;
 top: -30px;
 flex-direction: column;
 gap: 20px;
 padding-bottom: 40px; 
 
 }  

 #winnerlist1{
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 2px;
    top: 2%;
    border-radius: 20px;
    background-color: white;
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
 }
 #winnerlist1 img {
    width: 30vw;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
   
 }
 .flex-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap;
 }
 
 .flex-row > div {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
 }
 
 .flex-row > div p {
    margin: 2px 0;
    line-height: 1.2;
 }
    #shareflexwinners img{
        width: 40vw;
        object-fit: contain;
    }
    .share-text{
        color: #E20019; 
    }
     .share-textwinner{
        font-size: 12px;
        /* color: #E20019;  */
    }
 
    .tigabelaspx{
        font-size: 10px;
        width: 100%;
        min-height: auto;
    }
    
    .tigabelaspx p {
        font-size: 10px;
        margin: 2px 0;
        line-height: 1.3;
        word-wrap: break-word;
    }
}
