.cdspwa-android-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 999998;
padding: 10px 12px env(safe-area-inset-bottom, 12px);
background: rgba(18, 18, 19, 0.95);
color: #fff;
font-size: 15px;
line-height: 1.35;
box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
}
.cdspwa-android-bar__inner {
max-width: 720px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px 14px;
}
.cdspwa-android-bar__text {
margin: 0;
flex: 1 1 200px;
}
.cdspwa-android-bar__actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.cdspwa-android-bar__btn {
border: 0;
border-radius: 6px;
padding: 8px 14px;
font-size: 14px;
cursor: pointer;
background: #3a3a3c;
color: #fff;
}
.cdspwa-android-bar__btn--primary {
background: #0a84ff;
color: #fff;
font-weight: 600;
}
.cdspwa-ios-hint {
position: fixed;
left: 10px;
right: 10px;
bottom: 12px;
z-index: 999997;
padding-bottom: env(safe-area-inset-bottom, 0);
}
.cdspwa-ios-hint__inner {
background: rgba(255, 248, 220, 0.98);
color: #333;
border: 1px solid #e6dcbf;
border-radius: 10px;
padding: 12px 14px;
font-size: 14px;
line-height: 1.4;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.cdspwa-ios-hint__inner p {
margin: 0 0 8px;
}
.cdspwa-ios-hint__close {
border: 0;
background: transparent;
color: #555;
text-decoration: underline;
cursor: pointer;
font-size: 14px;
padding: 0;
} .cdspwa-install-item {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
}
.cdspwa-install-item[hidden] {
display: none !important;
}
.cdspwa-install-item__icon {
display: inline-flex;
width: 20px;
height: 20px;
flex: 0 0 auto;
}
.cdspwa-install-item__icon svg {
display: block;
}
.cdspwa-install-sheet[hidden] {
display: none !important;
}
.cdspwa-install-sheet {
position: fixed;
inset: 0;
z-index: 10080;
}
.cdspwa-install-sheet__backdrop {
position: absolute;
inset: 0;
background: rgba(11, 31, 77, 0.45);
}
.cdspwa-install-sheet__panel {
position: absolute;
left: 12px;
right: 12px;
bottom: max(16px, env(safe-area-inset-bottom, 16px));
max-width: 420px;
margin: 0 auto;
background: #fff;
color: #14233f;
border-radius: 16px;
padding: 20px 18px 16px;
box-shadow: 0 16px 40px rgba(11, 31, 77, 0.18);
}
.cdspwa-install-sheet__title {
margin: 0 0 10px;
font-size: 1.1rem;
font-weight: 750;
color: #0b1f4d;
}
.cdspwa-install-sheet__text {
margin: 0 0 16px;
font-size: 0.95rem;
line-height: 1.45;
}
.cdspwa-install-sheet__close {
min-height: 44px;
width: 100%;
border: 0;
border-radius: 12px;
background: #0b1f4d;
color: #fff;
font-size: 0.95rem;
font-weight: 650;
cursor: pointer;
} #cdspwa-install-hint.cdspwa-install-hint {
display: flex !important;
flex-direction: row;
align-items: center;
gap: 8px;
position: relative;
inset: auto;
z-index: 10020;
margin: 0;
padding: 8px 10px;
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 0;
background: #0b1f4d;
box-shadow: none;
box-sizing: border-box;
width: 100%;
max-width: 100%;
height: auto;
min-height: 60px;
overflow: visible;
transform: none;
opacity: 1;
visibility: visible;
}
#cdspwa-install-hint.cdspwa-install-hint[hidden] {
display: none !important;
}
@media (display-mode: standalone) {
#cdspwa-install-hint.cdspwa-install-hint {
display: none !important;
}
}
#cdspwa-install-hint .cdspwa-install-hint__cta {
flex: 1 1 auto;
min-height: 44px;
max-height: 72px;
border: 0;
border-radius: 10px;
background: #ffffff;
color: #0b1f4d;
font-size: 15px;
font-weight: 700;
padding: 8px 14px;
cursor: pointer;
}
#cdspwa-install-hint .cdspwa-install-hint__dismiss {
flex: 0 0 44px;
width: 44px;
height: 44px;
border: 0;
border-radius: 10px;
background: transparent;
color: #ffffff;
font-size: 26px;
line-height: 1;
cursor: pointer;
}