.chrome-ios-rotate-notice {
    position: fixed;
    inset: 0;
    z-index: 10060;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(1.25rem, 5vw, 2rem);
    background: rgba(217, 235, 241, 0.97);
    box-sizing: border-box;
}

.chrome-ios-rotate-notice.is-visible {
    display: flex;
}

.chrome-ios-rotate-notice__panel {
    width: min(30rem, 100%);
    padding: clamp(1.4rem, 4.8vw, 2rem);
    border: 2px solid #6f7f84;
    background: #f8fbfb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.chrome-ios-rotate-notice__text {
    color: #000000;
    font-family: 'HelveticaProject', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(15px, 4.2vw, 21px);
    font-weight: 700;
    line-height: 1.3;
}

.chrome-ios-rotate-notice__button {
    display: none;
    margin-top: 1rem;
    border: 0;
    padding: 0.7rem 1rem;
    background: #6f7f84;
    color: #ffffff;
    font-family: 'HelveticaProject', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(14px, 3.9vw, 18px);
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
}

.chrome-ios-rotate-notice__button.is-visible {
    display: inline-block;
}
