.custom-note-box {
    position: relative;
    background: linear-gradient(to right, #0096ff,#00c8d4);
    border: 1px solid #ffe58f;
    padding: 20px 24px;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.9;
    color: white;
    direction: rtl;
    text-align: justify;
    box-shadow: 5px 5px 5px black;
}

.custom-note-box::before {
    content: "💡 نکته مهم";
    position: absolute;
    top: -12px;
    right: 16px;
    background-color: #ffd666;
    color: #000;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 5px 5px 15px black;
}
