.apex-copyright-notice {
    background-color: #fef5e7;
    color: #9e6a1d;
    border: 1px solid #fce8c5;
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
    text-align: right;
    display: flex;
    align-items: center;
}

.apex-notice-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

/* Comment notice styles */
.apex-comment-notice {
    color: #000;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.7;
    text-align: right;
    font-weight: bold;
}

#comments {
    max-width: 78%;
    margin: 0 auto;
}