.neurogaze-launch,
.neurogaze-notice {
    border: 1px solid #d7e4e3;
    border-radius: 8px;
    padding: 24px;
    background: #ffffff;
    color: #10212a;
    box-shadow: 0 16px 36px rgba(16, 33, 42, .08);
}

.neurogaze-launch p,
.neurogaze-notice p {
    margin: 10px 0 0;
}

.neurogaze-launch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 7px;
    background: #102f3a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(16, 47, 58, .22);
}

.neurogaze-launch-button:hover,
.neurogaze-launch-button:focus {
    background: #176f7a;
    color: #ffffff;
    text-decoration: none;
}

.neurogaze-embed {
    width: 100%;
    min-height: 500px;
    border: 1px solid #d8dee4;
    border-radius: 8px;
    overflow: hidden;
    background: #0d1117;
}

.neurogaze-embed iframe {
    display: block;
    width: 100%;
    border: 0;
}
