/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #2C5697;
  --bs-navy: #1F3C6A;
  --bs-navy-dark: #061630;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #009f96;
  --bs-sand: #B79A81;
  --bs-beige-light: #e9e1d9;
  --bs-beige-light-2: #e9e1d9;
  --bs-beige-light-3: #f9f6f3;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #FFFFFF;
  --bs-gray-light: #EAEAEA;
  --bs-gray: #6e6e6e;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #EAEAEA;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #e0e0e0;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #C8C9C7;
  --bs-gray-600: #6e6e6e;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #53565a;
  --bs-primary: #2C5697;
  --bs-secondary: #1F3C6A;
  --bs-success: #009f96;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f6f2ee;
  --bs-dark: #53565a;
  --bs-beige-light: #e9e1d9;
  --bs-beige-light-2: #e9e1d9;
  --bs-sand-light: #f6f2ee;
  --bs-primary-rgb: 44, 86, 151;
  --bs-secondary-rgb: 31, 60, 106;
  --bs-success-rgb: 0, 159, 150;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 246, 242, 238;
  --bs-dark-rgb: 83, 86, 90;
  --bs-beige-light-rgb: 233, 225, 217;
  --bs-beige-light-2-rgb: 233, 225, 217;
  --bs-sand-light-rgb: 246, 242, 238;
  --bs-primary-text-emphasis: rgb(17.6, 34.4, 60.4);
  --bs-secondary-text-emphasis: rgb(12.4, 24, 42.4);
  --bs-success-text-emphasis: rgb(0, 63.6, 60);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #53565a;
  --bs-primary-bg-subtle: rgb(212.8, 221.2, 234.2);
  --bs-secondary-bg-subtle: rgb(210.2, 216, 225.2);
  --bs-success-bg-subtle: rgb(204, 235.8, 234);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(244.5, 244.5, 244.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(170.6, 187.4, 213.4);
  --bs-secondary-border-subtle: rgb(165.4, 177, 195.4);
  --bs-success-border-subtle: rgb(153, 216.6, 213);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #C8C9C7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #1D1D1D;
  --bs-body-color-rgb: 29, 29, 29;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(29, 29, 29, 0.75);
  --bs-secondary-color-rgb: 29, 29, 29;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(29, 29, 29, 0.5);
  --bs-tertiary-color-rgb: 29, 29, 29;
  --bs-tertiary-bg: #EAEAEA;
  --bs-tertiary-bg-rgb: 234, 234, 234;
  --bs-heading-color: inherit;
  --bs-link-color: #2C5697;
  --bs-link-color-rgb: 44, 86, 151;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(35.2, 68.8, 120.8);
  --bs-link-hover-color-rgb: 35, 69, 121;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1D1D1D;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e0e0e0;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --bs-box-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(44, 86, 151, 0.25);
  --bs-form-valid-color: #009f96;
  --bs-form-valid-border-color: #009f96;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #e0e0e0;
  --bs-body-color-rgb: 224, 224, 224;
  --bs-body-bg: #53565a;
  --bs-body-bg-rgb: 83, 86, 90;
  --bs-emphasis-color: #FFFFFF;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(224, 224, 224, 0.75);
  --bs-secondary-color-rgb: 224, 224, 224;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(224, 224, 224, 0.5);
  --bs-tertiary-color-rgb: 224, 224, 224;
  --bs-tertiary-bg: rgb(67.5, 72, 77);
  --bs-tertiary-bg-rgb: 68, 72, 77;
  --bs-primary-text-emphasis: rgb(128.4, 153.6, 192.6);
  --bs-secondary-text-emphasis: rgb(120.6, 138, 165.6);
  --bs-success-text-emphasis: rgb(102, 197.4, 192);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #EAEAEA;
  --bs-dark-text-emphasis: #e0e0e0;
  --bs-primary-bg-subtle: rgb(8.8, 17.2, 30.2);
  --bs-secondary-bg-subtle: rgb(6.2, 12, 21.2);
  --bs-success-bg-subtle: rgb(0, 31.8, 30);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(26.4, 51.6, 90.6);
  --bs-secondary-border-subtle: rgb(18.6, 36, 63.6);
  --bs-success-border-subtle: rgb(0, 95.4, 90);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(128.4, 153.6, 192.6);
  --bs-link-hover-color: rgb(153.72, 173.88, 205.08);
  --bs-link-color-rgb: 128, 154, 193;
  --bs-link-hover-color-rgb: 154, 174, 205;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #e0e0e0;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 197.4, 192);
  --bs-form-valid-border-color: rgb(102, 197.4, 192);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.media--type-image img {
  width: 100%;
  height: auto;
}
.media--type-image.media--unpublished {
  position: relative;
}
.media--type-image.media--unpublished img {
  opacity: 0.6;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  transition: all 0.3s ease;
}
.media--type-image.media--unpublished img:hover {
  opacity: 0.8;
  -webkit-filter: grayscale(25%);
          filter: grayscale(25%);
}
.media--type-image.media--unpublished::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(233, 236, 239, 0.3) 10px, rgba(233, 236, 239, 0.3) 20px);
  border: 2px dashed #e0e0e0;
  pointer-events: none;
  z-index: 1;
}
.media--type-image.media--unpublished .unpublished-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #dc3545;
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.media--type-image p {
  margin-bottom: 0;
}
.media--type-document.media--view-mode-default .document-link:hover .document-card-inner {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.media--type-document.media--view-mode-default .document-link:hover .document-icon {
  color: #2C5697;
}
.media--type-document.media--view-mode-default .document-link:hover .download-icon {
  color: #2C5697;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.media--type-document.media--view-mode-default .document-card-inner {
  transition: all 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.media--type-document.media--view-mode-default .document-card-inner:hover {
  border-color: rgba(44, 86, 151, 0.2);
}
.media--type-document.media--view-mode-default .document-icon-wrapper {
  position: relative;
}
.media--type-document.media--view-mode-default .document-icon-wrapper .document-icon {
  width: 48px;
  height: 48px;
  background: rgba(44, 86, 151, 0.1);
  border-radius: 0.375rem;
  color: #6e6e6e;
  transition: all 0.2s ease-in-out;
}
.media--type-document.media--view-mode-default .document-icon-wrapper .document-icon svg {
  width: 24px;
  height: 24px;
}
.media--type-document.media--view-mode-default .document-icon-wrapper .document-extension {
  position: absolute;
  bottom: -6px;
  right: -6px;
  font-size: 0.7rem;
  font-weight: 600;
  min-width: 32px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.media--type-document.media--view-mode-default .document-title {
  color: #343a40;
  font-size: 1rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media--type-document.media--view-mode-default .document-meta {
  font-size: 0.875rem;
}
.media--type-document.media--view-mode-default .document-meta .file-size {
  font-weight: 400;
}
.media--type-document.media--view-mode-default .download-icon {
  color: #ced4da;
  transition: all 0.2s ease-in-out;
}
.media--type-document.media--view-mode-default .download-icon svg {
  width: 30px;
  height: 30px;
}
.media--type-document.media--view-mode-default.media--unpublished {
  position: relative;
}
.media--type-document.media--view-mode-default.media--unpublished .document-link {
  opacity: 0.9;
}
.media--type-document.media--view-mode-default.media--unpublished .document-link:hover {
  opacity: 0.95;
}
.media--type-document.media--view-mode-default.media--unpublished .document-link:hover .document-card-inner {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.media--type-document.media--view-mode-default.media--unpublished .document-card-inner {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(233, 236, 239, 0.3) 10px, rgba(233, 236, 239, 0.3) 20px);
  border: 1px dashed #e0e0e0;
}
.media--type-document.media--view-mode-default.media--unpublished .document-card-inner:hover {
  border-color: rgba(206, 212, 218, 0.5);
}
.media--type-document.media--view-mode-default.media--unpublished .document-icon {
  background: rgba(206, 212, 218, 0.1);
  color: #C8C9C7;
}
.media--type-document.media--view-mode-default.media--unpublished .document-extension {
  background-color: #ced4da;
}
.media--type-document.media--view-mode-default.media--unpublished .document-title {
  color: #6e6e6e;
}
.media--type-document.media--view-mode-default.media--unpublished .document-meta {
  color: #C8C9C7;
}
.media--type-document.media--view-mode-default.media--unpublished .download-icon {
  color: #ced4da;
}
.media--type-document.media--view-mode-default.media--unpublished .unpublished-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #dc3545;
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 767.98px) {
  .media--type-document.media--view-mode-default .card-body {
    padding: 1rem !important;
  }
  .media--type-document.media--view-mode-default .document-icon-wrapper .document-icon {
    width: 40px;
    height: 40px;
  }
  .media--type-document.media--view-mode-default .document-icon-wrapper .document-icon svg {
    width: 20px;
    height: 20px;
  }
  .media--type-document.media--view-mode-default .document-title {
    font-size: 0.9rem;
  }
}
.media--type-document.media--view-mode-small .document-link:hover .document-card-inner {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.media--type-document.media--view-mode-small .document-link:hover .document-icon {
  color: #2C5697;
}
.media--type-document.media--view-mode-small .document-link:hover .download-icon {
  color: #2C5697;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.media--type-document.media--view-mode-small .document-card-inner {
  transition: all 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.media--type-document.media--view-mode-small .document-card-inner:hover {
  border-color: rgba(44, 86, 151, 0.2);
}
.media--type-document.media--view-mode-small .document-icon-wrapper {
  position: relative;
}
.media--type-document.media--view-mode-small .document-icon-wrapper .document-icon {
  width: 30px;
  height: 30px;
  border-radius: 0.375rem;
  color: #6e6e6e;
  transition: all 0.2s ease-in-out;
}
.media--type-document.media--view-mode-small .document-icon-wrapper .document-icon svg {
  width: 24px;
  height: 24px;
}
.media--type-document.media--view-mode-small .document-icon-wrapper .document-extension {
  min-width: 32px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media--type-document.media--view-mode-small .document-title {
  color: #343a40;
  font-size: 1rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media--type-document.media--view-mode-small .document-meta {
  font-size: 0.875rem;
}
.media--type-document.media--view-mode-small .document-meta .file-size {
  font-weight: 400;
}
.media--type-document.media--view-mode-small .download-icon {
  color: #ced4da;
  transition: all 0.2s ease-in-out;
}
.media--type-document.media--view-mode-small .download-icon svg {
  width: 15px;
  height: 15px;
}
.media--type-document.media--view-mode-small.media--unpublished {
  position: relative;
}
.media--type-document.media--view-mode-small.media--unpublished .document-link {
  opacity: 0.9;
}
.media--type-document.media--view-mode-small.media--unpublished .document-link:hover {
  opacity: 0.95;
}
.media--type-document.media--view-mode-small.media--unpublished .document-link:hover .document-card-inner {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.media--type-document.media--view-mode-small.media--unpublished .document-card-inner {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(233, 236, 239, 0.3) 10px, rgba(233, 236, 239, 0.3) 20px);
  border: 1px dashed #e0e0e0;
}
.media--type-document.media--view-mode-small.media--unpublished .document-card-inner:hover {
  border-color: rgba(206, 212, 218, 0.5);
}
.media--type-document.media--view-mode-small.media--unpublished .document-icon {
  background: rgba(206, 212, 218, 0.1);
  color: #C8C9C7;
}
.media--type-document.media--view-mode-small.media--unpublished .document-extension {
  background-color: #ced4da;
}
.media--type-document.media--view-mode-small.media--unpublished .document-title {
  color: #6e6e6e;
}
.media--type-document.media--view-mode-small.media--unpublished .document-meta {
  color: #C8C9C7;
}
.media--type-document.media--view-mode-small.media--unpublished .download-icon {
  color: #ced4da;
}
.media--type-document.media--view-mode-small.media--unpublished .unpublished-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #dc3545;
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 767.98px) {
  .media--type-document.media--view-mode-small .card-body {
    padding: 1rem !important;
  }
  .media--type-document.media--view-mode-small .document-icon-wrapper .document-icon {
    width: 40px;
    height: 40px;
  }
  .media--type-document.media--view-mode-small .document-icon-wrapper .document-icon svg {
    width: 20px;
    height: 20px;
  }
  .media--type-document.media--view-mode-small .document-title {
    font-size: 0.9rem;
  }
}
.media--type-remote-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.media--view-mode-download {
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.media--view-mode-download .media--download-card-inner {
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
}
.media--view-mode-download .media--download-card-inner:hover .download-icon-overlay {
  opacity: 1;
}
.media--view-mode-download .media-link {
  color: #343a40;
}
.media--view-mode-download .media-link:hover {
  color: #53565a;
}
.media--view-mode-download .media-header-area {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, rgb(244.45, 246.55, 249.8) 0%, rgb(233.9, 238.1, 244.6) 100%);
  border-bottom: 1px solid rgb(233.9, 238.1, 244.6);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.media--download-card-inner:hover .media--view-mode-download .media-header-area {
  background: linear-gradient(135deg, rgb(238.12, 241.48, 246.68) 0%, rgb(223.35, 229.65, 239.4) 100%);
}
.media--view-mode-download .media-header-area.has-thumbnail {
  background: #FFFFFF;
}
.media--view-mode-download .media-header-area.has-thumbnail .pdf-thumbnail-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.media--view-mode-download .media-header-area.has-thumbnail .pdf-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.media--download-card-inner:hover .media--view-mode-download .media-header-area.has-thumbnail img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.media--view-mode-download .media-title {
  color: #343a40;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.media--view-mode-download .media-meta {
  font-size: 0.875rem;
  color: #6e6e6e;
}
.media--view-mode-download .media-created-date,
.media--view-mode-download .media .file-info {
  font-size: 0.875rem;
  color: #6e6e6e;
}
.media--view-mode-download .document-icon-wrapper {
  position: relative;
}
.media--view-mode-download .document-icon-wrapper .document-icon {
  width: 80px;
  height: 80px;
  color: #2C5697;
}
.media--view-mode-download .document-extension {
  bottom: 1rem;
  right: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 36px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  border-radius: 50rem;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.has-thumbnail .media--view-mode-download .document-extension {
  bottom: 0.5rem;
  right: 0.5rem;
}
.media--view-mode-download .file-extension {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.media--view-mode-download .file-extension::before {
  background-image: url("/themes/custom/loe/build/assets/icons/icon-pdf.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
}
.media--view-mode-download .file-extension.file-extension-image::before {
  background-image: url("/themes/custom/loe/build/assets/icons/icon-image.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.media--view-mode-download .file-extension.file-extension-doc::before {
  background-image: url("/themes/custom/loe/build/assets/icons/icon-doc.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.media--view-mode-download .image-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  background: #e9ecef;
  aspect-ratio: 16/9;
}
.media--view-mode-download .image-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.media--view-mode-download .image-thumbnail-wrapper .field--name-field-media-image {
  height: 100%;
}
.media--view-mode-download .image-thumbnail-wrapper .field--name-field-media-image .field__item {
  height: 100%;
}
.media--view-mode-download .download-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44, 86, 151, 0.85);
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  z-index: 9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.media--view-mode-download .download-icon-overlay:after {
  content: "";
  background-image: url("/themes/custom/loe/build/assets/icons/icon-download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  width: 28px;
  height: 28px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.media--view-mode-download .unpublished-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #dc3545;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  z-index: 18;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.media--view-mode-download:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.media--view-mode-download:hover .media-title {
  color: rgb(40.5476923077, 79.2523076923, 139.1523076923);
}
@media (max-width: 767.98px) {
  .media--view-mode-download .card-body {
    padding: 1rem !important;
  }
  .media--view-mode-download .document-icon-wrapper .document-icon {
    width: 64px;
    height: 64px;
  }
  .media--view-mode-download .document-icon-wrapper .document-icon svg {
    width: 36px;
    height: 36px;
  }
  .media--view-mode-download .media-title {
    font-size: 0.91875rem;
  }
}

/*# sourceMappingURL=media.css.map*/