﻿.motd-container {
    position: relative;
    font-size: 1.4em;
    font-weight: 500;
    color: #333;
    background-color: #fff9ed;
    border-left: 5px solid #da8d00;
    padding: 20px 45px 20px 45px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    line-height: 1.4;
    text-align: center;
}

.motd-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #da8d00;
    line-height: 1;
    user-select: none;
}

    .motd-close:hover {
        color: #000;
    }

.motd-container a {
    color: #da8d00;
    text-decoration: underline;
}

    .motd-container a:hover {
        color: #000;
    }
