#announcement-view {
    width: 100%;
    max-width: 760px;
    position: relative;

    #profile-image {
        width: 150px;
        margin: 0 auto;
    }

    #content {
        margin: 20px auto;
        text-align: left;
        display: block;
        width: 80%;
    }

    button {
        width: 80%;
        display: block;
        margin: 20px auto;
    }

    #launch-v2-content {
        text-align: left;
    }

    #launch-v2-content[hidden],
    #launch-v2-video[hidden],
    #launch-v2-video-fallback[hidden] {
        display: none !important;
    }

    .launch-v2-close {
        position: absolute;
        top: -8px;
        right: 0;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: #34495e;
        font-size: 36px;
        line-height: 40px;
    }

    #launch-v2-title {
        margin: 0 42px 12px 0;
        color: #2c3e50;
        font-size: 30px;
        line-height: 1.2;
    }

    #launch-v2-message,
    #launch-v2-features,
    #launch-v2-video-introduction,
    #launch-v2-pricing,
    #launch-v2-migration,
    #launch-v2-login,
    #launch-v2-shutdown,
    #launch-v2-signoff {
        margin: 14px 0;
        font-size: 17px;
        line-height: 1.5;
    }

    #launch-v2-pricing,
    #launch-v2-login {
        font-weight: bold;
    }

    #launch-v2-signoff {
        margin-top: 22px;
        font-style: italic;
    }

    .launch-v2-video-container {
        position: relative;
        width: 100%;
        margin: 20px 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        border-radius: 6px;
        background: #ecf0f1;
    }

    #launch-v2-video,
    #launch-v2-video-fallback {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    #launch-v2-video-fallback {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        color: #7f8c8d;
        text-align: center;
    }

    .launch-v2-actions {
        display: flex;
        gap: 12px;
        margin-top: 24px;
    }

    .launch-v2-actions button,
    .launch-v2-actions a {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    @media (max-width: 600px) {
        .launch-v2-close {
            top: -8px;
            right: 0;
        }

        #launch-v2-title {
            font-size: 25px;
        }

        .launch-v2-actions {
            flex-direction: column-reverse;
        }

        .launch-v2-actions button,
        .launch-v2-actions a {
            width: 100%;
        }
    }
}
