body {
    background: #F5F1DC;
    font-family: Cairo, Arial, sans-serif;
    max-width: 700px;
    margin: auto;
    padding: 20px;
    direction: rtl;
	user-select: none;
}
h2 {
    text-align: center;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 5px;
}
.site-note {
    text-align: center;
    margin-bottom: 15px;
    color: #888;
    font-size: .9em;
}
.details-box {
    margin-bottom: 0px;
    details {
        background: #F7F7D5;
        border: 1px solid #dbcfae;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
        padding: 0px 20px;
        border: 1px solid #e1e7ec;
    }
}
details {
    transition: box-shadow .3s;
    text-align: justify;
    margin-bottom: 1px;
}
details[open] {
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
summary {
    font-weight: bold;
    font-size: 1.1em;
    color: #007bff;
    cursor: pointer;
    outline: none;
    padding: -1px 0;
    margin-bottom: 2px;
}
.content {
    padding: 10px 0 0 0;
    font-size: 1.3em;
    color: #444;
}
.date {
    text-align: left;
    color: #aaa;
    font-size: 0.85em;
    margin-top: 7px;
}
.message {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #d00;
}
@media (max-width: 600px) {
    body {
        padding: 6px;
        max-width: 98vw;
    }
    details {
        padding: 7px 6px;
    }
}
.banner {
    background: linear-gradient(180deg, #f5f0e6, #dbcfae, #c4b297, #f7dd74);
    color: #85817F;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 28px 0 22px 0;
    border-radius: 16px;
    margin-bottom: 5px;
    box-shadow: 0 3px 18px #f7dd74;
    letter-spacing: 2px;
    line-height: 1.2;
    white-space: normal;
}
.category {
    background: linear-gradient(180deg, #ece0d1, #dbcfae, #c4b297, #f7dd74);
    border: 1px solid #E6B800;
    margin-bottom: 2px;
    width: 100%;
}
.cat-title {
    font-size: 1.4em;
    color: #5a4d3a;
    background: #d7c4a3;
    padding: 12px 18px;
    border-radius: 8px 8px 0 0;
    margin-top: -24px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px #e3dacd;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
