.bayiLists{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap:15px;margin-top: 45px;font: normal normal normal 12px/16px gothic;}
.bayiLists div{box-shadow: 11px 13px 24px #00000027;background-color: var(--white);border: 1px solid #AFAFAF;border-radius: 5px;padding: 12px;}
.bayiLists div li:nth-child(1){font: normal normal bold 12px/16px gothic;}
.bayiLists div li:nth-child(2){margin-block: 15px;}
.bayiLists div li a{background: #000000;border-radius: 5px;font: normal normal normal 10px/14px gothic;color: var(--white)!important;margin-top: 8px;opacity: 0.6;}
.bayiLists div li a:hover{opacity: 1;}


.ilSecimAlani ul{display: grid;grid-template-columns: repeat(3,1fr);gap:15px;align-items: flex-end;}
.ilSecimAlani a{background: #000000;border-radius: 5px;font: normal normal normal 10px/14px gothic;color: var(--white)!important;margin-top: 8px;opacity: 0.6;height: 34px;
display: inline-flex;align-items: center;}
.ilSecimAlani a:hover{opacity: 1;}


@media(max-width:768px){
    .ilSecimAlani ul{grid-template-columns: repeat(1,1fr);gap:8px;font: normal normal 600 11px/15px gothic;}
    .ilSecimAlani ul select{font: normal normal 600 11px/15px gothic;}
    .bayiLists{grid-template-columns: repeat(1,1fr);}
}