@media only screen and (min-width: 801px){
  .download-apk { display:none !important; }
}
.download-apk.alert { margin:0; }
.apk-kurnia99.text-start.mobile-only{
  background: linear-gradient(to right, #1a0000 0%, #1b0000 50%, #300000 100%);
  padding: 5px;
  width: 100%;
  position: fixed;
  top: 0; left: 0;
  font-weight: 600;
  font-size: 1.2rem;
  z-index: 99999;
  border-bottom: 2px solid rgba(255,0,0,0.3);
  box-shadow: 0 0 10px rgba(255,0,0,0.3);
}
.app_icon{ width: 40px; margin:0 0 0 10px; display:inline-block; }
.app_icon img{ display:block; max-width:100%; border-radius:50%; }
.app_info{ position:absolute; left:60px; top:8px; }
.app_title{ font-size:14px; font-weight:bold; color:#ff3030; text-transform:uppercase; text-shadow:0 0 5px rgba(255,0,0,0.5);}
.app_slogan{ font-size:11px; color:#fff; }
.download_button{ position:absolute; right:15px; top:12px; border-radius:20px; animation:borderPulse 1.5s infinite ease-out; }
.download_button a{ font-size:14px; padding:6px 14px; border:2px solid #ff0000; background:linear-gradient(90deg,#ff0000,#c00000); color:#fff; font-weight:bold; border-radius:25px; box-shadow:0 0 12px rgba(255,0,0,0.6); transition:all .3s ease; }
.download_button a:hover{ background:linear-gradient(90deg,#ff3030,#ff0000); transform:scale(1.1); box-shadow:0 0 18px rgba(255,0,0,0.8); }
#close_button{ position:absolute; left:0; top:0; width:25px; height:60px; color:#fff; text-align:center; font-size:18px; line-height:55px; cursor:pointer; }
#close_button:hover{ color:#ff4d4d; }
@keyframes borderPulse{ 0%{ box-shadow:0 0 0 0 rgba(255,0,0,0.6);} 70%{ box-shadow:0 0 0 10px rgba(255,0,0,0);} 100%{ box-shadow:0 0 0 0 rgba(255,0,0,0);} }
body.has-apk-banner { margin-top: 35px; }