/* ================= OFFICIAL RECOGNITION & DIPLOMATIC ARCHIVE ================= */

.archive-header{

    background:#0B3D91;

    color:white;

    text-align:center;

    padding:25px 20px;

}

.archive-header h1{

    font-size:32px;

    margin:0 0 8px;

    font-weight:800;

}

.archive-header h2{

    font-size:18px;

    color:#FFD700;

    margin:0 0 12px;

}

.archive-header p{

    max-width:950px;

    margin:0 auto;

    font-size:15px;

    line-height:1.6;

}
/* ================= RECOGNITION ENTRY ================= */

.archive-content{

    max-width:1350px;

    margin:70px auto;

    padding:0 20px;

}

.recognition-entry{

    background:white;

    padding:35px;

    border-radius:18px;

    box-shadow:0 8px 25px rgba(0,0,0,.12);

    margin-bottom:60px;

}

.recognition-entry h2{

    color:#d97706;

    text-align:center;

    font-size:34px;

    margin-bottom:15px;

}

.recognition-entry h3{

    color:#0B3D91;

    text-align:center;

    font-size:30px;

    margin-bottom:15px;

}

.recognition-date{

    text-align:center;

    color:#666;

    font-size:18px;

    font-style:italic;

}
/* ================= RECOGNITION DETAILS ================= */

.recognition-details{

    margin-top:25px;

    background:#f8f9fc;

    border:1px solid #d9e2f2;

    border-radius:12px;

    padding:22px;

}

.recognition-details h4{

    text-align:center;

    color:#0B3D91;

    font-size:24px;

    margin-bottom:25px;

}

.recognition-table{

    width:100%;

    border-collapse:collapse;

}

.recognition-table td{
    padding:6px 14px;
    border-bottom:1px solid #e6e6e6;
    font-size:14px;
    line-height:1.35;
}

.recognition-table td:first-child{

    width:35%;

    font-weight:700;

    color:#0B3D91;

}

.recognition-table tr:last-child td{

    border-bottom:none;

}
/* ================= OFFICIAL NARRATION ================= */

.official-narration{

    margin-top:30px;

    background:#ffffff;

    border-left:6px solid #0B3D91;

    padding:25px;

    border-radius:12px;

    box-shadow:0 4px 15px rgba(0,0,0,.08);

}

.official-narration h3{

    color:#0B3D91;

    font-size:28px;

    margin-bottom:20px;

}

.official-narration p{

    font-size:18px;

    line-height:2;

    color:#333;

    text-align:justify;

}
/* ================= OFFICIAL RECOGNITION SUMMARY ================= */

.recognition-summary-box{

    margin-top:30px;

    background:#fffdf5;

    border-left:6px solid #d97706;

    padding:25px;

    border-radius:12px;

    box-shadow:0 4px 15px rgba(0,0,0,.08);

}

.recognition-summary-box h3{

    color:#d97706;

    font-size:28px;

    margin-bottom:20px;

}

.recognition-summary-box p{

    font-size:18px;

    line-height:2;

    color:#333;

    text-align:justify;

}
/* ==========================================================
   FEATURED GUEST INTERACTION
========================================================== */

.featured-interaction {
    direction: ltr;
    text-align: left;
    background: #ffffff;
    margin: 50px auto;
    padding: 40px;
    max-width: 1200px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.featured-interaction h2 {
    text-align: center;
    font-size: 2rem;
    color: #0b3d91;
    margin-bottom: 10px;
    font-weight: 700;
}

.featured-interaction h3 {
    text-align: center;
    font-size: 1.45rem;
    color: #555;
    margin-bottom: 30px;
    font-style: italic;
}

.interaction-intro {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #444;
    text-align: left;
    max-width: 900px;
    margin: 0 auto 35px auto;
}

.interaction-image {
    text-align: center;
    margin: 40px 0;
}

.interaction-image img {
    width: 39%;
    max-width: 420px;
    height: auto;
    border-radius: 12px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    transition: transform .35s ease,
                box-shadow .35s ease;
}

.interaction-image img:hover {
    transform: scale(1.01);
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.interaction-content h4,
.qa-section h4 {
    color: #0b3d91;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.interaction-content p {
    font-size: 1rem;
    line-height: 1.9;
    color: #444;
}

.qa-item {
    background: #f8f9fc;
    border-left: 5px solid #0b3d91;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 12px;
}

.question {
    font-weight: 700;
    color: #0b3d91;
    margin-bottom: 10px;
}

.answer {
    color: #444;
    line-height: 1.7;
}

.interaction-note {
    margin-top: 35px;
    background: #f7f9fc;
    border-left: 5px solid #0b3d91;
    padding: 20px;
    border-radius: 8px;
}

.interaction-note strong {
    display: block;
    color: #0b3d91;
    margin-bottom: 12px;
    font-size: 1.15rem;
}

.interaction-note p {
    line-height: 1.8;
    color: #444;
}

/* ==========================================================
   MOBILE RESPONSIVE
========================================================== */

@media (max-width:768px){

    .featured-interaction{
        padding:25px;
        margin:30px 15px;
    }

    .featured-interaction h2{
        font-size:1.6rem;
    }

    .featured-interaction h3{
        font-size:1.2rem;
    }

    .interaction-image img{
        width:100%;
        max-width:100%;
    }

    .qa-item{
        padding:14px;
    }

}
/* ==========================================================
   OFFICIAL ACKNOWLEDGEMENTS
========================================================== */

.official-acknowledgements{
    max-width:1100px;
    margin:70px auto;
    padding:0 25px;
}

.official-acknowledgements h2{
    text-align:center;
    color:#0b2d6b;
    font-size:2.2rem;
    margin-bottom:30px;
}

.ack-intro{
    max-width:950px;
    margin:0 auto 35px auto;
    text-align:justify;
    line-height:1.9;
    font-size:1.08rem;
    color:#333;
}

.ack-card{
    background:#ffffff;
    border-left:6px solid #0b2d6b;
    border-radius:14px;
    padding:35px;
    box-shadow:0 8px 24px rgba(0,0,0,0.08);
    margin-bottom:35px;
}

.ack-card h3{
    color:#0b2d6b;
    margin-bottom:25px;
    text-align:center;
    font-size:1.5rem;
}

.ack-card p{
    text-align:justify;
    line-height:1.9;
    color:#444;
    margin-bottom:22px;
}

.ack-card strong{
    color:#0b2d6b;
}

.ack-highlight{
    background:linear-gradient(135deg,#f5f9ff,#edf5ff);
    border:2px solid #d6e5ff;
    border-radius:14px;
    padding:30px;
}

.ack-highlight h3{
    text-align:center;
    color:#0b2d6b;
    margin-bottom:20px;
    font-size:1.45rem;
}

.ack-highlight p{
    text-align:justify;
    line-height:1.9;
    color:#333;
    margin-bottom:18px;
}

.ack-highlight p:last-child{
    margin-bottom:0;
}

/* ===============================
   Mobile Responsive
================================ */

@media (max-width:768px){

    .official-acknowledgements{
        padding:0 18px;
        margin:50px auto;
    }

    .official-acknowledgements h2{
        font-size:1.8rem;
    }

    .ack-card,
    .ack-highlight{
        padding:22px;
    }

    .ack-card h3,
    .ack-highlight h3{
        font-size:1.3rem;
    }

    .ack-intro,
    .ack-card p,
    .ack-highlight p{
        font-size:1rem;
        line-height:1.8;
    }

}
/* ==========================================================
   OFFICIAL & VERIFIED SOURCES
========================================================== */

.official-references{

    background:#f7fbff;

    border-left:6px solid #2c7be5;

    padding:20px;

    margin:25px 0;

    border-radius:12px;

    box-shadow:0 4px 12px rgba(0,0,0,0.08);

    text-align:center;

}

.official-references h3{

    color:#0b4ea2;

    font-size:22px;

    margin-bottom:12px;

}

.official-references h4{

    color:#0b2d6b;

    font-size:18px;

    font-weight:700;

    margin-top:18px;

    margin-bottom:10px;

}

.official-references p{

    font-size:15px;

    line-height:1.6;

    color:#333;

    margin-bottom:15px;

    max-width:900px;

    margin-left:auto;

    margin-right:auto;

}


/* ==========================================================
   ARCHIVE ACTION BUTTONS
========================================================== */

.archive-button{

    display:inline-block;

    background:#0b4ea2;

    color:#ffffff !important;

    text-decoration:none;

    padding:10px 22px;

    margin:8px auto;

    border-radius:26px;

    font-size:14px;

    font-weight:600;

    transition:.3s;

    box-shadow:0 4px 10px rgba(0,0,0,0.12);

}

.archive-button:hover{

    background:#d97706;

    transform:translateY(-2px);

    box-shadow:0 6px 14px rgba(0,0,0,0.16);

}

/* ==========================================================
   ARCHIVE SECTION SPACING
========================================================== */

.official-narration,
.recognition-summary-box,
.supporting-media,
.featured-interaction,
.official-acknowledgements,
.official-references{

    transition:all 0.3s ease;
}

.official-narration:hover,
.recognition-summary-box:hover,
.supporting-media:hover,
.featured-interaction:hover,
.official-acknowledgements:hover,
.official-references:hover{

    transform:translateY(-3px);
    box-shadow:0 10px 22px rgba(0,0,0,0.12);

}
/* ==========================================================
   OFFICIAL GALLERY
========================================================== */

.official-gallery {
    direction: ltr;
    text-align: left;
    background: #ffffff;
    margin: 50px auto;
    padding: 40px;
    max-width: 1200px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.official-gallery h3 {
    text-align: center;
    font-size: 2rem;
    color: #0b3d91;
    margin-bottom: 25px;
    font-weight: 700;
}

.gallery-intro {
    direction: ltr;
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 35px;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.gallery-image {
    width: 100%;
    max-width: 100%;
    height: auto;

    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);

    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.01);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.gallery-note {
    direction: ltr;
    text-align: left;
    margin-top: 40px;
    padding: 22px 28px;
    background: #f7f9fc;
    border-left: 5px solid #0b3d91;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.gallery-note strong {
    color: #0b3d91;
}
/* ==========================================================
   MOBILE RESPONSIVE
========================================================== */

@media (max-width: 768px) {

    .official-gallery {
        direction: ltr;
        text-align: left;
        padding: 25px;
        margin: 30px 15px;
    }

    .official-gallery h3 {
        font-size: 1.6rem;
        text-align: center;
    }

    .gallery-intro {
        direction: ltr;
        text-align: left;
        font-size: 1rem;
        line-height: 1.8;
    }

    .gallery-container {
        gap: 25px;
    }

    .gallery-image {
        width: 100%;
        max-width: 100%;
    }

    .gallery-note {
        direction: ltr;
        text-align: left;
        padding: 18px;
        font-size: 0.95rem;
        line-height: 1.7;
    }
}
/* ===== MORE OFFICIAL RECOGNITIONS ===== */

.section-divider{
    width:220px;
    margin:50px auto 30px;
    border:0;
    border-top:2px solid #d8d8d8;
}

.recognition-heading{
    text-align:center;
    font-size:2rem;
    margin:0 0 18px;
    color:#133d8d;
}

.more-recognition-text{
    max-width:900px;
    margin:0 auto 35px;
    text-align:center;
    line-height:1.8;
    font-size:1.05rem;
}
/* ==========================================================
   HALL OF RECOGNITION — FEATURED OFFICIAL RECOGNITION
========================================================== */

.featured-official-recognition{

    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:55px 30px;
    box-sizing:border-box;
    text-align:center;

}

.featured-official-recognition h2{

    color:#0b2d6b;
    font-size:30px;
    margin:0 0 20px;

}

.featured-official-recognition h3{

    color:#d97700;
    font-size:18px;
    margin:0 0 12px;

}

.featured-official-recognition .recognition-photo{

    display:block;
    width:100%;
    max-width:420px;
    height:auto;
    margin:25px auto;
    border-radius:12px;
    box-shadow:0 6px 18px rgba(0,0,0,0.15);

}

.featured-official-recognition .recognition-summary{

    max-width:750px;
    margin:25px auto 15px;
    font-size:17px;
    line-height:1.8;
    color:#4a4a4a;

}

.featured-official-recognition .recognition-reference{

    max-width:750px;
    margin:0 auto;
    font-size:15px;
    line-height:1.6;

}
/* ==========================================================
   RECOGNITION INNER SECTION HEADING ALIGNMENT
========================================================== */

/* Gallery Note */
.gallery-note strong{
    display:block;
    text-align:center;
}

/* Official Background */
.interaction-content h4{
    text-align:center;
}

/* Official Questions & Responses */
.qa-section h4{
    text-align:center;
}

/* Official Significance */
.interaction-note > strong{
    display:block;
    text-align:center;
}
.gallery-note{
    text-align:center;
}

.gallery-note strong{
    display:inline;
    text-align:center;
}

.gallery-note > strong:first-child{
    display:block;
    text-align:center;
    margin-bottom:15px;
}
/* ==========================================================
   RECOGNITION ARCHIVE NAVIGATION
========================================================== */

.recognition-archive-nav{
    position:sticky;
    top:0;
    z-index:9999;

    width:100%;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;

    margin:0;
    padding:10px 20px;

    background:#0b2d6b;

    box-shadow:0 3px 10px rgba(0,0,0,0.15);

    box-sizing:border-box;
}


/* NAVIGATION BUTTONS */

.recognition-nav-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 16px;

    color:#ffffff;
    background:transparent;

    border:1px solid rgba(255,255,255,0.45);
    border-radius:7px;

    text-decoration:none;

    font-size:14px;
    font-weight:700;
}


.recognition-nav-btn:hover{
    background:#ffffff;
    color:#0b2d6b;
}


/* HALL OF RECOGNITION BUTTON */

.recognition-nav-main{
    background:rgba(255,255,255,0.10);
    color:#ffffff;
}


/* RECOGNITION DROPDOWN */

.recognition-select{
    height:36px;

    padding:0 14px;

    background:#0b2d6b;
    color:#ffffff;

    border:1px solid rgba(255,255,255,0.45);
    border-radius:7px;

    font-size:14px;
    font-weight:700;

    cursor:pointer;
    outline:none;
}


.recognition-select option{
    background:#ffffff;
    color:#0b2d6b;
}
/* ==========================================================
   REMOVE TOP PAGE GAP
========================================================== */

html,
body{
    margin:0;
    padding:0;
}
/* ==========================================================
   G&D-001 — OPENING BANNER & IDENTITY
========================================================== */

.gd-engagement{
    margin:0;
    padding:0 0 35px;

    background:#f5f7fb;
}


/* ================= G&D BANNER ================= */

.gd-entry-banner{
    width:100%;
    margin:0;
    padding:0;

    background:#f5f7fb;

    text-align:center;
}

.gd-entry-banner img{
    display:block;

    width:100%;
    height:auto;

    max-height:none;

    margin:0 auto;

    object-fit:contain;
}

/* ================= IDENTITY ================= */

.gd-entry-heading{
    max-width:1000px;

    margin:30px auto 0;
    padding:30px 35px;

    text-align:center;

    background:#ffffff;

    border:1px solid #e3e8ef;
    border-radius:12px;

    box-shadow:0 4px 16px rgba(0,0,0,0.07);

    box-sizing:border-box;
}


/* ARCHIVE NUMBER */

.gd-entry-number{
    display:inline-block;

    margin-bottom:16px;
    padding:7px 15px;

    background:#0B3D91;
    color:#ffffff;

    border-radius:20px;

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;
}


/* MAIN TITLE */

.gd-entry-heading h2{
    margin:0 0 12px;

    color:#0B3D91;

    font-size:27px;
    line-height:1.35;
}


/* AMBASSADOR TITLE */

.gd-entry-heading h3{
    margin:0 0 18px;

    color:#d66a00;

    font-size:18px;
    line-height:1.5;
}


/* LOCATION */

.gd-entry-location{
    margin:0 0 8px;

    color:#333;

    font-size:15px;
    line-height:1.6;
}


/* DATE */

.gd-entry-date{
    margin:0 0 18px;

    color:#555;

    font-size:15px;
}


/* STORY SUBTITLE */

.gd-entry-subtitle{
    max-width:700px;

    margin:18px auto 0;
    padding-top:18px;

    border-top:1px solid #e3e8ef;

    color:#123b7a;

    font-size:17px;
    font-weight:700;
    font-style:italic;
}
/* ==========================================================
   G&D-001 — OFFICIAL MEETING STORY CARD
========================================================== */

.gd-story-card{
    max-width:1000px;

    margin:28px auto 0;
    padding:30px;

    display:flex;
    align-items:center;
    gap:38px;

    background:#ffffff;

    border:1px solid #e3e8ef;
    border-radius:14px;

    box-shadow:0 5px 18px rgba(0,0,0,0.08);

    box-sizing:border-box;
}


/* ================= IMAGE ================= */

.gd-story-image{
    flex:0 0 46%;
}

.gd-story-image img{
    display:block;

    width:100%;
    height:auto;

    border-radius:10px;

    box-shadow:0 4px 12px rgba(0,0,0,0.12);
}


/* ================= CONTENT ================= */

.gd-story-content{
    flex:1;
    text-align:left;
}

.gd-story-label{
    display:inline-block;

    margin-bottom:12px;
    padding:6px 12px;

    background:#fff4e8;
    color:#c75f00;

    border-left:4px solid #d66a00;
    border-radius:4px;

    font-size:14px;
    font-weight:700;

    letter-spacing:.8px;
}

.gd-story-content h2{
    margin:0 0 18px;

    color:#0B3D91;

    font-size:25px;
    line-height:1.3;
}

.gd-story-content p{
    margin:0 0 15px;

    color:#333;

    font-size:15px;
    line-height:1.75;
}

.gd-story-content p:last-child{
    margin-bottom:0;
}

/* ==========================================================
   G&D STORY ROW — ALTERNATING LAYOUT
========================================================== */

.gd-story-row{
    max-width:1000px;

    margin:28px auto 0;
    padding:30px;

    display:flex;
    align-items:center;
    gap:38px;

    background:#ffffff;

    border:1px solid #e3e8ef;
    border-radius:14px;

    box-shadow:0 5px 18px rgba(0,0,0,0.08);

    box-sizing:border-box;
}


/* STORY IMAGE */

.gd-story-row .gd-story-image{
    flex:0 0 46%;
}

.gd-story-row .gd-story-image img{
    display:block;

    width:100%;
    height:auto;

    border-radius:10px;

    box-shadow:0 4px 12px rgba(0,0,0,0.12);
}


/* STORY TEXT */

.gd-story-row .gd-story-content{
    flex:1;
    min-width:0;
}

/* ==========================================================
   G&D-001 — ORIGINAL VIDEO DOCUMENTATION
========================================================== */

.gd-video-evidence{
    max-width:1000px;
    margin:28px auto 0;
    padding:30px;

    background:#ffffff;

    border:1px solid #e3e8ef;
    border-radius:14px;

    box-shadow:0 5px 18px rgba(0,0,0,0.08);

    box-sizing:border-box;
}

.gd-video-evidence > h2{
    margin:8px 0 12px;

    color:#0B3D91;

    font-size:24px;
    line-height:1.35;
}

.gd-video-evidence > p{
    margin:0 0 24px;

    color:#444;

    font-size:15px;
    line-height:1.7;
}


/* TWO VIDEO CARDS */

.gd-video-links{
    display:grid;

    grid-template-columns:repeat(2, 1fr);

    gap:22px;
}

.gd-video-card{
    padding:24px;

    background:#f8fafc;

    border:1px solid #e1e6ed;
    border-radius:10px;

    box-sizing:border-box;
}

.gd-video-card h3{
    margin:0 0 14px;

    color:#123b7a;

    font-size:18px;
    line-height:1.4;
}

.gd-video-card p{
    margin:0 0 14px;

    color:#444;

    font-size:14px;
    line-height:1.7;
}


/* WATCH BUTTON */

.gd-video-button{
    display:inline-block;

    margin-top:8px;
    padding:10px 17px;

    background:#0B3D91;
    color:#ffffff;

    border-radius:6px;

    font-size:13px;
    font-weight:700;

    text-decoration:none;
}

.gd-video-button:hover{
    background:#082d6c;
}

/* ==========================================================
   G&D — OFFICIAL DOCUMENTATION & MEDIA RECORD
========================================================== */

.gd-documentation{
    max-width:1000px;
    margin:28px auto;
    padding:0 20px;
    box-sizing:border-box;
}

.gd-documentation-container{
    background:#ffffff;
    border:1px solid #e2e7ee;
    border-radius:14px;
    padding:32px;

    box-shadow:0 5px 18px rgba(0,0,0,0.08);
}

.gd-documentation h2{
    margin:10px 0 12px;
    color:#0B3D91;
    font-size:24px;
}

.gd-documentation-container > p{
    color:#444;
    line-height:1.7;
    margin-bottom:24px;
}


/* OFFICIAL SOURCE */

.gd-source-card{
    padding:22px;
    margin-bottom:20px;

    background:#f8fafc;
    border-left:4px solid #d97706;
    border-radius:8px;
}

.gd-source-card h3,
.gd-media-record h3{
    margin:0 0 10px;
    color:#123b7a;
}

.gd-source-card p{
    line-height:1.6;
}


/* BUTTON */

.gd-source-button{
    display:inline-block;

    margin-top:8px;
    padding:10px 16px;

    background:#0B3D91;
    color:#ffffff;

    text-decoration:none;
    font-weight:700;
    font-size:13px;

    border-radius:6px;
}


/* MEDIA RECORD */

.gd-media-record{
    padding:22px;

    background:#f8fafc;
    border-radius:8px;
}

.gd-media-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-top:16px;
}

.gd-media-links a{
    padding:10px 16px;

    background:#0B3D91;
    color:#ffffff;

    border:1px solid #0B3D91;
    border-radius:6px;

    font-size:13px;
    font-weight:700;
    text-decoration:none;

    transition:0.2s ease;
}

.gd-media-links a:hover{
    background:#082d6c;
    border-color:#082d6c;
}
/* ==========================================================
   G&D — CLOSING RECORD
========================================================== */

.gd-closing{
    max-width:1000px;
    margin:28px auto 40px;
    padding:0 20px;
    box-sizing:border-box;
}

.gd-closing-container{
    background:#ffffff;
    border:1px solid #e2e7ee;
    border-radius:14px;
    padding:34px 42px;
    text-align:center;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
}

.gd-closing h2{
    margin:10px 0 18px;
    color:#0B3D91;
    font-size:25px;
}

.gd-closing p{
    max-width:820px;
    margin:0 auto 16px;
    line-height:1.75;
    color:#3f4650;
}

.gd-closing-message{
    max-width:720px;
    margin:26px auto 20px;
    padding:16px 20px;

    color:#0B3D91;
    background:#f7f9fc;

    border-top:1px solid #d8e0ea;
    border-bottom:1px solid #d8e0ea;

    font-size:17px;
    font-style:italic;
}

.gd-closing-signature{
    margin-top:22px !important;
    color:#555 !important;
}
.gd-arabic-title{
    display:inline-block;
    margin-top:6px;
    font-size:16px;
    font-weight:700;
    color:#0B3D91;
    direction:rtl;
}

/* ================= MOBILE ================= */

@media (max-width:700px){

    .gd-entry-heading{
        margin:20px 12px 0;
        padding:24px 18px;
    }

    .gd-entry-heading h2{
        font-size:22px;
    }

    .gd-entry-heading h3{
        font-size:16px;
    }

    .gd-entry-number{
        font-size:10px;
        letter-spacing:.6px;
    }

    .gd-story-card{
    margin:20px 12px 0;
    padding:20px;

    flex-direction:column;
    gap:22px;
}

.gd-story-image{
    flex:none;
    width:100%;
}

.gd-story-content h2{
    font-size:21px;
}

.gd-story-content p{
    font-size:14px;
    line-height:1.7;
}

.gd-video-evidence{
    margin:20px 12px 0;
    padding:20px;
}

.gd-video-links{
    grid-template-columns:1fr;
}

.gd-video-evidence > h2{
    font-size:21px;
}

.gd-closing{
    padding:0 12px;
}

.gd-closing-container{
    padding:26px 18px;
}

.gd-closing h2{
    font-size:22px;
}

.gd-closing-message{
    font-size:15px;
}

}