/*
	Mobile App Banner CSS
*/
#siteTopContainer #responsiveHeader {
  position: relative !important;
  top: auto !important;
  left: auto; }

.llAppBanner87 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 4px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  animation: ll-banner-slide-down 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  max-height: 80px;
  box-sizing: border-box; }

.llAppBannerDismiss87 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #aaa;
  font-size: 22px;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation; }

.llAppBannerDismiss87:hover,
.llAppBannerDismiss87:focus-visible {
  color: #555;
  outline: none; }

.llAppBannerIcon87 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover; }

.llAppBannerIconPlaceholder87 {
  background: #e0e0e0; }

.llAppBannerText87 {
  flex: 1;
  min-width: 0; }

.llAppBannerName87 {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1; }

.llAppBannerDesc87 {
  font-size: 12px;
  color: #333;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2; }

.llAppBannerCta87 {
  flex-shrink: 0;
  display: none !important;
  align-items: center;
  padding: 8px 18px;
  background: #007AFF;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 20px;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background 0.15s ease;
  letter-spacing: 0.01em; }

.llShowCta87 {
  display: inline-flex !important; }

.llAppBannerCta87:hover,
.llAppBannerCta87:focus-visible {
  background: #0063CC;
  outline: none; }

.llAppBannerCta87:active {
  background: #0051A8; }

@media (prefers-color-scheme: dark) {
  .llAppBanner87 {
    background: #1c1c1e;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }

  .llAppBannerDismiss87 {
    color: #636366; }

  .llAppBannerDismiss87:hover,
  .llAppBannerDismiss87:focus-visible {
    color: #aeaeb2; }

  .llAppBannerIconPlaceholder87 {
    background: #3a3a3c; }

  .llAppBannerName87 {
    color: #f2f2f7; }

  .llAppBannerDesc87 {
    color: #8e8e93; } }
/* Landscape phones */
@media only screen and (orientation: landscape) and (max-height: 500px) {
  .llAppBanner87 {
    max-height: 50px;
    padding: 4px 12px 4px 4px; }

  .llAppBannerIcon87 {
    width: 36px;
    height: 36px; } }

/*# sourceMappingURL=mobileappbanner.css.map */
