/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/publications/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ─────────────────────────────────────
   BR Publications
   ───────────────────────────────────── */
.br-pub {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1e293b;
  /* ═══════════ TOOLBAR ═══════════ */
  /* ═══════════ BADGES ═══════════ */
  /* ═══════════ CARDS ═══════════ */
  /* ═══════════ TABLE ═══════════ */
  /* Small spinner */
}
.br-pub__heading {
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.br-pub__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}
.br-pub__search-wrap {
  flex: 1 1 220px;
  min-width: 180px;
  position: relative;
}
.br-pub__search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}
.br-pub__search {
  width: 100%;
  padding: 0.55rem 0.9rem 0.55rem 2.25rem;
  font-size: 0.88rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #1e293b;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.br-pub__search::-moz-placeholder {
  color: #94a3b8;
}
.br-pub__search::placeholder {
  color: #94a3b8;
}
.br-pub__search:focus {
  outline: none;
  border-color: #1a97c5;
  box-shadow: 0 0 0 3px rgba(26, 151, 197, 0.1);
}
.br-pub__dropdown {
  position: relative;
}
.br-pub__dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 500;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #1e293b;
  cursor: pointer;
}
.br-pub__dropdown-toggle:hover {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.br-pub__dropdown-toggle svg {
  transition: transform 0.2s;
}
.br-pub__dropdown.is-open .br-pub__dropdown-toggle svg {
  transform: rotate(180deg);
}
.br-pub__dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 100;
  display: none;
  overflow: hidden;
}
.is-open > .br-pub__dropdown-menu {
  display: block;
}
.br-pub__dropdown-item {
  display: block;
  width: 100%;
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer;
}
.br-pub__dropdown-item:hover {
  background: #f8fafc;
}
.br-pub__dropdown-item.is-active {
  color: #1a97c5;
  font-weight: 600;
}
.br-pub__layout-toggle {
  display: flex;
  margin-left: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.br-pub__toggle-btn {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 500;
  border: none;
  background: #fff;
  color: #64748b;
  cursor: pointer;
}
.br-pub__toggle-btn + .br-pub__toggle-btn {
  border-left: 1px solid #e2e8f0;
}
.br-pub__toggle-btn:hover {
  background: #f8fafc;
}
.br-pub__toggle-btn.is-active {
  background: #1a97c5;
  color: #fff;
}
.br-pub__badge {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 4px;
  white-space: nowrap;
}
.br-pub__badge--itu-r {
  background: rgba(0, 114, 188, 0.1);
  color: #0072bc;
}
.br-pub__badge--itu-t {
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
}
.br-pub__badge--itu-d {
  background: rgba(5, 150, 105, 0.1);
  color: #059669;
}
.br-pub__badge--gs {
  background: rgba(100, 116, 139, 0.1);
  color: #64748b;
}
.br-pub__link-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: #1a97c5;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.br-pub__link-btn:hover {
  color: #137da3;
}
.br-pub__desc {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.4;
}
.br-pub__count {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #94a3b8;
}
.br-pub__empty {
  padding: 3rem;
  text-align: center;
  color: #94a3b8;
}
.br-pub__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.br-pub__card {
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #1a97c5;
  border-radius: 0 0 4px 4px;
  background: #fff;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.15s;
}
.br-pub__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}
.br-pub__card-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}
.br-pub__card-date {
  display: block;
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 0.6rem;
}
.br-pub__card-desc {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
}
.br-pub__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.br-pub__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.br-pub__table th {
  text-align: left;
  padding: 0.65rem 0.8rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #003366;
  background: #e5f5fb;
  border-bottom: 3px solid #009cd6;
  border-right: 1px solid rgba(0, 156, 214, 0.1);
  white-space: nowrap;
}
.br-pub__table .br-pub__th-sort {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.br-pub__table .br-pub__th-sort:hover {
  color: #009cd6;
  background: #d6effa;
}
.br-pub__table .br-pub__th-sort .br-pub__sort-icon {
  vertical-align: middle;
  margin-left: 0.25rem;
  opacity: 0.3;
}
.br-pub__table .br-pub__th-sort.is-active-asc, .br-pub__table .br-pub__th-sort.is-active-desc {
  color: #009cd6;
}
.br-pub__table .br-pub__th-sort.is-active-asc .br-pub__sort-icon, .br-pub__table .br-pub__th-sort.is-active-desc .br-pub__sort-icon {
  opacity: 1;
}
.br-pub__table .br-pub__th-sort.is-active-asc .br-pub__sort-icon polyline:last-child {
  opacity: 0.2;
}
.br-pub__table .br-pub__th-sort.is-active-desc .br-pub__sort-icon polyline:first-child {
  opacity: 0.2;
}
.br-pub__table td {
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}
.br-pub__table tbody tr {
  cursor: pointer;
  transition: background 0.15s;
}
.br-pub__table tbody tr:hover {
  background: rgba(26, 151, 197, 0.03);
}
.br-pub__table time {
  white-space: nowrap;
  color: #94a3b8;
  font-size: 0.82rem;
}
.br-pub__spinner-small {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(26, 151, 197, 0.15);
  border-top-color: #1a97c5;
  border-radius: 50%;
  animation: br-pub-spin 0.8s linear infinite;
}

/* ═════════════════════════════════════════════════
   DETAIL LAYOUT – shared by modal body & subpage
   Left column: cover + download cards
   Right column: description + PDF preview
   ═════════════════════════════════════════════════ */
.br-pub-detail {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.br-pub-detail__left {
  flex: 0 0 220px;
  max-width: 220px;
}
.br-pub-detail__left > * {
  max-width: 100%;
}

.br-pub-detail__right {
  flex: 1 1 0%;
  min-width: 0;
}

/* Separator between cover and download cards */
.br-pub-detail__left .br-pub-modal__downloads,
.br-pub-detail__left .br-pub-subpage__downloads {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid #009cd6;
}

/* Download cards inside detail left: full width */
.br-pub-detail__left .br-pub-dl-cards {
  max-width: 100%;
}

.br-pub-detail__left .br-pub-dl-card {
  width: 100%;
  box-sizing: border-box;
}

/* ═════════════════════════════════════════════════
   PDF PREVIEW PANE
   ═════════════════════════════════════════════════ */
.br-pub-preview {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #009cd6;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}

/* ── Header: title + zoom controls ── */
.br-pub-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 12px;
}

.br-pub-preview__title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.br-pub-preview__zoom {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.br-pub-preview__zoom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  padding: 0;
}
.br-pub-preview__zoom-btn:hover {
  background: #e5f5fb;
  border-color: #009cd6;
  color: #009cd6;
}

.br-pub-preview__zoom-level {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  min-width: 40px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ── Viewport: iframe container ── */
.br-pub-preview__viewport {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}

.br-pub-preview__iframe {
  width: 100%;
  height: 600px;
  border: none;
  display: block;
}

.br-pub-preview__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #94a3b8;
  font-size: 0.85rem;
  padding: 3rem 2rem;
  text-align: center;
}
.br-pub-preview__empty svg {
  opacity: 0.4;
}

/* ═════════════════════════════════════════════════
   MODAL (SharePoint publication detail style)
   ═════════════════════════════════════════════════ */
.br-pub-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* Backdrop */
  /* Panel */
  /* Header bar (light blue, centered) */
  /* Body – uses .br-pub-detail flex layout */
  /* Cover */
  /* Downloads */
  /* Editions */
}
.br-pub-modal[aria-hidden=true] {
  visibility: hidden;
}
.br-pub-modal[aria-hidden=false] {
  visibility: visible;
  pointer-events: auto;
}
.br-pub-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s;
}
.br-pub-modal.is-open .br-pub-modal__backdrop {
  opacity: 1;
}
.br-pub-modal__panel {
  position: relative;
  width: 94%;
  max-width: 860px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.br-pub-modal.is-open .br-pub-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.br-pub-modal__header {
  width: 100%;
  position: relative;
  background-color: #e5f5fb;
  padding: 16px 24px;
  border-bottom: 2px solid #009dd9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}
.br-pub-modal__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #1e293b;
  text-align: left;
  padding-right: 2.5rem;
}
.br-pub-modal__close {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #1e293b;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}
.br-pub-modal__close:hover {
  opacity: 1;
}
.br-pub-modal__body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(80vh - 70px);
  flex: 1;
}
.br-pub-modal__cover {
  flex-shrink: 0;
}
.br-pub-modal__cover img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.br-pub-modal__cover-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
}
.br-pub-modal__info {
  min-width: 0;
}
.br-pub-modal__year {
  font-size: 0.88rem;
  color: #64748b;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.br-pub-modal__desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}
.br-pub-modal__downloads {
  margin-bottom: 1.25rem;
}
.br-pub-modal__dl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.br-pub-modal__dl-table thead th {
  text-align: left;
  padding: 0.55rem 0.8rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #003366;
  background: #e5f5fb;
  border-bottom: 3px solid #009cd6;
}
.br-pub-modal__dl-table tbody td {
  padding: 0.6rem 0.8rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
}
.br-pub-modal__dl-table tbody tr:hover {
  background: #f8fafc;
}
.br-pub-modal__dl-label {
  font-weight: 600;
  color: #1e293b;
}
.br-pub-modal__dl-price {
  color: #059669;
  font-weight: 500;
  font-size: 0.85rem;
}
.br-pub-modal__dl-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #1a97c5;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
}
.br-pub-modal__dl-link svg {
  flex-shrink: 0;
}
.br-pub-modal__dl-link:hover {
  color: #137da3;
  text-decoration: underline;
}
.br-pub-modal__no-dl {
  color: #94a3b8;
  font-style: italic;
  font-size: 0.88rem;
  margin: 0;
}
.br-pub-modal__loading {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #94a3b8;
  font-size: 0.88rem;
  padding: 1rem 0;
}
.br-pub-modal__editions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.br-pub-modal__editions-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
}
.br-pub-modal__editions-list {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.br-pub-modal__edition-btn {
  padding: 0.3rem 0.7rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a97c5;
  background: none;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s;
}
.br-pub-modal__edition-btn:hover {
  background: #1a97c5;
  color: #fff;
  border-color: #1a97c5;
}

.br-pub-modal__header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.br-pub-modal__copy-link {
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  opacity: 0.5;
  transition: opacity 0.2s, color 0.2s;
}

.br-pub-modal__copy-link:hover {
  opacity: 1;
  color: #666;
}

.br-pub-modal__copy-link.is-copied {
  opacity: 1;
  color: #009cd6;
}

@keyframes br-pub-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ═════════════════════════════════════════════════
   SUBPAGE – breadcrumb + detail view
   ═════════════════════════════════════════════════ */
/* ── Breadcrumb bar ── */
.br-pub-subpage__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 1.5rem rgba(169, 202, 216, 0.078);
  padding: 12px 20px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.4;
  color: #888;
}

.br-pub-subpage__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 2px solid #0076a1;
  border-radius: 4px;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  box-shadow: 0 0 1.5rem rgba(169, 202, 216, 0.078);
  background-color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  font-weight: 500;
  color: #0076a1;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform-origin: center center;
  white-space: nowrap;
  font-family: inherit;
}

.br-pub-subpage__back:hover {
  box-shadow: 0 0.375rem 0.625rem rgba(31, 167, 217, 0.212);
  transform: translateY(-2px);
  border-bottom: 2px solid #0076a1;
}

.br-pub-subpage__back svg {
  flex-shrink: 0;
  stroke: #0076a1;
}

.br-pub-subpage__breadcrumb-sep {
  color: #bbb;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.br-pub-subpage__breadcrumb-current {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  min-width: 0;
}

/* ── Two-column content (uses .br-pub-detail) ── */
.br-pub-subpage__content {
  gap: 32px;
}

.br-pub-subpage__cover img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.br-pub-subpage__details {
  flex: 1;
  min-width: 0;
}

.br-pub-subpage__title {
  display: none;
}

.br-pub-subpage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0 0 12px;
  font-size: 14px;
  color: #555;
}

.br-pub-subpage__meta span:empty {
  display: none;
}

.br-pub-subpage__year {
  font-weight: 600;
}

.br-pub-subpage__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 24px;
}

.br-pub-subpage__desc:empty {
  display: none;
}

/* ── Downloads inside subpage ── */
.br-pub-subpage__downloads {
  margin-bottom: 20px;
}

/* ── Editions inside subpage ── */
.br-pub-subpage__editions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.br-pub-subpage__editions-label {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

/* ═════════════════════════════════════════════════
   DOWNLOAD CARDS (shared: subpage + modal)
   ═════════════════════════════════════════════════ */
.br-pub-dl-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 50%;
}

.br-pub-dl-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 2px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 16px 20px;
  background: var(--brb-bg, #fff);
  border-radius: var(--brb-radius-sm, 4px);
  box-shadow: var(--brb-shadow, 0 0 1.5rem rgba(169, 202, 216, 0.078));
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transform-origin: center center;
}

.br-pub-dl-card:hover {
  box-shadow: var(--brb-shadow-hover, 0 0.375rem 0.625rem rgba(31, 167, 217, 0.212));
  transform: translateY(-2px);
  background-color: var(--brb-bg, #fff);
}

/* Active preview highlight (blue left bar) */
.br-pub-dl-card[data-preview-url] {
  position: relative;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.15s ease;
}

.br-pub-dl-card.is-previewing {
  background-color: #f0f9ff;
  box-shadow: inset 3px 0 0 0 #0ea5e9, var(--brb-shadow, 0 0 1.5rem rgba(169, 202, 216, 0.078));
}

.br-pub-dl-card__icon {
  grid-row: 1/-1;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-pub-dl-card__label {
  grid-row: 1;
  grid-column: 2;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
}

.br-pub-dl-card__price {
  grid-row: 2;
  grid-column: 2;
  font-size: 13px;
  color: #0076a1;
}

.br-pub-dl-card__dl-icon {
  grid-row: 1/-1;
  grid-column: 3;
  display: flex;
  align-items: center;
  opacity: 0.35;
  transition: opacity 0.2s;
}

.br-pub-dl-card:hover .br-pub-dl-card__dl-icon {
  opacity: 1;
}

/* Cards inside modal right area: full width */
.br-pub-modal__downloads .br-pub-dl-cards,
.br-pub-modal__body .br-pub-dl-cards {
  max-width: 100%;
}

/* ═════════════════════════════════════════════════
   RESPONSIVE
   ═════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .br-pub__toolbar {
    gap: 0.5rem;
  }
  .br-pub__layout-toggle span {
    display: none;
  }
  .br-pub-modal__panel {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
  /* Detail layout: stack on tablet */
  .br-pub-detail {
    flex-direction: column;
  }
  .br-pub-detail__left {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .br-pub-preview__iframe {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .br-pub {
    /* Force cards on mobile */
  }
  .br-pub__table th:nth-child(3), .br-pub__table td:nth-child(3) {
    display: none;
  }
  .br-pub__cards {
    grid-template-columns: 1fr;
  }
  .br-pub__table-wrap {
    display: none !important;
  }
  .br-pub [data-br-pub-content=cards] {
    display: block !important;
  }
  .br-pub__layout-toggle {
    display: none;
  }
  /* Subpage on mobile */
  .br-pub-subpage__content {
    flex-direction: column;
    gap: 20px;
  }
  .br-pub-subpage__details {
    width: 100%;
  }
  .br-pub-subpage__cover {
    width: 160px;
  }
  .br-pub-subpage__breadcrumb {
    padding: 10px 14px;
    font-size: 13px;
  }
  .br-pub-subpage__back span {
    display: none;
  }
  .br-pub-subpage__back {
    padding: 0.5rem 0.6rem;
  }
  .br-pub-subpage__breadcrumb-current {
    font-size: 14px;
  }
  /* Download cards: full width on mobile */
  .br-pub-dl-cards {
    max-width: 100% !important;
    width: 100% !important;
  }
  .br-pub-dl-card {
    padding: 14px 16px;
  }
  /* Modal cards full width on mobile */
  .br-pub-modal__downloads .br-pub-dl-cards {
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* ═════════════════════════════════════════════════
   SUBPAGE OPEN STATE (must be LAST to win over
   mobile !important rules with same specificity)
   ═════════════════════════════════════════════════ */
.br-pub--subpage-open .br-pub__heading,
.br-pub--subpage-open .br-pub__toolbar,
.br-pub--subpage-open .br-pub__count,
.br-pub--subpage-open .br-pub__empty {
  display: none !important;
}

.br-pub--subpage-open .br-pub__table-wrap,
.br-pub--subpage-open [data-br-pub-content=table],
.br-pub--subpage-open [data-br-pub-content=cards] {
  display: none !important;
}

.br-pub--subpage-open .br-pub__layout-toggle {
  display: none !important;
}

.br-pub--subpage-open [data-br-pub-subpage] {
  display: block !important;
}

/*# sourceMappingURL=style-index.css.map*/