.custom-adv-wrapper{display:flex;gap:16px;flex-wrap:wrap;flex-direction:row;overflow-x:hidden}.custom-adv-wrapper .custom-adv-box-wrapper{display:flex;flex-direction:column;background-color:#fff;border:1px solid #ececec;text-decoration:none;flex:20%;border-radius:8px;cursor:pointer}.custom-adv-wrapper .custom-adv-box-wrapper .custom-adv-box-top-data{display:flex;align-items:center;justify-items:center;gap:8px;padding:8px;height:100%;width:100%}.custom-adv-wrapper .custom-adv-box-wrapper ul{list-style:none;margin:0;width:100%;display:flex;flex-direction:row;gap:16px;padding:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background:#16bffd;background:-webkit-linear-gradient(135deg,#16bffd,#cb3066);background:linear-gradient(135deg,#16bffd,#cb3066)}.custom-adv-wrapper .custom-adv-box-wrapper ul li{margin:0;font-size:14px;color:#fff;text-decoration:none;line-height:14px}.custom-adv-wrapper .custom-adv-box-wrapper ul li a>span{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;color:#fff}.custom-adv-wrapper .custom-adv-box-wrapper img{width:46px;height:46px;border-radius:100%;overflow:hidden;flex-grow:0;flex-shrink:0;flex-basis:auto}.custom-adv-wrapper .custom-adv-box-wrapper .custom-adv-box-desc{width:calc(100% - 46px - 8px);display:flex;flex-direction:column;gap:4px;flex-grow:0;flex-shrink:0;flex-basis:auto}.custom-adv-wrapper .custom-adv-box-wrapper .custom-adv-box-desc .title{margin:0 0 4px;font-size:14px;color:#333;text-decoration:none;font-weight:600}.custom-adv-wrapper .custom-adv-box-wrapper .custom-adv-box-desc>p{margin:0;font-size:10px;color:#040000;text-decoration:none;line-height:14px}@media only screen and (min-width:1000px){.custom-adv-wrapper{gap:0;overflow-y:auto;overflow-x:hidden;display:grid;background-color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.08);border-radius:8px;border:1px solid rgba(0,0,0,.05)}.custom-adv-wrapper .custom-adv-box-wrapper{flex:100%;border-radius:0;justify-content:space-between}.custom-adv-wrapper .custom-adv-box-wrapper ul{border-radius:0}}@media screen and (max-width:600px){.custom-adv-wrapper{flex-direction:column;gap:0;border-radius:0!important}.custom-adv-wrapper .custom-adv-box-wrapper ul{border-radius:0}}