/* 從 index.html 移植的樣式，請勿直接修改此檔案，建議集中管理於 tailwind 或主樣式表 */
.browser-hint-wrap {
    display: none;
    background-color: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    font-family: "Microsoft JhengHei";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.browser-hint-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

.browser-hint-intro {
    font-size: 16px;
    line-height: 30px;
}

.browser-hint-content {
    padding: 40px 20px;
}

.browser-hint-link--blue {
    color: #1a63b9;
    text-decoration: none;
}

.browser-hint-link--blue:hover {
    color: #114179;
}
.browser-hint-downloadgroup {
    margin-top: 25px;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
}
.browser-hint {
    position: absolute;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #fff;
    color: #333;
    border-radius: 10px;
}

.browser-hint-item {
    text-align: center;
}
.browser-hint-item span {
    display: block;
}
.browser-hint-item img {
    width: 65px;
    margin: 0 auto 15px;
}
.arrow-right {
    width: 10px;
    height: 10px;
    border-top: 2px solid #1a63b9;
    border-right: 2px solid #1a63b9;
    transform: translate(0, 0) rotate(45deg);
    display: inline-block;
}
