.ly_sitelink {
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}
.ly_sitelink .wrapper {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 150px);
    margin: 0 auto;
    padding: 15px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px #ddd;
    border-radius: 10px;
}
.ly_sitelink h1 {text-align: left;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.ly_sitelink p {
    text-indent: 2rem;
    text-align: left;
}
.ly_sitelink .actions {
    margin-top: 15px;
    padding-top: 30px;
    text-align: right;
    border-top: 1px solid #d8d8d8;
}