.sunset-banner {
    width: 100%;
    background-color: #fdebd3;
    border-bottom: 1px solid #e8a33d;
    color: #6b3e00;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.sunset-banner a {
    color: #6b3e00;
    font-weight: bold;
    text-decoration: underline;
}

.sunset-banner a:hover {
    color: #402500;
}
