
/* Redundant Image Style Block Removed for Cleanliness */

/* Galley Links Styling */
.obj_issue_toc .galleys_links {
    margin-top: .714rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    row-gap: 10px;
}

/* Support for RTL and LTR Layout */
html[dir="rtl"] {
    direction: rtl;
}

html[dir="ltr"] {
    direction: ltr;
}

/* General Styles for Both RTL and LTR Layouts */
body {
    text-align: inherit; /* Ensures text alignment adapts based on direction */
}

.header {
  background-color: #0d1348;
}