/* GD Type CSS — Result only. Loaded ONLY on result single posts.
   Fully separate from admit_card/cutoff on purpose (no shared banner file) —
   edit this file to change result's look without touching any other type.
   Re-toned 27.07.2026 to the notice-board palette (var(--gd-*) tokens live
   on .gd-single in gd-single.css; these rules apply to elements rendered
   as descendants of it, so the custom properties resolve normally). */

.gd-type-status-banner {
    display: flex; align-items: flex-start; gap: 10px;
    border-radius: 8px; border: 1.5px solid var(--gd-rule, #d8d3c6);
    padding: 12px 14px; margin: 14px 0 18px; font-size: 0.92rem; line-height: 1.45;
}
.gd-status-icon { font-size: 1.25rem; flex-shrink: 0; line-height: 1; }
.gd-status-released { background: #e6f7ee; border-color: #146c43; color: #14532d; }
.gd-status-pending  { background: #fdf1dc; border-color: #8a5a00; color: #6b5000; }

body.gd-dark .gd-status-released { background: #12281d; border-color: #5fd394; color: #9fe6bd; }
body.gd-dark .gd-status-pending  { background: #2c2311; border-color: #e3ac4e; color: #f5da8a; }

@media (max-width: 767px) {
    .gd-type-status-banner { padding: 10px 12px; font-size: 0.85rem; }
}
