.message-prompt {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: center;
    background-color: #00acad;
    color: white;
    font-weight: bold;
    font-size: 17px;
}

.message-prompt-inner {
    padding:10px;
}

.message-prompt-sunderland {
    background-color: #00acad;
}


/**
    York specific
 */
.message-prompt-york,
.message-prompt-modal-york .message-prompt-modal-content-close {
    background-color: #a23479;
}

.message-prompt-modal-york .message-prompt-modal-content a {
    color: #a23479;
}

/**
    Glyndwr specific
 */
.message-prompt-glyndwr,
.message-prompt-modal-glyndwr .message-prompt-modal-content-close {
    background-color: #336699;
}

.message-prompt-modal-glyndwr .message-prompt-modal-content a {
    color: #336699;
}

/**
    Lincoln specific
 */
.message-prompt-lincoln,
.message-prompt-modal-lincoln .message-prompt-modal-content-close {
    background-color: #072149;
}

.message-prompt-modal-lincoln .message-prompt-modal-content a {
    color: #072149;
}

@media only screen and (max-width: 600px) {
    .message-prompt {
        font-size: 13px;
    }
}

.message-prompt a {
    color: #fff;
    font-weight: bold;
}

.message-prompt-modal-content-wrap {
    position: relative;
    max-height: 60vh;
    overflow: auto;
}

.message-prompt-sunderland {
    background-color: #00acad;
    color: white;
    font-weight: bold;
}

.message-prompt-modal-content-close {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #00acad;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-top: -40px;
    margin-right: -40px;
    cursor: pointer;
}

.message-prompt-modal {
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.message-prompt-modal-hidden {
    display: none;
}


.message-prompt-modal-content {
    background-color: #fff;
    padding: 60px;
    max-width: 800px;
    margin: 0 30px 0 30px;
    width: 100%;
}

.message-prompt-modal-content-close-wrap {
    position: relative;
}

@media only screen and (max-width: 600px) {
    .message-prompt-modal-content {
        padding: 20px;
    }
}

.message-prompt-modal-content ul {
    margin: 10px 0 10px 0;
}

.message-prompt-modal-content li {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-left: 20px;
}

.message-prompt-modal-content a {
    color: #00acad;
    font-weight: bold;
}
