html,
body {
    margin: 0;
    padding: 0;
    direction: rtl;
}
* {
    box-sizing: border-box;
}
.pwa_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 16px;
    height: 100dvh;
    width: 100%;
    background-color: white;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.pwa__logo {
    margin: 0 auto;
}
.pwa__title {
    font-size: 15px;
    font-weight: 700;
    color: rgb(37, 42, 60);
    text-align: center;
    text-decoration: none;
}
.pwa__box {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0em;
    color: rgb(104, 108, 121);
    text-align: inherit;
    text-decoration: none;
    border: 1px solid #e0e0e2;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pwa__row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
}
.pwa__strong {
    font-weight: 500;
}
.pwa__svg path {
    color: #d6191f;
    fill: #d6191f;
}
.pwa_wrapper p,
.pwa_wrapper h2 {
    margin: 0;
}
.pwa__button {
    position: relative;
    width: 100%;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: none;
    background-color: #d6191f;
    color: white;
    font-size: 16px;
    border-radius: 8px;
}
.pwa__add-span {
    color: #d6191f;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.375rem;
    width: 24px;
    height: 24px;
}
