/**
 * 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: #002245;
  --bs-indigo: #243a73;
  --bs-purple: #5a3d8a;
  --bs-pink: #c25283;
  --bs-red: #b3363b;
  --bs-orange: #d67b2e;
  --bs-yellow: #f2c94c;
  --bs-green: #2e8b57;
  --bs-teal: #1b8a8f;
  --bs-cyan: #238fc1;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #002245;
  --bs-secondary: #005e9a;
  --bs-success: #2e8b57;
  --bs-info: #238fc1;
  --bs-warning: #f2c94c;
  --bs-danger: #b3363b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 34, 69;
  --bs-secondary-rgb: 0, 94, 154;
  --bs-success-rgb: 46, 139, 87;
  --bs-info-rgb: 35, 143, 193;
  --bs-warning-rgb: 242, 201, 76;
  --bs-danger-rgb: 179, 54, 59;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(0, 13.6, 27.6);
  --bs-secondary-text-emphasis: rgb(0, 37.6, 61.6);
  --bs-success-text-emphasis: rgb(18.4, 55.6, 34.8);
  --bs-info-text-emphasis: rgb(14, 57.2, 77.2);
  --bs-warning-text-emphasis: rgb(96.8, 80.4, 30.4);
  --bs-danger-text-emphasis: rgb(71.6, 21.6, 23.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(204, 210.8, 217.8);
  --bs-secondary-bg-subtle: rgb(204, 222.8, 234.8);
  --bs-success-bg-subtle: rgb(213.2, 231.8, 221.4);
  --bs-info-bg-subtle: rgb(211, 232.6, 242.6);
  --bs-warning-bg-subtle: rgb(252.4, 244.2, 219.2);
  --bs-danger-bg-subtle: rgb(239.8, 214.8, 215.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(153, 166.6, 180.6);
  --bs-secondary-border-subtle: rgb(153, 190.6, 214.6);
  --bs-success-border-subtle: rgb(171.4, 208.6, 187.8);
  --bs-info-border-subtle: rgb(167, 210.2, 230.2);
  --bs-warning-border-subtle: rgb(249.8, 233.4, 183.4);
  --bs-danger-border-subtle: rgb(224.6, 174.6, 176.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: 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.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #002245;
  --bs-link-color-rgb: 0, 34, 69;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(0, 27.2, 55.2);
  --bs-link-hover-color-rgb: 0, 27, 55;
  --bs-code-color: #c25283;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(252.4, 244.2, 219.2);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --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 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --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(0, 34, 69, 0.25);
  --bs-form-valid-color: #2e8b57;
  --bs-form-valid-border-color: #2e8b57;
  --bs-form-invalid-color: #b3363b;
  --bs-form-invalid-border-color: #b3363b;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(102, 122.4, 143.4);
  --bs-secondary-text-emphasis: rgb(102, 158.4, 194.4);
  --bs-success-text-emphasis: rgb(129.6, 185.4, 154.2);
  --bs-info-text-emphasis: rgb(123, 187.8, 217.8);
  --bs-warning-text-emphasis: rgb(247.2, 222.6, 147.6);
  --bs-danger-text-emphasis: rgb(209.4, 134.4, 137.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0, 6.8, 13.8);
  --bs-secondary-bg-subtle: rgb(0, 18.8, 30.8);
  --bs-success-bg-subtle: rgb(9.2, 27.8, 17.4);
  --bs-info-bg-subtle: rgb(7, 28.6, 38.6);
  --bs-warning-bg-subtle: rgb(48.4, 40.2, 15.2);
  --bs-danger-bg-subtle: rgb(35.8, 10.8, 11.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(0, 20.4, 41.4);
  --bs-secondary-border-subtle: rgb(0, 56.4, 92.4);
  --bs-success-border-subtle: rgb(27.6, 83.4, 52.2);
  --bs-info-border-subtle: rgb(21, 85.8, 115.8);
  --bs-warning-border-subtle: rgb(145.2, 120.6, 45.6);
  --bs-danger-border-subtle: rgb(107.4, 32.4, 35.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102, 122.4, 143.4);
  --bs-link-hover-color: rgb(132.6, 148.92, 165.72);
  --bs-link-color-rgb: 102, 122, 143;
  --bs-link-hover-color-rgb: 133, 149, 166;
  --bs-code-color: rgb(218.4, 151.2, 180.6);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(96.8, 80.4, 30.4);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(129.6, 185.4, 154.2);
  --bs-form-valid-border-color: rgb(129.6, 185.4, 154.2);
  --bs-form-invalid-color: rgb(209.4, 134.4, 137.4);
  --bs-form-invalid-border-color: rgb(209.4, 134.4, 137.4);
}

.node--pliroforisi--teaser-date {
  background-color: var(--bs-gray-200);
}
.node--pliroforisi--teaser-date__content {
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 100%;
  font-weight: 500;
}
.node--pliroforisi--teaser-date__smart-info {
  max-width: 70%;
  gap: 0.5rem;
}
.node--pliroforisi--teaser-date .date-parts {
  min-width: 100px;
  height: 100px;
  font-weight: bold;
  text-transform: uppercase;
  background: var(--bs-primary);
  color: #f8f9fa;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
.node--pliroforisi--teaser-date .date-parts--year {
  font-size: 1.4rem;
}
.node--pliroforisi--teaser-date h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.node--pliroforisi--teaser-date p {
  font-size: 1.25rem;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .node--pliroforisi--teaser-date .node__content .date-parts {
    height: 100%;
  }
  h2 {
    font-size: 0.85rem;
  }
  p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=node--pliroforisi--teaser-date.css.map*/