.resources-page {
  background: #f7f8fb;
  letter-spacing: 0;
}

.resources-page button,
.resources-page input {
  letter-spacing: 0;
}

.resources-section {
  padding-top: 0 !important;
}

.resources-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
  padding: 32px 0 44px;
}

.resources-hero-copy {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  align-content: stretch;
  align-self: stretch;
  padding: 30px;
  border: 1px solid #e6ebf4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
  text-align: center;
}

.resources-title {
  align-self: center;
  margin: 0;
  padding: 18px 0 12px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.resources-toolbar {
  display: grid;
  gap: 14px;
  align-self: end;
  padding-top: 2px;
}

.resource-search {
  position: relative;
}

.resource-search i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: #8b93a1;
  transform: translateY(-50%);
}

.resource-search input {
  width: 100%;
  height: 56px;
  padding: 0 18px 0 48px;
  border: 1px solid #dfe4ef;
  border-radius: 8px;
  background: #fff;
  color: #222;
  font-size: 16px;
  outline: none;
}

.resource-search input:focus {
  border-color: #4270e7;
  box-shadow: 0 0 0 4px rgba(66, 112, 231, 0.12);
}

.resources-filter {
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  padding-bottom: 2px;
}

.resources-filter button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #dfe4ef;
  border-radius: 999px;
  background: #fff;
  color: #5f6673;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.resources-filter button.active {
  border-color: #4270e7;
  background: #4270e7;
  color: #fff;
}

.resource-filter-count {
  display: inline-flex;
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  padding: 0 6px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4270e7;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.resources-filter button.active .resource-filter-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.resources-internal-shell {
  display: grid;
  gap: 7px;
  justify-items: end;
  justify-self: end;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}

.resources-internal-trigger {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 12px;
  border: 1px solid #d8deea;
  border-radius: 999px;
  background: #fff;
  color: #647085;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.resources-internal-trigger:hover,
.resources-internal-trigger:focus,
.resources-internal-trigger[aria-expanded="true"] {
  border-color: #4270e7;
  background: #f3f6ff;
  color: #2f56cd;
  outline: none;
}

.resources-internal-trigger.active {
  border-color: #4270e7;
  background: #4270e7;
  color: #fff;
}

.resources-internal-trigger.active:hover,
.resources-internal-trigger.active:focus {
  border-color: #2f56cd;
  background: #2f56cd;
  color: #fff;
}

.resources-internal-access {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 7px;
  border: 1px solid #e6ebf4;
  border-radius: 8px;
  background: #fff;
}

.resources-internal-access[hidden] {
  display: none;
}

.resources-internal-access input[type="password"] {
  width: 78px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #d8deea;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  outline: none;
}

.resources-internal-access input[type="password"]:focus {
  border-color: #4270e7;
  box-shadow: 0 0 0 3px rgba(66, 112, 231, 0.1);
}

.resources-internal-access button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  border: 1px solid #d8deea;
  border-radius: 8px;
  background: #fff;
  color: #647085;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.resources-internal-access button:hover,
.resources-internal-access button:focus {
  border-color: #4270e7;
  background: #f3f6ff;
  color: #2f56cd;
  outline: none;
}

.resources-internal-error {
  margin: -4px 0 0 auto;
  color: #be123c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  text-align: right;
}

.resource-contact-panel,
.resource-card {
  border: 1px solid #e6ebf4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.resource-card {
  cursor: pointer;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.resource-card:hover,
.resource-card:focus {
  border-color: #b7c8ff;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.09);
  transform: translateY(-2px);
}

.resource-card:focus-visible {
  box-shadow: 0 0 0 4px rgba(66, 112, 231, 0.14), 0 14px 30px rgba(16, 24, 40, 0.09);
}

.resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-height: 32px;
  margin-bottom: 0;
}

.resource-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf2ff;
  color: #4270e7;
  font-size: 12px;
  font-weight: 800;
}

.resource-featured-badge {
  width: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid #f59e0b;
  background: #fff7ed;
  color: #f59e0b;
  font-size: 16px;
}

.resource-date {
  margin-left: auto;
  color: #8b93a1;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.resource-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.resource-card p {
  margin: 8px 0 0;
  color: #5f6673;
  font-size: 14px;
  line-height: 1.55;
}

.resource-contact-panel p {
  margin: 10px 0 0;
  color: #5f6673;
  font-size: 15px;
  line-height: 1.7;
}

.resource-description {
  display: -webkit-box;
  min-height: 65px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.resource-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid #4270e7;
  border-radius: 8px;
  background: #4270e7;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  text-decoration: none;
}

.resource-btn:hover {
  color: #fff;
  background: #2f56cd;
  border-color: #2f56cd;
}

.resource-btn.resource-btn-light {
  background: #fff;
  color: #4270e7;
}

.resource-btn.resource-btn-light:hover {
  background: #f3f6ff;
  color: #2f56cd;
}

.resource-contact-panel {
  align-self: stretch;
  padding: 32px;
}

.resource-contact-panel h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
}

.resource-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.resource-contact-item {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #303746;
  font-size: 15px;
  font-weight: 700;
}

.resource-contact-item i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f6ff;
  color: #4270e7;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.resource-card {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  padding: 18px;
}

.resource-card h3 {
  font-size: 18px;
}

.resource-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.resource-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.resource-files {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 0;
}

.resource-attachment-row {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.resource-attachment-row .resource-file-empty,
.resource-attachment-row .resource-attachment-badges {
  flex: 1 1 auto;
  min-width: 0;
}

.resource-file-row {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid #edf1f7;
  border-radius: 8px;
  background: #f8fafc;
}

.resource-file-row .resource-btn {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 12px;
}

.resource-file-icon,
.resource-preview-file-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  min-width: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8deea;
  border-radius: 8px;
  background: #fff;
  color: #647085;
  font-size: 17px;
}

.resource-file-icon-pdf,
.resource-preview-file-icon-pdf {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}

.resource-file-icon-word,
.resource-preview-file-icon-word {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #2563eb;
}

.resource-file-icon-sheet,
.resource-preview-file-icon-sheet {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #16a34a;
}

.resource-file-icon-slide,
.resource-preview-file-icon-slide {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #ea580c;
}

.resource-file-icon-image,
.resource-preview-file-icon-image {
  border-color: #ddd6fe;
  background: #f5f3ff;
  color: #7c3aed;
}

.resource-file-summary {
  border-style: dashed;
  background: #fff;
  overflow: hidden;
}

.resource-file-summary .resource-file-name {
  color: #4270e7;
}

.resource-file-info {
  display: grid;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}

.resource-file-name {
  overflow: hidden;
  color: #303746;
  font-size: 14px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-file-type {
  color: #8b93a1;
  font-size: 13px;
  font-weight: 800;
}

.resource-file-more {
  display: inline-flex;
  align-self: stretch;
  min-height: auto;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: -10px -10px -10px 0;
  padding: 0 13px;
  border-left: 1px solid #d8e3fb;
  background: #eef4ff;
  color: #3f66cf;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.resource-attachment-badges {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  overflow: visible;
  gap: 7px;
}

.resource-attachment-badges span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 5px;
  padding: 0 9px;
  border: 1px solid #e6ebf4;
  border-radius: 8px;
  background: #f8fafc;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.resource-file-empty {
  padding: 12px;
  border: 1px dashed #c9d3e8;
  border-radius: 8px;
  color: #697386;
  font-size: 14px;
  font-weight: 700;
}

.resource-modal-open {
  overflow: hidden;
}

.resource-internal-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 16px;
}

.resource-internal-modal[hidden] {
  display: none;
}

.resource-internal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.resource-internal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.resource-internal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.resource-internal-head h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.resource-internal-close {
  display: inline-flex;
  width: 34px;
  height: 34px;
  min-height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d8deea;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  cursor: pointer;
}

.resource-internal-close:hover,
.resource-internal-close:focus {
  border-color: #4270e7;
  color: #4270e7;
  outline: none;
}

.resource-internal-dialog .resources-internal-access {
  display: flex;
  width: 100%;
  justify-content: stretch;
}

.resource-internal-dialog .resources-internal-access input[type="password"] {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}

.resource-internal-dialog .resources-internal-access button {
  flex: 0 0 auto;
  padding: 0 14px;
}

.resource-internal-dialog .resources-internal-error {
  margin: 10px 0 0;
  text-align: left;
}

.resource-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.resource-preview-modal[hidden] {
  display: none;
}

.resource-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.resource-preview-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: clamp(360px, 82vw, 1080px);
  max-width: calc(100vw - 40px);
  height: clamp(420px, 80vh, 860px);
  max-height: calc(100vh - 40px);
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.resource-preview-head {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid #e6ebf4;
}

.resource-preview-head > div {
  flex: 1 1 auto;
  min-width: 0;
}

.resource-preview-head h2 {
  margin: 12px 0 0;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.resource-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.resource-preview-meta > span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf2ff;
  color: #4270e7;
  font-size: 12px;
  font-weight: 800;
}

.resource-preview-meta > span[hidden] {
  display: none;
}

.resource-preview-meta .resource-preview-featured {
  width: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid #f59e0b;
  background: #fff7ed;
  color: #f59e0b;
  font-size: 16px;
}

.resource-preview-meta [data-resource-preview-date] {
  min-height: auto;
  margin-left: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #8b93a1;
  font-size: 13px;
}

.resource-preview-close {
  display: inline-flex;
  width: 36px;
  height: 36px;
  min-height: 36px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d8deea;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  cursor: pointer;
}

.resource-preview-close:hover,
.resource-preview-close:focus {
  border-color: #4270e7;
  color: #4270e7;
  outline: none;
}

.resource-preview-content {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  align-content: start;
  align-items: start;
  gap: 20px;
  min-height: 0;
  max-height: 100%;
  flex: 1 1 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 22px 24px 24px;
  scrollbar-gutter: stable;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.resource-preview-content-full {
  grid-template-columns: minmax(0, 1fr);
}

.resource-preview-content-compact {
  grid-template-columns: minmax(220px, 0.82fr) minmax(320px, 1.18fr);
}

.resource-preview-content-attachment-only {
  grid-template-columns: minmax(0, 1fr);
}

.resource-preview-main,
.resource-preview-side {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 0;
}

.resource-preview-main {
  gap: 14px;
}

.resource-preview-side {
  gap: 12px;
}

.resource-preview-side[hidden] {
  display: none;
}

.resource-preview-content-attachment-only .resource-preview-main {
  display: none;
}

.resource-preview-content-attachment-only .resource-preview-images {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-preview-description {
  min-height: 0;
  margin: 0;
  color: #303746;
  font-size: 15px;
  line-height: 1.75;
  white-space: pre-wrap;
}

.resource-preview-files {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
}

.resource-preview-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.resource-preview-images[hidden],
.resource-preview-files[hidden],
.resource-preview-links[hidden] {
  display: none;
}

.resource-preview-image {
  display: grid;
  gap: 7px;
  padding: 8px;
  border: 1px solid #e6ebf4;
  border-radius: 8px;
  background: #fff;
  color: #303746;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.resource-preview-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 6px;
  background: #f1f5f9;
}

.resource-preview-image span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-preview-links {
  display: grid;
  gap: 8px;
}

.resource-preview-link {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid #d8e3fb;
  border-radius: 8px;
  background: #f8fbff;
  color: #3f66cf;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.resource-preview-link:hover,
.resource-preview-link:focus {
  background: #eef4ff;
  color: #2f56cd;
  outline: none;
}

.resource-preview-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-preview-file {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid #e6ebf4;
  border-radius: 8px;
  background: #f8fafc;
}

.resource-preview-file-info {
  display: grid;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}

.resource-preview-file strong {
  overflow-wrap: anywhere;
  color: #111827;
  font-size: 14px;
}

.resource-preview-file-info span {
  color: #8b93a1;
  font-size: 13px;
  font-weight: 800;
}

.resource-preview-file a {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #4270e7;
  border-radius: 8px;
  background: #fff;
  color: #4270e7;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.resource-preview-file a:hover,
.resource-preview-file a:focus {
  background: #f3f6ff;
  color: #2f56cd;
  outline: none;
}

.resource-preview-file-empty {
  padding: 14px;
  border: 1px dashed #c9d3e8;
  border-radius: 8px;
  color: #697386;
  font-size: 14px;
  font-weight: 700;
}

.resources-empty-preview {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 34px 24px;
  border: 1px dashed #c9d3e8;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.resources-empty-preview h3 {
  margin: 0;
  color: #111827;
  font-size: 21px;
  font-weight: 800;
}

.resources-empty-preview p {
  margin: 10px auto 0;
  max-width: 560px;
  color: #697386;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .resources-hero-panel {
    grid-template-columns: 1fr;
  }

  .resource-meta {
    gap: 6px 8px;
  }

  .resource-date {
    flex-basis: 100%;
    margin-left: 0;
  }

  .resources-title {
    font-size: 30px;
    padding: 8px 0 6px;
    white-space: normal;
  }

  .resources-toolbar {
    grid-template-columns: 1fr;
  }

  .resources-internal-access {
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .resources-hero-panel {
    padding: 24px 0 32px;
  }

  .resources-title {
    font-size: 30px;
  }

  .resources-hero-copy {
    padding: 24px 20px;
  }

  .resources-grid {
    grid-template-columns: 1fr;
  }

  .resource-attachment-row .resource-file-empty,
  .resource-attachment-row .resource-attachment-badges {
    flex-basis: 100%;
  }

  .resource-contact-panel,
  .resource-card {
    padding: 20px;
  }

  .resources-internal-access input[type="password"] {
    flex: 1 1 96px;
  }

  .resource-preview-modal {
    padding: 12px;
  }

  .resource-preview-dialog {
    width: min(100%, 420px);
    max-width: calc(100vw - 24px);
    height: min(80vh, 720px);
    max-height: calc(100vh - 24px);
  }

  .resource-preview-head {
    padding: 18px 18px 14px;
  }

  .resource-preview-meta [data-resource-preview-date] {
    flex-basis: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .resource-preview-content {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 18px;
  }

  .resource-preview-main,
  .resource-preview-side {
    width: 100%;
  }

  .resource-preview-side {
    margin-top: 16px;
  }

  .resource-preview-images,
  .resource-preview-content-attachment-only .resource-preview-images {
    grid-template-columns: 1fr;
  }

  .resource-preview-file {
    flex-wrap: wrap;
    align-items: center;
  }

  .resource-preview-file a {
    flex: 1 1 100%;
    width: 100%;
  }
}
