

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    direction: rtl;
    font-family: inherit;
    color: #073B4C;
    background:
        radial-gradient(circle at 85% 8%, rgba(22,199,199,.16), transparent 32%),
        linear-gradient(180deg,#effcfc,#ffffff 42%);
}

a {
    color: inherit;
    text-decoration: none;
}

.rasa-news-detail-shell {
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto;
}

.rasa-news-detail-hero {
    padding: 34px 0 22px;
}

.rasa-news-back {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 10px 15px;
    border-radius: 999px;
    color: #0f766e;
    background: rgba(22,199,199,.12);
    font-size: 13px;
    font-weight: 900;
}

.rasa-news-detail-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 22px;
    align-items: stretch;
    border-radius: 34px;
    padding: clamp(22px, 3vw, 34px);
    background:
        linear-gradient(135deg, rgba(255,255,255,.86), rgba(237,252,252,.70)),
        radial-gradient(circle at 20% 20%, rgba(22,199,199,.12), transparent 34%);
    border: 1px solid rgba(7,59,76,.09);
    box-shadow: 0 22px 60px rgba(7,59,76,.10);
}

.rasa-news-detail-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rasa-news-date {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #0f766e;
    background: rgba(22,199,199,.13);
    font-size: 13px;
    font-weight: 950;
}

.rasa-news-detail-copy h1 {
    margin: 0;
    color: #073B4C;
    font-size: clamp(30px, 4.4vw, 54px);
    line-height: 1.35;
    font-weight: 950;
    letter-spacing: -1px;
}

.rasa-news-detail-copy p {
    margin: 14px 0 0;
    max-width: 620px;
    color: rgba(7,59,76,.68);
    font-size: 16px;
    line-height: 2;
}

.rasa-news-detail-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.rasa-news-detail-stats span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7,59,76,.055);
    color: rgba(7,59,76,.76);
    font-size: 13px;
    font-weight: 850;
}

.rasa-news-detail-cover {
    min-height: 330px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg,#073B4C,#16C7C7);
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.9);
    font-size: 32px;
    font-weight: 950;
}

.rasa-news-detail-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rasa-news-detail-content {
    padding: 22px 0 70px;
}

.rasa-news-main-text,
.rasa-news-block,
.rasa-news-related {
    margin-top: 22px;
    border-radius: 30px;
    padding: clamp(20px, 3vw, 30px);
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(7,59,76,.08);
    box-shadow: 0 16px 44px rgba(7,59,76,.075);
}

.rasa-news-main-text {
    font-size: 16px;
    line-height: 2.15;
    color: rgba(7,59,76,.78);
}

.rasa-news-main-text h2,
.rasa-news-main-text h3 {
    color: #073B4C;
}

.rasa-news-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.rasa-news-block-head span {
    color: #073B4C;
    font-size: 22px;
    font-weight: 950;
}

.rasa-news-block-head strong {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(22,199,199,.12);
    color: #0f766e;
    font-size: 13px;
}

.rasa-news-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.rasa-news-gallery figure {
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(7,59,76,.04);
}

.rasa-news-gallery img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.rasa-news-gallery figcaption {
    display: block;
    padding: 12px;
}

.rasa-news-gallery figcaption b,
.rasa-news-gallery figcaption span {
    display: block;
}

.rasa-news-gallery figcaption span {
    margin-top: 5px;
    color: rgba(7,59,76,.65);
    line-height: 1.8;
    font-size: 13px;
}

.rasa-news-text-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.rasa-news-text-grid article,
.rasa-news-video-grid article {
    border-radius: 22px;
    padding: 18px;
    background: rgba(7,59,76,.035);
}

.rasa-news-text-grid h2,
.rasa-news-video-grid h3 {
    margin: 0 0 8px;
    color: #073B4C;
    font-size: 18px;
}

.rasa-news-text-grid p,
.rasa-news-video-grid p {
    margin: 0;
    color: rgba(7,59,76,.68);
    line-height: 1.95;
}

.rasa-news-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.rasa-news-video-grid video {
    width: 100%;
    border-radius: 18px;
    background: #000;
}

.rasa-news-video-grid a {
    display: grid;
    place-items: center;
    min-height: 180px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg,#073B4C,#16C7C7);
    font-weight: 950;
}

.rasa-news-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.rasa-news-related-grid a {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(7,59,76,.035);
    transition: transform .22s ease, box-shadow .22s ease;
}

.rasa-news-related-grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(7,59,76,.10);
}

.rasa-news-related-grid img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.rasa-news-related-grid span,
.rasa-news-related-grid b {
    display: block;
    padding-inline: 13px;
}

.rasa-news-related-grid span {
    padding-top: 12px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}

.rasa-news-related-grid b {
    padding-top: 6px;
    padding-bottom: 14px;
    color: #073B4C;
    line-height: 1.7;
}

@media (max-width: 860px) {
    .rasa-news-detail-hero-grid,
    .rasa-news-gallery,
    .rasa-news-text-grid,
    .rasa-news-video-grid,
    .rasa-news-related-grid {
        grid-template-columns: 1fr;
    }

    .rasa-news-detail-cover {
        min-height: 240px;
    }
}

