/* Public outage portal styling aligned with Perfex theme tokens. */

/* Hide default Perfex announcement panel on outage public pages */
.panel_s:has(> .panel-body.announcement) { display: none !important; }

.otg-public {
    --otg-accent: #004B9E;
    --otg-accent-dark: #003a7a;
    --otg-accent-soft: #e6eef8;
    --otg-text: #0f172a;
    --otg-muted: #64748b;
    --otg-line: #e2e8f0;
    --otg-line-strong: #cbd5e1;
    --otg-bg: #f8fafc;
    --otg-card: #ffffff;
    --otg-danger: #e55353;
    --otg-danger-soft: #f07070;
    --otg-success: #00843D;
    --otg-success-soft: #00a84e;
    --otg-info: #3b82f6;
    --otg-info-soft: #4f46e5;
    --otg-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    color: var(--otg-text);
}

.otg-public #wrapper,
.otg-public #content {
    background: var(--otg-bg);
}

.otg-public #content > .container {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.otg-public #content > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.otg-public .container {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.otg-navbar {
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid var(--otg-line);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.otg-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.otg-brand-logo {
    display: flex;
    align-items: center;
    padding: 13px 0 17px;
    margin-right: 24px;
}

.otg-brand-logo img {
    max-height: 36px;
    width: auto;
}

.otg-navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.otg-nav-links {
    margin-right: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.otg-navbar .navbar-nav > li > a {
    height: auto;
    padding: 8px 12px;
    margin: 9px 0;
    border-radius: 6px;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.otg-navbar .navbar-nav > li > a:hover,
.otg-navbar .navbar-nav > li > a:focus {
    background: #f1f5f9;
    color: var(--otg-text);
}

.otg-navbar .navbar-nav > .active > a,
.otg-navbar .navbar-nav > .active > a:hover,
.otg-navbar .navbar-nav > .active > a:focus {
    background: var(--otg-accent);
    color: #fff;
}

.otg-navbar .otg-nav-staff {
    margin-left: 12px;
}

.otg-navbar .btn-staff-portal {
    border: 1px solid var(--otg-line-strong);
    background: #fff;
    color: #475569;
}

.otg-navbar .btn-staff-portal:hover,
.otg-navbar .btn-staff-portal:focus {
    border-color: var(--otg-accent);
    background: var(--otg-accent-soft);
    color: var(--otg-accent-dark);
}

.otg-content {
    background: var(--otg-bg);
    min-height: calc(100vh - 72px);
}

.otg-public .otg-page,
.otg-public .otg-detail-status-bar,
.otg-public .otg-subscribe-outer,
.otg-public .otg-footer {
    width: 100%;
}

.otg-banner {
    max-width: 875px;
    margin: 1.25rem auto 0;
    border-radius: 25px;
    padding: 1.75rem 2rem;
}

.otg-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.otg-banner-icon-outer {
       /* width: 68px; */
    height: 68px;
    /* border-radius: 50%; */
    /* background: rgba(255, 255, 255, 0.20); */
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 5px;
}

.otg-banner-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.30);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.otg-banner-ok {
    background: var(--otg-success);
    color: #fff;
}

.otg-banner-warn,
.otg-banner-critical {
    background: #e55353c4;
    color: #fff;
}

.otg-banner-title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.otg-banner-sub {
    margin: 0;
    font-size: 14px;
    opacity: 0.88;
}

.otg-page {
    max-width: 875px;
    margin: 1.25rem auto 0;
    padding: 1.75rem 0rem 0rem;
}

.otg-page-header {
    margin-bottom: 20px;
}

.otg-page-title {
    margin: 0 0 6px;
    color: var(--otg-text);
    font-size: 22px;
    font-weight: 700;
}

.otg-page-sub {
    margin: 0;
    color: var(--otg-muted);
    font-size: 14px;
}

.otg-search-wrap {
    position: relative;
    max-width: 560px;
    margin-bottom: 28px;
}

.otg-search-wrap .otg-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
}

.otg-search-input,
.otg-form-input,
.otg-form-select {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--otg-line-strong);
    border-radius: 8px;
    padding: 11px 14px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    outline: 0;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.otg-search-input {
    padding-left: 40px;
}

.otg-search-input:focus,
.otg-form-input:focus,
.otg-form-select:focus {
    border-color: var(--otg-accent);
    box-shadow: 0 0 0 3px rgba(0, 75, 158, 0.12);
}

.otg-form-select {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

/* Handle bootstrap-select plugin wrapper if loaded on this page */
.otg-subscribe-wrap .bootstrap-select {
    width: 100% !important;
}
.otg-subscribe-wrap .bootstrap-select > .dropdown-toggle {
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 46px !important;
    border: 1px solid var(--otg-line-strong) !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.otg-section-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    margin-top: 28px;
}

.otg-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--otg-text);
    font-size: 17px;
    font-weight: 700;
}

.otg-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--otg-danger-soft);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.otg-view-all,
.otg-view-details,
.otg-back-link {
    color: var(--otg-accent);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.otg-view-all:hover,
.otg-view-details:hover,
.otg-back-link:hover {
    color: var(--otg-accent-dark);
}

.otg-card {
    background: var(--otg-card);
    border: 1px solid var(--otg-line);
    /* border-left: 4px solid var(--otg-line); */
    border-radius: 10px;
    padding: 20px 20px 18px;
    margin-bottom: 14px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.otg-card:hover {
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.10);
    transform: translateY(-1px);
}

/* Left accent border by card type */
/* .otg-card-active  { border-left-color: #dc2626; } */
.otg-card-planned { border-left-color: #004B9E; }
.otg-card-resolved { border-left-color: #00843D; }

.otg-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.otg-pill,
.otg-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.otg-pill-minor    { background: #64748b; color: #fff; }
.otg-pill-moderate { background: #F5A800; color: #111827; }
.otg-pill-major,
.otg-pill-critical { background: #dc2626; color: #fff; }
.otg-pill-planned  { background: #004B9E; color: #fff; }

/* Type pills — shown first in badges row */
.otg-type-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.otg-type-active    { background: #dc2626; color: #fff; }
.otg-type-unplanned { background: #F5A800; color: #111827; }
.otg-type-planned   { background: #004B9E; color: #fff; }
.otg-type-resolved  { background: #00843D; color: #fff; }

.otg-status-repairs_in_progress,
.otg-status-crew_dispatched { background: #F5A800; color: #111827; }
.otg-status-active           { background: #dc2626; color: #fff; }
.otg-status-scheduled,
.otg-status-planned          { background: #004B9E; color: #fff; }
.otg-status-resolved,
.otg-status-closed           { background: #00843D; color: #fff; }
.otg-status-draft            { background: #cbd5e1; color: #334155; }

/* Section heading dot indicator */
.otg-section-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.otg-section-dot-active   { background: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,0.18); }
.otg-section-dot-planned  { background: #004B9E; box-shadow: 0 0 0 3px rgba(0,75,158,0.15); }
.otg-section-dot-resolved { background: #00843D; box-shadow: 0 0 0 3px rgba(0,132,61,0.15); }

.otg-card-title {
    margin: 0 0 10px;
    color: var(--otg-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.otg-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-bottom: 12px;
    color: var(--otg-muted);
    font-size: 13px;
}

.otg-card-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.otg-card-desc {
    margin-bottom: 14px;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

.otg-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid #f1f5f9;
    color: var(--otg-muted);
    font-size: 12px;
}

.otg-empty {
    padding: 56px 24px;
    text-align: center;
    color: var(--otg-muted);
    background: #fff;
    border: 1px solid var(--otg-line);
    border-radius: 10px;
}

.otg-empty-icon {
    margin-bottom: 16px;
    color: var(--otg-success);
    font-size: 46px;
}

.otg-detail-status-bar {
    padding: 11px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.otg-detail-status-bar.status-repairs_in_progress,
.otg-detail-status-bar.status-crew_dispatched {
    background: var(--otg-accent);
}

.otg-detail-status-bar.status-active {
    background: var(--otg-danger);
}

.otg-detail-status-bar.status-resolved,
.otg-detail-status-bar.status-closed {
    background: var(--otg-success);
}

.otg-detail-status-bar.status-scheduled {
    background: #F5A800;
    color: #111827;
}

.otg-detail-header {
    margin-bottom: 18px;
}

.otg-detail-header-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.otg-detail-ref {
    color: var(--otg-muted);
    font-size: 13px;
}

.otg-detail-title {
    margin: 0;
    color: var(--otg-text);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.otg-detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.otg-detail-meta-cell,
.otg-detail-section,
.otg-timeline-section,
.otg-subscribe-wrap {
    background: #fff;
    border: 1px solid var(--otg-line);
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02);
}

.otg-detail-meta-cell {
    padding: 14px 16px;
}

.otg-detail-meta-label,
.otg-detail-section-header,
.otg-detail-field-label,
.otg-timeline-header {
    color: var(--otg-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.otg-detail-meta-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.otg-detail-meta-value {
    color: var(--otg-text);
    font-size: 16px;
    font-weight: 700;
}

.otg-detail-section-header,
.otg-timeline-header {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
}

.otg-detail-section-body {
    padding: 16px;
    color: #334155;
    font-size: 14px;
    line-height: 1.7;
}

.otg-detail-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.otg-detail-field-grid-2 .otg-detail-field {
    border-bottom: 0;
}

.otg-detail-field {
    padding: 16px;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.otg-field-left {
    border-right: 1px solid #f1f5f9;
}

.otg-field-right {
    border-right: 0;
}

.otg-detail-field:nth-child(even) {
    border-right: 0;
}

.otg-detail-field:nth-last-child(-n+2) {
    border-bottom: 0;
}

.otg-detail-field-value {
    color: var(--otg-text);
    font-size: 15px;
    font-weight: 600;
}

.otg-tl-nav {
    display: flex;
    gap: 6px;
}

.otg-tl-nav-btn {
    width: 28px;
    height: 28px;
    border: 1px solid var(--otg-line);
    border-radius: 6px;
    background: #fff;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.otg-tl-nav-btn:hover {
    border-color: var(--otg-accent);
    background: var(--otg-accent-soft);
    color: var(--otg-accent-dark);
}

.otg-timeline-scroll {
    overflow-x: auto;
    padding: 16px;
}

.otg-timeline-strip {
    display: flex;
    gap: 12px;
    min-width: max-content;
}

.otg-timeline-card {
    width: 220px;
    flex: 0 0 auto;
    border: 1px solid var(--otg-line);
    border-top: 3px solid var(--otg-accent);
    border-radius: 10px;
    padding: 14px 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 120px;
}

.otg-tl-card-status {
    border-top-color: var(--otg-danger);
}

.otg-tl-time {
    color: var(--otg-muted);
    font-size: 12px;
}

.otg-tl-event {
    margin: 8px 0 6px;
    color: var(--otg-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.otg-tl-note {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    flex: 1;
}

.otg-tl-actor {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    color: var(--otg-muted);
    font-size: 12px;
}

.otg-subscribe-outer {
    display: flex;
    justify-content: center;
    padding: 48px 16px;
}

.otg-subscribe-wrap {
    width: 100%;
    max-width: 560px;
    padding: 32px;
}

.otg-subscribe-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 999px;
    background: var(--otg-accent-soft);
    color: var(--otg-accent);
    font-size: 20px;
}

.otg-subscribe-wrap h2 {
    margin: 0 0 6px;
    color: var(--otg-text);
    font-size: 20px;
    font-weight: 700;
}

.otg-sub-desc {
    margin-bottom: 24px;
    color: var(--otg-muted);
    font-size: 14px;
    line-height: 1.6;
}

/* Channel cards */
.otg-chan-card {
    display: block;
    border: 1.5px solid var(--otg-line-strong);
    border-radius: 12px;
    padding: 18px 18px 16px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    background: #fff;
    user-select: none;
}

.otg-chan-card.active {
    border-color: var(--otg-accent);
    box-shadow: 0 0 0 3px rgba(0, 75, 158, 0.10);
}

.otg-chan-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.otg-chan-check {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    accent-color: var(--otg-accent);
    cursor: pointer;
    flex-shrink: 0;
}

.otg-chan-icon {
    font-size: 16px;
    color: var(--otg-accent);
}

.otg-chan-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--otg-text);
}

.otg-chan-input {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--otg-line-strong);
    border-radius: 8px;
    padding: 11px 14px;
    background: #f8fafc;
    color: #334155;
    font-size: 14px;
    outline: 0;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-sizing: border-box;
}

.otg-chan-input:not(:disabled) {
    background: #fff;
}

.otg-chan-input:focus {
    border-color: var(--otg-accent);
    box-shadow: 0 0 0 3px rgba(0, 75, 158, 0.12);
    outline: 0;
}

.otg-btn-subscribe {
    width: 100%;
    min-height: 46px;
    margin-top: 8px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    background: var(--otg-accent);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.otg-btn-subscribe:hover,
.otg-btn-subscribe:focus {
    background: var(--otg-accent-dark);
    color: #fff;
}

.otg-btn-subscribe:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.otg-sub-note {
    margin: 14px 0 0;
    color: var(--otg-muted);
    font-size: 12px;
    text-align: center;
}

.otg-sub-success-msg {
    background: var(--otg-accent-soft);
    color: var(--otg-accent);
    border: 1px solid var(--otg-accent);
    border-radius: 10px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Stay Informed Banner */
.otg-public .otg-stay-informed-wrap {
    padding: 0 0 36px;
    background: var(--otg-bg);
}

.otg-public a.otg-stay-informed,
.otg-public a.otg-stay-informed:link,
.otg-public a.otg-stay-informed:visited {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #FDE68A !important;
    border-radius: 25px !important;
    padding: 22px 28px !important;
    text-decoration: none !important;
    color: #111827 !important;
    max-width: 875px;
    margin: 1.25rem auto 0;
    transition: background 0.15s ease;
}

.otg-public a.otg-stay-informed:hover,
.otg-public a.otg-stay-informed:focus {
    background: #FCD34D !important;
    text-decoration: none !important;
    color: #111827 !important;
}

.otg-public .otg-stay-informed-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
}

.otg-public .otg-stay-informed-icon {
    font-size: 22px;
    color: #111827 !important;
    opacity: 0.80;
    flex-shrink: 0;
    line-height: 1;
}

.otg-public .otg-stay-informed-title {
    color: #111827 !important;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 3px;
    display: block;
}

.otg-public .otg-stay-informed-sub {
    color: rgba(17,24,39,0.75) !important;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin: 0;
}

.otg-public .otg-stay-informed-arrow {
    color: rgba(17,24,39,0.65) !important;
    font-size: 18px;
    flex-shrink: 0;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .otg-public a.otg-stay-informed,
    .otg-public a.otg-stay-informed:link,
    .otg-public a.otg-stay-informed:visited {
        padding: 18px 20px !important;
        border-radius: 14px !important;
        margin: 0.75rem 1rem 0;
        max-width: calc(100% - 2rem);
    }
    .otg-public .otg-stay-informed-left { gap: 14px; }
    .otg-public .otg-stay-informed-title { font-size: 15px; }
    .otg-public .otg-stay-informed-sub   { font-size: 13px; }
}

.otg-footer {
    padding: 18px 0 24px;
    border-top: 1px solid var(--otg-line);
    background: #fff;
}

.otg-footer-text {
    margin: 0;
    color: var(--otg-muted);
    font-size: 13px;
    text-align: center;
}

.otg-footer-text a {
    color: var(--otg-accent);
}

.otg-footer-text a:hover {
    color: var(--otg-accent-dark);
}

@media (max-width: 991px) {
    .otg-navbar .container {
        display: block;
    }

    .otg-nav-links {
        display: block;
        margin: 0;
    }

    .otg-navbar .navbar-nav > li > a {
        margin: 2px 0;
    }

    .otg-navbar .otg-nav-staff {
        margin-left: 0;
    }

    .otg-detail-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .otg-public #content > .container,
    .otg-public .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .otg-banner,
    .otg-page {
        margin: 0.75rem 1rem 0;
        border-radius: 14px;
        padding: 1.25rem 1.25rem;
    }

    .otg-section-row,
    .otg-card-footer {
        display: block;
    }

    .otg-section-row > * + *,
    .otg-card-footer > * + * {
        margin-top: 8px;
    }

    .otg-card,
    .otg-subscribe-wrap {
        padding: 16px;
    }

    .otg-detail-meta-grid,
    .otg-detail-field-grid {
        grid-template-columns: 1fr;
    }

    .otg-detail-field,
    .otg-detail-field:nth-child(even) {
        border-right: 0;
    }

    .otg-detail-field:nth-last-child(-n+2) {
        border-bottom: 1px solid #f1f5f9;
    }

    .otg-detail-field:last-child {
        border-bottom: 0;
    }
}

.otg-normal-btn {
    color: var(--otg-text);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.otg-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--otg-muted);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    transition: color 0.15s ease;
}

.otg-back-link:hover {
    color: var(--otg-text);
    text-decoration: none;
}