ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #d16e18;
    border-color: #d16e18;
    color: #FFFFFF;
}

.modal-content {
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

.btn-green,
.btn-green:active,
.btn-green:focus {
    background-color: #52a744;
    color: #FFFFFF;
}

.btn-green:hover {
    background-color: #2e6e31;
    color: #FFFFFF;
}

.modal-header {
    border-bottom: none !important;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    background: #fff;
    border-top: none !important;
    padding: 8px;
    position: relative;
}

.modal-body,
.modal-footer {
    background-color: #fff;
}

.modal-footer {
    border-radius: 0 0 8px 8px;
}

.promo-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Card */
.promo-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #fdfdfd;
    border: 1px solid #e2e2e2;
    transition: 0.25s;
    cursor: pointer;
}

.promo-card:hover {
    border-color: #0d6efd;
    background: #f5f9ff;
}

/* Icon */
.promo-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #eef2ff;
    color: #0d6efd;
    flex-shrink: 0;
}

/* icon color variations */
.promo-icon.urgent {
    background: #fff4e5;
    color: #ff9800;
}

.promo-icon.spotlight {
    background: #fff9d9;
    color: #ffc400;
}

/* Card info */
.promo-info {
    flex: 1;
}

/* Title + badge */
.promo-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0px;
}

.badge {
    background: #0d6efd;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
}

/* Description */
.promo-desc {
    margin: 4px 0 8px;
    font-size: 14px;
    color: #555;
    line-height: 1.35;
}

/* Prices */
.promo-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 600;
    color: #222;
    font-size: 14px;
}

/* hide default checkbox */
.promo-check {
    display: none;
}

/* highlight selected card */
.promo-card {
    border: 1px solid #e2e2e2;
}

.promo-card input:checked~* {
    filter: brightness(1.03);
}

.promo-card:has(.promo-check:checked) {
    border-color: #0d6efd;
    background: #eaf1ff !important;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.3);
}

.promo-select-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #b4b4b4;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: white;
    transition: all 0.2s ease;
  }
  
  .promo-card {
    position: relative;
  }
  
  .promo-card:has(.promo-check:checked) .promo-select-indicator {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
  }
  
  .promo-card:has(.promo-check:checked) .promo-select-indicator::after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
  }
  
  /* Banner container */
/* Backdrop */
#app-sheet-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(4px);
    z-index: 1001;
    display: none;
  }
  
  /* Bottom Sheet */
  #app-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.25);
    z-index: 1002;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(.25,.8,.25,1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    touch-action: none;
  }
  
  /* Visible state */
  #app-sheet.active {
    transform: translateY(0);
  }
  
  /* Header grabber */
  .sheet-header {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    touch-action: none;
  }
  
  .grabber {
    width: 40px;
    height: 4px;
    background: #d1d5db;
    border-radius: 2px;
    touch-action: none;
  }
  
  /* Content */
  .sheet-content {
    padding: 20px;
    text-align: center;
  }
  
  .app-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    margin-bottom: 12px;
  }
  
  .app-text h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
  }
  
  .app-text p {
    margin: 6px 0 18px;
    font-size: 1.45rem;
    color: #6b7280;
  }
  
  /* Install button */
  .install-btn,
  .install-btn:visited,
  .install-btn:active,
  .install-btn:hover,
  .install-btn:focus,
  .install-btn:focus-visible,
  .install-btn:disabled {
    display: block;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    text-decoration: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    box-shadow: 0 6px 16px rgba(37,99,235,0.35);
  }
  
  /* Close */
  .close-btn {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 1.2rem;
    cursor: pointer;
  }  

  .no-select {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
  }

  #content_images .col-item-image .item-image .image-rotate-content{
    position: absolute;
    display: block;
    z-index: 50;
    left: 0;
    top: 0;
    background: #D8D6D9;
    padding: 4px;
    color: #231f20;
    font-size: 16px;
}

#content_images .col-item-image .item-image .image-rotate{
  position: absolute;
  display: block;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  padding: 4px;
  color: #231f20;
  font-size: 16px;
}

#content_images .col-item-image .item-image .image-rotate:hover{
  color: #000; 
}