/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





































 */
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 3, app/assets/stylesheets/main_layout.scss */
.main-layout {
  padding-left: 4.5rem;
  padding-right: 2.75rem;
}

@media (max-width: 959px) {
  /* line 3, app/assets/stylesheets/main_layout.scss */
  .main-layout {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 12, app/assets/stylesheets/main_layout.scss */
.right-bar-column {
  width: 64px;
  flex-shrink: 0;
  padding-top: 20px;
}

/* line 18, app/assets/stylesheets/main_layout.scss */
.side-bar-container {
  position: sticky;
  top: 15px;
  z-index: 21;
  transition: 1s;
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* CSS Variables */
/* line 4, app/assets/stylesheets/variables.scss */
:root {
  --pathstone-red: #f03e3e;
  --pathstone-red-dark: #d32f2f;
  --pathstone-red-light: rgba(240, 62, 62, 0.10);
  --pathstone-black: #000;
  --pathstone-black-light: #5A4B46;
  --pathstone-white: #fff;
  --pathstone-blue: #149fda;
  --pathstone-brown: #A19283;
  --pathstone-text-grey: rgba(0, 0, 0, 0.60);
  --pathstone-yield-bg: rgba(237, 236, 230, 0.3);
  --input-border: rgba(90, 90, 90, 0.36);
  --separator-bg: #E5E5E5;
  --red-bar-text-grey: #EDECE6;
  --no-records-text: #817569;
  --loader-dot: rgba(90, 90, 90, 0.36);
  --resource-bg: #ECE9E6;
  --resource-tag-border: #6C6C6C;
  --primary: 'Calibre';
  --primary-black: 'Calibre Black';
  --primary-thin: 'Calibre Thin';
  --primary-light: 'Calibre Light';
  --primary-medium: 'Calibre Medium';
  --secondary: 'Filosofia OT';
  --secondary-italic: 'Filosofia OT Italic';
  --ps-black: #000;
  --ps-white: #fff;
  --ps-red-09: #300c0c;
  --ps-red-08: #601919;
  --ps-red-07: #902525;
  --ps-red-06: #c03232;
  --ps-red: #f03e3e;
  --ps-red-04: #f36565;
  --ps-red-03: #f68b8b;
  --ps-red-02: #f9b2b2;
  --ps-red-01: #fcd8d8;
  --ps-gray-09: #201d1a;
  --ps-gray-08: #403a34;
  --ps-gray-07: #61584f;
  --ps-gray-06: #817569;
  --ps-gray: #a39382;
  --ps-gray-04: #b4a89c;
  --ps-gray-03: #c7beb5;
  --ps-gray-02: #d9d3cd;
  --ps-gray-01: #edeae6;
  --ps-pink-09: #2d2623;
  --ps-pink-08: #5a4b46;
  --ps-pink-07: #86716a;
  --ps-pink-06: #b3968d;
  --ps-pink: #e0bcb0;
  --ps-pink-04: #e6c9c0;
  --ps-pink-03: #ecd7d0;
  --ps-pink-02: #f3e4df;
  --ps-pink-01: #f9f2ef;
  --ps-plum-09: #10080e;
  --ps-plum-08: #21111c;
  --ps-plum-07: #311929;
  --ps-plum-06: #422237;
  --ps-plum: #522a45;
  --ps-plum-04: #75556a;
  --ps-plum-03: #977f8f;
  --ps-plum-02: #baaab5;
  --ps-plum-01: #dcd4da;
  --ps-light-blue-09: #25272b;
  --ps-light-blue-08: #4a4f56;
  --ps-light-blue-07: #6e7680;
  --ps-light-blue-06: #939eab;
  --ps-light-blue: #b8c5d6;
  --ps-light-blue-04: #c6d1de;
  --ps-light-blue-03: #d4dce6;
  --ps-light-blue-02: #e3e8ef;
  --ps-light-blue-01: #f1f3f7;
  --ps-light-blue-01-rgb: 241, 243, 247;
  --ps-bright-blue-09: #04202c;
  --ps-bright-blue-08: #084057;
  --ps-bright-blue-07: #0c5f83;
  --ps-bright-blue-06: #107fae;
  --ps-bright-blue: #149fda;
  --ps-bright-blue-04: #43b2e1;
  --ps-bright-blue-03: #72c5e9;
  --ps-bright-blue-02: #a1d9f0;
  --ps-bright-blue-01: #d0ecf8;
  --ps-gold-07: #896341;
  --ps-gold: #d5ab32;
  --ps-brick: #A8483D;
  --ps-moss: #9BA854;
  --indentation: 1.25rem;
  --respond-up: 960px;
  --respond-down: 959.98px;
}

@media (max-width: 959px) {
  /* line 112, app/assets/stylesheets/variables.scss */
  :root {
    --indentation: 0.625rem;
  }
}
/* ===========================================
   BASE STYLES AND TYPOGRAPHY
   =========================================== */
/* Import Google Fonts */
/* Basic Reset and Typography */
/* line 9, app/assets/stylesheets/base.scss */
* {
  box-sizing: border-box;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}

/* line 15, app/assets/stylesheets/base.scss */
body {
  margin: 0;
  font-family: var(--primary);
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--pathstone-black);
  background-color: var(--pathstone-white);
}

/* line 24, app/assets/stylesheets/base.scss */
.container {
  max-width: 844px;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/base.scss */
.inner-container {
  max-width: 628px;
  margin: 0 auto;
}

/* Reset main container for full width */
/* line 35, app/assets/stylesheets/base.scss */
main {
  padding: 0;
}

/* Headers */
/* line 40, app/assets/stylesheets/base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--pathstone-black);
}

/* line 52, app/assets/stylesheets/base.scss */
h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  /* line 52, app/assets/stylesheets/base.scss */
  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  /* line 52, app/assets/stylesheets/base.scss */
  h1 {
    font-size: 1.75rem;
  }
}

/* line 63, app/assets/stylesheets/base.scss */
h2 {
  font-size: 2rem;
}

@media (max-width: 768px) {
  /* line 63, app/assets/stylesheets/base.scss */
  h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  /* line 63, app/assets/stylesheets/base.scss */
  h2 {
    font-size: 1.25rem;
  }
}

/* line 73, app/assets/stylesheets/base.scss */
h3 {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  /* line 73, app/assets/stylesheets/base.scss */
  h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  /* line 73, app/assets/stylesheets/base.scss */
  h3 {
    font-size: 1.125rem;
  }
}

/* line 83, app/assets/stylesheets/base.scss */
h4 {
  font-size: 1.25rem;
}

/* line 87, app/assets/stylesheets/base.scss */
h5 {
  font-size: 1.125rem;
}

/* line 91, app/assets/stylesheets/base.scss */
h6 {
  font-size: 1rem;
}

/* Paragraphs */
/* line 96, app/assets/stylesheets/base.scss */
p {
  margin: 0 0 1rem;
  line-height: inherit;
}

/* Links */
/* line 102, app/assets/stylesheets/base.scss */
a {
  text-decoration: none;
}

/* line 105, app/assets/stylesheets/base.scss */
a:not([class]) {
  color: var(--ps-red);
  text-decoration: none;
  transition: 0.3s;
}

/* line 110, app/assets/stylesheets/base.scss */
a:not([class]):hover {
  color: var(--ps-black);
}

/* line 115, app/assets/stylesheets/base.scss */
a.il {
  color: var(--ps-black);
  transition: 0.3s;
}

/* line 119, app/assets/stylesheets/base.scss */
a.il:hover {
  color: var(--ps-red);
}

/* line 124, app/assets/stylesheets/base.scss */
a:focus-visible {
  outline: none;
}

/* Images */
/* line 130, app/assets/stylesheets/base.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Forms */
/* line 137, app/assets/stylesheets/base.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 141, app/assets/stylesheets/base.scss */
.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--ps-black);
}

/* line 148, app/assets/stylesheets/base.scss */
.form-input,
.form-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

/* line 159, app/assets/stylesheets/base.scss */
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--ps-red);
}

/* line 165, app/assets/stylesheets/base.scss */
.form-textarea {
  resize: vertical;
  min-height: 100px;
}

/* Utility Classes */
/* line 171, app/assets/stylesheets/base.scss */
.text-center {
  text-align: center;
}

/* line 175, app/assets/stylesheets/base.scss */
.text-left {
  text-align: left;
}

/* line 179, app/assets/stylesheets/base.scss */
.text-right {
  text-align: right;
}

/* line 183, app/assets/stylesheets/base.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 187, app/assets/stylesheets/base.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 191, app/assets/stylesheets/base.scss */
.mb-0 {
  margin-bottom: 0;
}

/* line 195, app/assets/stylesheets/base.scss */
.mb-1 {
  margin-bottom: 0.5rem;
}

/* line 199, app/assets/stylesheets/base.scss */
.mb-2 {
  margin-bottom: 1rem;
}

/* line 203, app/assets/stylesheets/base.scss */
.mb-3 {
  margin-bottom: 1.5rem;
}

/* line 207, app/assets/stylesheets/base.scss */
.mb-4 {
  margin-bottom: 2rem;
}

/* line 211, app/assets/stylesheets/base.scss */
.mt-0 {
  margin-top: 0;
}

/* line 215, app/assets/stylesheets/base.scss */
.mt-1 {
  margin-top: 0.5rem;
}

/* line 219, app/assets/stylesheets/base.scss */
.mt-2 {
  margin-top: 1rem;
}

/* line 223, app/assets/stylesheets/base.scss */
.mt-3 {
  margin-top: 1.5rem;
}

/* line 227, app/assets/stylesheets/base.scss */
.mt-4 {
  margin-top: 2rem;
}

/* line 231, app/assets/stylesheets/base.scss */
.p-0 {
  padding: 0;
}

/* line 235, app/assets/stylesheets/base.scss */
.p-1 {
  padding: 0.5rem;
}

/* line 239, app/assets/stylesheets/base.scss */
.p-2 {
  padding: 1rem;
}

/* line 243, app/assets/stylesheets/base.scss */
.p-3 {
  padding: 1.5rem;
}

/* line 247, app/assets/stylesheets/base.scss */
.p-4 {
  padding: 2rem;
}

/* line 251, app/assets/stylesheets/base.scss */
.hidden {
  display: none !important;
}

/* line 255, app/assets/stylesheets/base.scss */
.hide {
  display: none !important;
}

/* line 259, app/assets/stylesheets/base.scss */
.d-block {
  display: block;
}

/* line 263, app/assets/stylesheets/base.scss */
.text-grey {
  color: var(--separator-bg);
}

/* line 267, app/assets/stylesheets/base.scss */
.text-red {
  color: var(--ps-red);
}

/* line 271, app/assets/stylesheets/base.scss */
.common-avatar {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  text-transform: uppercase;
  background-color: var(--ps-gray-03);
  color: var(--ps-white);
}

/* line 282, app/assets/stylesheets/base.scss */
.common-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* line 289, app/assets/stylesheets/base.scss */
hr {
  border-color: var(--ps-black);
  border-top-width: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: none;
}

/* line 296, app/assets/stylesheets/base.scss */
hr.my-16px {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 303, app/assets/stylesheets/base.scss */
.pagination-container {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1;
}

/* line 308, app/assets/stylesheets/base.scss */
.pagination-container .pagination {
  display: flex;
  gap: 2px;
  justify-content: center;
}

/* line 314, app/assets/stylesheets/base.scss */
.pagination-container a {
  display: block;
  padding: 3px 6px;
  color: var(--ps-black);
  border-radius: 4px;
  transition: .5s;
}

/* line 321, app/assets/stylesheets/base.scss */
.pagination-container a:hover {
  color: var(--ps-red);
  background-color: var(--ps-white);
}

/* line 327, app/assets/stylesheets/base.scss */
.pagination-container .page.current {
  padding: 3px 5px;
  font-family: var(--primary-black);
  color: var(--ps-red);
}

/* line 332, app/assets/stylesheets/base.scss */
.pagination-container .prev {
  margin-right: 10px;
}

/* line 336, app/assets/stylesheets/base.scss */
.pagination-container .next {
  margin-left: 10px;
}

/* line 341, app/assets/stylesheets/base.scss */
input {
  transition: .3s;
}

/* line 343, app/assets/stylesheets/base.scss */
input:active, input:focus, input:focus-visible, input:focus-within, input:target {
  outline: none;
  background-color: var(--ps-white);
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* Buttons */
/* line 4, app/assets/stylesheets/buttons.scss */
.btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 .75rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  font-size: .875rem;
}

/* line 17, app/assets/stylesheets/buttons.scss */
.btn.x-padding {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 22, app/assets/stylesheets/buttons.scss */
.btn.rounded {
  border-radius: 4px;
}

/* line 26, app/assets/stylesheets/buttons.scss */
.btn.btn-lg {
  font-size: 20px;
}

/* line 30, app/assets/stylesheets/buttons.scss */
.btn.btn-block {
  width: 100%;
}

/* line 35, app/assets/stylesheets/buttons.scss */
.btn-primary {
  height: 34px;
  background: var(--ps-red);
  color: var(--ps-white);
}

/* line 40, app/assets/stylesheets/buttons.scss */
.btn-primary:hover {
  background: var(--ps-red-04);
  color: var(--ps-black);
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/buttons.scss */
.btn-secondary {
  height: 34px;
  background: var(--ps-gray-03);
  color: var(--ps-black);
}

/* line 52, app/assets/stylesheets/buttons.scss */
.btn-secondary:hover {
  background: var(--ps-gray);
  color: var(--ps-white);
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/buttons.scss */
.btn-truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 66, app/assets/stylesheets/buttons.scss */
.back-link-container {
  margin: .75rem 0;
}

@media (max-width: 959px) {
  /* line 66, app/assets/stylesheets/buttons.scss */
  .back-link-container {
    margin: 1rem 0;
  }
}

/* line 74, app/assets/stylesheets/buttons.scss */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 2.75rem;
  color: var(--ps-black);
}

/* line 80, app/assets/stylesheets/buttons.scss */
.back-link:hover {
  color: var(--ps-red);
}

/* line 85, app/assets/stylesheets/buttons.scss */
.back-link-icon {
  font-size: 1rem;
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/buttons.scss */
.back-link-text {
  font-family: var(--primary-black);
  font-size: 0.875rem;
  line-height: 1;
}
/* ===========================================
   REUSABLE COMPONENTS
   =========================================== */
/* Logo and Branding */
/* Engagement Icons and Stats */
/* line 11, app/assets/stylesheets/components.scss */
.engagement-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33em;
  color: var(--pathstone-black);
}

/* line 22, app/assets/stylesheets/components.scss */
.engagement-item i {
  text-align: center;
}

/* line 27, app/assets/stylesheets/components.scss */
.engagement-icon {
  width: 24px;
  height: 24px;
}

/* Like Button Styles */
/* line 33, app/assets/stylesheets/components.scss */
.like-form {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
}

/* line 40, app/assets/stylesheets/components.scss */
.like-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33em;
  color: var(--pathstone-black);
  transition: all 0.2s ease;
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/components.scss */
.like-button:hover {
  transform: scale(1.05);
}

/* line 61, app/assets/stylesheets/components.scss */
.like-button.liked {
  color: var(--pathstone-red);
}

/* line 65, app/assets/stylesheets/components.scss */
.like-button.not-liked {
  color: var(--pathstone-black);
}

/* line 69, app/assets/stylesheets/components.scss */
.like-icon {
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}

/* line 75, app/assets/stylesheets/components.scss */
.like-icon.liked {
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7450%) hue-rotate(0deg) brightness(104%) contrast(108%);
}

/* line 80, app/assets/stylesheets/components.scss */
.like-icon.not-liked {
  filter: brightness(0) saturate(0) opacity(0.3);
  border-radius: 50%;
  padding: 1px;
}

/* line 86, app/assets/stylesheets/components.scss */
.like-count,
.bookmark-count {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33em;
}

/* Bookmark Button Styles */
/* line 96, app/assets/stylesheets/components.scss */
.bookmark-form {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
}

/* line 103, app/assets/stylesheets/components.scss */
.bookmark-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33em;
  color: var(--pathstone-black);
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/components.scss */
.bookmark-button:hover {
  transform: scale(1.05);
}

/* line 125, app/assets/stylesheets/components.scss */
.bookmark-button.bookmarked {
  color: var(--pathstone-black);
}

/* line 129, app/assets/stylesheets/components.scss */
.bookmark-button.not-bookmarked {
  color: var(--pathstone-black);
}

/* line 133, app/assets/stylesheets/components.scss */
.bookmark-icon {
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}

/* line 139, app/assets/stylesheets/components.scss */
.bookmark-icon.bookmarked {
  color: var(--pathstone-black);
}

/* line 143, app/assets/stylesheets/components.scss */
.bookmark-icon.not-bookmarked {
  color: var(--pathstone-black);
  opacity: 0.3;
}

/* Back Navigation */
/* line 153, app/assets/stylesheets/components.scss */
.back-navigation {
  margin-bottom: 20px;
}

/* line 157, app/assets/stylesheets/components.scss */
.back-to-feed {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.29em;
  color: var(--pathstone-black);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 171, app/assets/stylesheets/components.scss */
.back-to-feed:hover {
  color: var(--pathstone-red);
}

/* line 175, app/assets/stylesheets/components.scss */
.back-icon {
  width: 16px;
  height: 16px;
}

/* Brand Footer */
/* line 181, app/assets/stylesheets/components.scss */
.pathstone-brand-footer {
  width: 100%;
  height: 109px;
  background-image: url(/assets/pathstone-brand-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 24px;
}

/* line 191, app/assets/stylesheets/components.scss */
.footer-copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.13em;
  color: var(--pathstone-black);
  margin: 0 0 16px;
}

/* line 200, app/assets/stylesheets/components.scss */
.footer-disclaimer {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.13em;
  color: var(--pathstone-black);
  margin: 0;
}

/* Cards and Content Blocks */
/* line 210, app/assets/stylesheets/components.scss */
.content-card {
  background: var(--pathstone-white);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

/* Alerts and Messages */
/* line 219, app/assets/stylesheets/components.scss */
.alert {
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

/* line 228, app/assets/stylesheets/components.scss */
.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* line 234, app/assets/stylesheets/components.scss */
.alert-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* line 240, app/assets/stylesheets/components.scss */
.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

/* line 246, app/assets/stylesheets/components.scss */
.alert-info {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}

/* Loading States */
/* line 253, app/assets/stylesheets/components.scss */
.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #666;
  font-style: italic;
}

/* line 262, app/assets/stylesheets/components.scss */
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  border-top: 2px solid var(--pathstone-red);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Modal Styles */
/* line 283, app/assets/stylesheets/components.scss */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* line 296, app/assets/stylesheets/components.scss */
.modal-container {
  background: var(--pathstone-white);
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* line 306, app/assets/stylesheets/components.scss */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 314, app/assets/stylesheets/components.scss */
.modal-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--pathstone-black);
  margin: 0;
}

/* line 322, app/assets/stylesheets/components.scss */
.modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 336, app/assets/stylesheets/components.scss */
.modal-close:hover {
  color: var(--pathstone-black);
}

/* line 340, app/assets/stylesheets/components.scss */
.modal-body {
  padding: 24px;
}

/* line 344, app/assets/stylesheets/components.scss */
.modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 24px;
  border-top: 1px solid #e5e5e5;
}

/* Component Responsive Design */
@media (max-width: 768px) {
  /* line 354, app/assets/stylesheets/components.scss */
  .welcome-section {
    margin-left: 0;
    text-align: center;
    align-items: center;
  }
  /* line 360, app/assets/stylesheets/components.scss */
  .welcome-header {
    justify-content: center;
  }
  /* line 364, app/assets/stylesheets/components.scss */
  .logout-section {
    margin-top: 12px;
  }
  /* line 368, app/assets/stylesheets/components.scss */
  .modal-container {
    width: 95%;
  }
  /* line 372, app/assets/stylesheets/components.scss */
  .modal-header,
.modal-body,
.modal-actions {
    padding: 16px;
  }
}

/* line 379, app/assets/stylesheets/components.scss */
.social-button-container,
.social-button-form {
  display: inline-block;
  line-height: 1;
  flex-shrink: 0;
}

/* line 386, app/assets/stylesheets/components.scss */
.social-button {
  display: inline-flex;
  gap: .25rem;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: inherit;
  line-height: 1;
  transition: .4s;
  flex-shrink: 0;
}

/* line 402, app/assets/stylesheets/components.scss */
.social-button .social-button-icon {
  line-height: 1;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

/* line 407, app/assets/stylesheets/components.scss */
.social-button .social-button-icon::before {
  vertical-align: middle;
  display: block;
}

/* line 413, app/assets/stylesheets/components.scss */
.social-button .social-button-counter {
  font-size: .75em;
  text-align: left;
  line-height: 1.3334;
  color: var(--ps-black);
}

/* line 418, app/assets/stylesheets/components.scss */
.social-button .social-button-counter:empty {
  display: none;
}

/* line 423, app/assets/stylesheets/components.scss */
.social-button.active {
  color: var(--pathstone-red);
}

/* line 427, app/assets/stylesheets/components.scss */
.social-button:hover {
  transform: scale(1.1);
}
/* ===========================================
   AUTHENTICATION STYLES
   =========================================== */

.sign-in-container {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: var(--pathstone-white);
  padding: 20vh 24px 24px;
}

.sign-in-card {
  padding: 0px 40px;
  max-width: 440px;
  width: 100%;
  text-align: center;
}

.brand-title {
  font-family: var(--primary-black);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--pathstone-black);
  margin-bottom: 0.5rem;
}

.brand-subtitle {
  color: var(--pathstone-text-grey);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

.sso-section {
  margin: 0 0 2.5rem;
  text-align: left;
}

.sso-section__intro {
  color: var(--pathstone-black);
  font-weight: 600;
  text-align: center;
}

.sso-email-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sso-email-wrapper .form-label {
  font-weight: 600;
  color: var(--pathstone-black);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

.sso-email-input {
  padding: 14px 18px;
  border-radius: 8px;
  border: 1px solid var(--input-border);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sso-email-input:focus {
  border-color: var(--pathstone-red);
  box-shadow: 0 0 0 3px rgba(240, 62, 62, 0.1);
  outline: none;
}

.sso-error {
  min-height: 1.25rem;
  margin: -0.5rem 0 0;
  line-height: 1.25rem;
  text-align: left;
  font-weight: 500;
  color: var(--pathstone-red);
}

.sso-email-wrapper.has-error .form-label {
  color: var(--pathstone-red);
}

.sso-email-wrapper.has-error .sso-email-input {
  border-color: var(--pathstone-red);
  box-shadow: 0 0 0 3px rgba(240, 62, 62, 0.1);
}

.sso-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 8px 18px;
  width: auto;
  min-width: 120px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 2px solid var(--pathstone-red);
  background: transparent;
  color: var(--pathstone-red);
  cursor: pointer;
}

.sso-btn:hover {
  background: var(--pathstone-red);
  color: var(--pathstone-white);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(240, 62, 62, 0.3);
}

.sso-btn.disabled,
.sso-btn[aria-disabled='true'] {
  pointer-events: none;
  opacity: 0.4;
  border-color: rgba(240, 62, 62, 0.4);
  color: rgba(240, 62, 62, 0.4);
  background: transparent;
}

.btn-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: inherit;
}

.btn-icon svg {
  width: 20px;
  height: 20px;
}

.sso-btn__label {
  color: inherit;
}

.backdoor-section {
  margin: 0;
  padding: 1.5rem;
  border: 1px solid var(--separator-bg);
  border-radius: 8px;
  background: rgba(245, 245, 245, 0.5);
}

.backdoor-form {
  max-width: 300px;
  margin: 0 auto;
}

.backdoor-input {
  background: var(--pathstone-white);
  border: 1px solid var(--input-border);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: var(--pathstone-black);
  width: 100%;
  margin-bottom: 1rem;
}

.backdoor-input::placeholder {
  color: var(--pathstone-text-grey);
}

.backdoor-input:focus {
  border-color: var(--pathstone-red);
  box-shadow: 0 0 0 3px rgba(240, 62, 62, 0.1);
  outline: none;
}

.backdoor-btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 2px solid var(--pathstone-red);
  background: transparent;
  color: var(--pathstone-red);
  cursor: pointer;
}

.backdoor-btn:hover {
  background: var(--pathstone-red);
  color: var(--pathstone-white);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(240, 62, 62, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .sign-in-container {
    padding: 10px;
  }

  .sign-in-card {
    padding: 40px 30px;
  }

  .brand-title {
    font-size: 2rem;
  }

  .sso-btn {
    padding: 14px 24px;
    font-size: 1rem;
  }

  .backdoor-section {
    padding: 1rem;
  }

  .backdoor-form {
    max-width: 280px;
  }
}
@charset "UTF-8";
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 3, app/assets/stylesheets/newsfeed.scss */
.feed-card-big {
  position: relative;
}

/* line 6, app/assets/stylesheets/newsfeed.scss */
.feed-card-big .article-content-overlay {
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 13.75rem;
  background: var(--ps-white);
}

@media (min-width: 960px) {
  /* line 14, app/assets/stylesheets/newsfeed.scss */
  .feed-card-big .article-content-overlay .article-content-overlay-link {
    padding: 1.25rem 1.25rem 3rem 1.25rem;
    min-height: 20rem;
  }
}

@media (max-width: 959px) {
  /* line 6, app/assets/stylesheets/newsfeed.scss */
  .feed-card-big .article-content-overlay {
    position: static;
    padding: 0;
    width: 100%;
  }
}

/* line 28, app/assets/stylesheets/newsfeed.scss */
.feed-card-big .news-article {
  border-bottom: 1px solid var(--ps-gray-02);
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 959px) {
  /* line 28, app/assets/stylesheets/newsfeed.scss */
  .feed-card-big .news-article {
    border-bottom: none;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
}

/* line 41, app/assets/stylesheets/newsfeed.scss */
.feed-card-big .article-content-overlay .article-meta {
  display: none;
}

/* line 46, app/assets/stylesheets/newsfeed.scss */
.feed-card-big .article-brand {
  font-size: 0.875rem;
}

/* line 50, app/assets/stylesheets/newsfeed.scss */
.feed-card-big .article-headline {
  margin-bottom: 1rem;
}

/* line 54, app/assets/stylesheets/newsfeed.scss */
.feed-card-big .article-tldr {
  margin-bottom: .75rem;
}

@media (min-width: 960px) {
  /* line 59, app/assets/stylesheets/newsfeed.scss */
  .feed-card-big .read-more-link.a-tag {
    display: none;
  }
}

@media (max-width: 959px) {
  /* line 65, app/assets/stylesheets/newsfeed.scss */
  .feed-card-big .read-more-link.span-tag {
    display: none;
  }
}

/* line 72, app/assets/stylesheets/newsfeed.scss */
.feed-card-big .article-engagement {
  order: 1;
}

/* line 77, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: .75rem;
  position: relative;
}

@media (min-width: 960px) {
  /* line 84, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--ps-gray-02);
  }
}

@media (min-width: 960px) {
  /* line 94, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .feed-card-small {
    border-bottom: 1px solid var(--ps-gray-02);
    padding-bottom: 1rem;
  }
}

@media (max-width: 959px) {
  /* line 77, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}

/* line 108, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .article-content-overlay .article-meta {
  display: none;
}

@media (max-width: 959px) {
  /* line 108, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-content-overlay .article-meta {
    display: block;
  }
}

@media (max-width: 959px) {
  /* line 107, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-content-overlay {
    width: calc(100% - 5.75rem);
  }
}

/* line 120, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .article-brand {
  font-size: 0.75rem;
}

@media (max-width: 959px) {
  /* line 120, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-brand {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* line 130, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .article-headline {
  margin-bottom: .75rem;
}

/* line 134, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .article-tldr {
  margin-bottom: .5rem;
}

@media (max-width: 959px) {
  /* line 139, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-hero {
    display: flex;
    gap: .75rem;
  }
  /* line 144, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-link-container {
    width: 5rem;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  /* line 151, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-tldr {
    display: none;
  }
  /* line 155, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-headline {
    font-family: var(--primary-medium);
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* line 164, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-meta {
    display: none;
  }
}

/* line 169, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .post-preview-badge {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
}

/* line 175, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .article-content-overlay {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 181, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .article-content-overlay .article-content-overlay-link {
  width: 100%;
}

/* line 184, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .article-content-overlay .article-meta {
  width: 100%;
}

/* line 190, app/assets/stylesheets/newsfeed.scss */
.feed-cards-small-list .read-more-link.span-tag {
  display: none;
}

@media (max-width: 959px) {
  /* line 195, app/assets/stylesheets/newsfeed.scss */
  .feed-cards-small-list .article-hero-footer {
    display: none;
  }
}

/* line 202, app/assets/stylesheets/newsfeed.scss */
.article-content-overlay-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* line 208, app/assets/stylesheets/newsfeed.scss */
.newsfeed-container {
  display: flex;
  gap: 20px;
}

/* line 213, app/assets/stylesheets/newsfeed.scss */
.news-articles-list {
  flex-grow: 1;
}

/* line 217, app/assets/stylesheets/newsfeed.scss */
.article-filter-container {
  margin: 24px 0 30px 0;
  display: flex;
  justify-content: space-between;
}

/* line 223, app/assets/stylesheets/newsfeed.scss */
.article-hero {
  display: block;
  position: relative;
}

@media (max-width: 959px) {
  /* line 223, app/assets/stylesheets/newsfeed.scss */
  .article-hero {
    width: calc(100vw - 2rem);
  }
}

/* line 231, app/assets/stylesheets/newsfeed.scss */
.article-hero:hover .read-more-link {
  color: var(--ps-black);
}

/* line 236, app/assets/stylesheets/newsfeed.scss */
.article-hero:hover + .article-hero-footer .read-more-link {
  color: var(--ps-black);
}

/* line 243, app/assets/stylesheets/newsfeed.scss */
.article-link-container {
  display: block;
  position: relative;
  margin-bottom: .75rem;
}

/* line 249, app/assets/stylesheets/newsfeed.scss */
.article-link {
  display: block;
  position: relative;
}

/* line 254, app/assets/stylesheets/newsfeed.scss */
.article-hero-image-container {
  background-color: #eeeeee;
  aspect-ratio: 1 / 1;
}

/* line 259, app/assets/stylesheets/newsfeed.scss */
.article-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 264, app/assets/stylesheets/newsfeed.scss */
.article-hero-image.no-image {
  padding: 0.75rem;
  font-family: var(--primary-black);
  font-size: 36px;
  color: var(--ps-red);
}

/* line 271, app/assets/stylesheets/newsfeed.scss */
.article-hero-image.article-hero-video {
  object-fit: contain;
  background-color: var(--ps-black);
  display: block;
}

/* line 279, app/assets/stylesheets/newsfeed.scss */
.post-preview-badge {
  display: inline-block;
  background-color: var(--ps-red);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--primary-medium);
  font-weight: normal;
  margin-bottom: 8px;
}

/* line 294, app/assets/stylesheets/newsfeed.scss */
.article-brand {
  letter-spacing: 0.2em;
  color: var(--ps-red);
  margin-bottom: .5rem;
  text-transform: uppercase;
  line-height: 1;
}

/* line 302, app/assets/stylesheets/newsfeed.scss */
.article-headline {
  font-size: 1.25rem;
  font-family: var(--primary-black);
  font-weight: normal;
  color: var(--ps-black);
  line-height: 1;
}

/* line 310, app/assets/stylesheets/newsfeed.scss */
.article-tldr {
  line-height: 1;
  color: var(--ps-black);
  font-size: 0.875rem;
}

/* line 316, app/assets/stylesheets/newsfeed.scss */
.read-more-link {
  color: var(--ps-red);
  font-family: var(--primary-black);
  line-height: 1;
  transition: all 0.3s ease;
}

/* line 322, app/assets/stylesheets/newsfeed.scss */
.read-more-link:hover {
  color: var(--ps-black);
}

/* Article metadata */
/* line 329, app/assets/stylesheets/newsfeed.scss */
.article-meta {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 960px) {
  /* line 335, app/assets/stylesheets/newsfeed.scss */
  .article-meta.big-card-meta {
    display: none;
  }
}

/* line 342, app/assets/stylesheets/newsfeed.scss */
.article-author-date {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
  color: var(--ps-black);
  margin: 0;
}

/* line 350, app/assets/stylesheets/newsfeed.scss */
.article-engagement {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: 1rem;
  padding: .25rem .75rem;
}

/* line 361, app/assets/stylesheets/newsfeed.scss */
.day-tagline {
  font-family: var(--primary-black);
  font-size: 28px;
  line-height: 1.25;
  color: var(--ps-red);
  margin-top: 20px;
}

/* line 369, app/assets/stylesheets/newsfeed.scss */
.posts-list {
  display: flex;
  flex-direction: column;
}

/* --- Day Title (differences merged cleanly) --- */
/* line 375, app/assets/stylesheets/newsfeed.scss */
.day-title {
  font-family: var(--primary-black);
  line-height: 1;
  background-color: var(--ps-white);
  color: var(--ps-red);
  position: sticky;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 15px;
  top: 0;
  transition: 0.5s;
  /* Main Feed uses 26px, Reverse Feed uses 40px → keep the larger as base */
  font-size: 40px;
}

/* --- Main Feed Only --- */
/* line 394, app/assets/stylesheets/newsfeed.scss */
.day-description {
  line-height: 1.1;
  padding-bottom: 16px;
}

/* line 398, app/assets/stylesheets/newsfeed.scss */
.day-description p {
  margin-bottom: 8px;
}

/* line 403, app/assets/stylesheets/newsfeed.scss */
.article-author-link {
  color: var(--ps-red);
}

/* line 406, app/assets/stylesheets/newsfeed.scss */
.article-author-link:hover, .article-author-link:focus-visible {
  color: var(--ps-black);
}

/* line 412, app/assets/stylesheets/newsfeed.scss */
.article-hero-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}

@media (max-width: 959px) {
  /* line 419, app/assets/stylesheets/newsfeed.scss */
  .article-hero-footer .article-meta {
    order: 2;
    width: 100%;
  }
}
/* ===========================================
   Flat Feed V3
   =========================================== */
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 6, app/assets/stylesheets/flat_feed_v3.scss */
.filter-container {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0 .5rem 0;
  background-color: var(--ps-white);
  position: sticky;
  z-index: 2;
  margin-bottom: 1.5rem;
}

@media (min-width: 960px) {
  /* line 6, app/assets/stylesheets/flat_feed_v3.scss */
  .filter-container {
    top: 5.5rem;
  }
}

@media (max-width: 959px) {
  /* line 6, app/assets/stylesheets/flat_feed_v3.scss */
  .filter-container {
    top: 3.5rem;
  }
}

/* Day Group Styles (only shown when sort is 'latest') */
@media (min-width: 960px) {
  /* line 26, app/assets/stylesheets/flat_feed_v3.scss */
  .flat-feed-day-group {
    margin-bottom: .75rem;
  }
}

/* line 32, app/assets/stylesheets/flat_feed_v3.scss */
.flat-feed-day-title {
  font-family: var(--primary-black);
  font-size: 1.25rem;
  line-height: 1.25;
  color: var(--ps-plum-06);
  background-color: var(--pathstone-white);
  position: sticky;
  z-index: 1;
  transition: .5s;
  padding-bottom: .5rem;
}

@media (min-width: 960px) {
  /* line 32, app/assets/stylesheets/flat_feed_v3.scss */
  .flat-feed-day-title {
    top: calc(5.5rem + 3.75rem);
  }
}

@media (max-width: 959px) {
  /* line 32, app/assets/stylesheets/flat_feed_v3.scss */
  .flat-feed-day-title {
    top: calc(3.5rem + 3.75rem);
  }
}

/* line 51, app/assets/stylesheets/flat_feed_v3.scss */
.flat-feed-day-description {
  color: var(--ps-black);
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 1rem;
}

/* line 58, app/assets/stylesheets/flat_feed_v3.scss */
.feed-category-dropdown {
  position: relative;
  width: 35%;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* Main page container */
/* line 4, app/assets/stylesheets/post_show.scss */
.post-content-container {
  max-width: 39.25rem;
}

/* line 8, app/assets/stylesheets/post_show.scss */
.post-title {
  font-family: var(--primary-black);
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 2rem;
}

/* line 13, app/assets/stylesheets/post_show.scss */
.post-title p {
  margin: 0;
}

/* line 18, app/assets/stylesheets/post_show.scss */
.post-show-preview-badge {
  display: inline-block;
  background-color: var(--pathstone-red);
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--primary-medium);
  font-weight: normal;
  margin-bottom: 1rem;
}

/* line 34, app/assets/stylesheets/post_show.scss */
.post-date {
  font-size: .875rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

/* line 40, app/assets/stylesheets/post_show.scss */
.post-author {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

/* TLDR Section */
/* line 47, app/assets/stylesheets/post_show.scss */
.post-tldr {
  font-family: var(--secondary-italic);
  font-style: italic;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1rem;
}

/* Post Image */
/* line 57, app/assets/stylesheets/post_show.scss */
.post-image {
  margin-bottom: 2rem;
  position: relative;
}

/* line 62, app/assets/stylesheets/post_show.scss */
.post-image.post-display-video-container video {
  aspect-ratio: 745 / 448;
}

/* line 68, app/assets/stylesheets/post_show.scss */
.post-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* line 74, app/assets/stylesheets/post_show.scss */
.post-image-placeholder {
  width: 100%;
  aspect-ratio: 2 / 1;
  background: #F3F4F6;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
}

/* line 85, app/assets/stylesheets/post_show.scss */
.no-image-content {
  text-align: center;
  color: var(--no-records-text);
}

/* line 90, app/assets/stylesheets/post_show.scss */
.no-image-content svg {
  margin-bottom: 0.5rem;
}

/* Engagement Section */
/* line 95, app/assets/stylesheets/post_show.scss */
.engagement-section {
  display: block;
  position: absolute;
  right: 0;
  z-index: 1;
  padding: .125rem .75rem;
  background-color: var(--ps-white);
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  /* line 95, app/assets/stylesheets/post_show.scss */
  .engagement-section {
    bottom: -4.375rem;
  }
}

@media (max-width: 959px) {
  /* line 95, app/assets/stylesheets/post_show.scss */
  .engagement-section {
    top: -3.4rem;
  }
}

/* line 112, app/assets/stylesheets/post_show.scss */
.engagement-section .social-button-counter {
  min-width: 1.5em;
  font-size: 1rem;
}

/* line 118, app/assets/stylesheets/post_show.scss */
.engagement-stats {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

/* line 125, app/assets/stylesheets/post_show.scss */
.comment-count {
  font-weight: 500;
}

/* line 129, app/assets/stylesheets/post_show.scss */
.comments-toggle {
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}

/* line 137, app/assets/stylesheets/post_show.scss */
.comments-toggle:hover {
  color: var(--pathstone-red);
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 4, app/assets/stylesheets/resources.scss */
.resource-page {
  padding-top: 60px;
  padding-left: 70px;
  padding-bottom: 170px;
  margin-bottom: 60px;
  background-color: var(--resource-bg);
}

/* line 10, app/assets/stylesheets/resources.scss */
.resource-page::after {
  background-color: var(--resource-bg);
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 959px) {
  /* line 4, app/assets/stylesheets/resources.scss */
  .resource-page {
    padding-left: 0;
  }
}

/* line 26, app/assets/stylesheets/resources.scss */
.resource-show-page {
  padding-bottom: 200px;
}

/* line 31, app/assets/stylesheets/resources.scss */
.resource-categories-header {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 60px;
}

@media (max-width: 1023px) {
  /* line 31, app/assets/stylesheets/resources.scss */
  .resource-categories-header {
    padding-bottom: 30px;
  }
}

/* line 41, app/assets/stylesheets/resources.scss */
.resource-categories-title {
  font-family: var(--primary-black);
  font-size: 40px;
  line-height: 1;
  margin: 0 0 12px 0;
  text-align: center;
}

@media (max-width: 1023px) {
  /* line 41, app/assets/stylesheets/resources.scss */
  .resource-categories-title {
    font-size: 24px;
  }
}

/* line 53, app/assets/stylesheets/resources.scss */
.resource-categories-subtitle {
  font-family: var(--primary-black);
  font-size: 24px;
  line-height: 1.6667;
  color: var(--pathstone-red);
  margin: 0 0 15px 0;
  text-align: center;
}

/* line 62, app/assets/stylesheets/resources.scss */
.resource-categories-notice {
  margin: 20px 0 0 0;
  text-align: center;
}

/* line 66, app/assets/stylesheets/resources.scss */
.resource-categories-notice p {
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: var(--pathstone-red);
  margin: 0;
}

@media (max-width: 1023px) {
  /* line 66, app/assets/stylesheets/resources.scss */
  .resource-categories-notice p {
    font-size: 16px;
  }
}

/* line 79, app/assets/stylesheets/resources.scss */
.resource-categories-description {
  font-size: 24px;
  line-height: 1.17;
}

/* line 85, app/assets/stylesheets/resources.scss */
.resource-categories-grid-container {
  padding-top: 70px;
}

/* line 89, app/assets/stylesheets/resources.scss */
.resource-categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 86px 54px;
  padding-bottom: 63px;
}

@media (max-width: 1023px) {
  /* line 89, app/assets/stylesheets/resources.scss */
  .resource-categories-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  /* line 89, app/assets/stylesheets/resources.scss */
  .resource-categories-grid {
    grid-template-columns: 1fr;
  }
}

/* line 105, app/assets/stylesheets/resources.scss */
.resource-category-card {
  display: flex;
  flex-direction: column;
}

/* line 110, app/assets/stylesheets/resources.scss */
.resource-category-card:hover .btn-primary {
  background: var(--pathstone-red-dark);
}

/* line 116, app/assets/stylesheets/resources.scss */
.category-image-container {
  margin-bottom: 16px;
}

/* line 120, app/assets/stylesheets/resources.scss */
.category-image {
  width: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
}

/* line 126, app/assets/stylesheets/resources.scss */
.category-image-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #C4C4C4;
  display: block;
}

/* line 133, app/assets/stylesheets/resources.scss */
.category-title {
  font-family: var(--primary-black);
  font-size: 20px;
  line-height: 1.1;
  margin: 0;
}

/* line 140, app/assets/stylesheets/resources.scss */
.category-description {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 30px;
}

/* line 146, app/assets/stylesheets/resources.scss */
.category-actions {
  margin-top: auto;
}

/* line 150, app/assets/stylesheets/resources.scss */
.category-link {
  font-size: 24px;
  line-height: 1.1;
  color: var(--pathstone-red);
  font-family: var(--primary-black);
  display: inline-block;
}

@media (max-width: 1023px) {
  /* line 150, app/assets/stylesheets/resources.scss */
  .category-link {
    font-size: 20px;
  }
}

/* line 163, app/assets/stylesheets/resources.scss */
.admin-actions {
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

/* line 170, app/assets/stylesheets/resources.scss */
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 179, app/assets/stylesheets/resources.scss */
.category-header-content {
  flex: 1;
}

/* line 187, app/assets/stylesheets/resources.scss */
.resources-sort-form {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 33px;
  padding-top: 30px;
  border-top: solid 1px var(--pathstone-black);
}

/* line 195, app/assets/stylesheets/resources.scss */
.resources-sort-form select {
  min-width: 150px;
}

/* line 200, app/assets/stylesheets/resources.scss */
.resources-count {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-left: 12px;
}

/* line 208, app/assets/stylesheets/resources.scss */
.resource-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 214, app/assets/stylesheets/resources.scss */
.resource-image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

/* line 226, app/assets/stylesheets/resources.scss */
.resource-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
  color: #000000;
  margin: 0 0 8px 0;
}

/* line 233, app/assets/stylesheets/resources.scss */
.resource-title .resource-title-link {
  color: #000000;
  text-decoration: none;
}

/* line 237, app/assets/stylesheets/resources.scss */
.resource-title .resource-title-link:hover {
  color: #F03E3E;
  text-decoration: none;
}

/* line 244, app/assets/stylesheets/resources.scss */
.resource-meta {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin: 0 0 12px 0;
}

/* line 251, app/assets/stylesheets/resources.scss */
.resource-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #666666;
  margin: 0 0 16px 0;
}

/* line 259, app/assets/stylesheets/resources.scss */
.resource-actions {
  display: flex;
  justify-content: flex-end;
}

/* line 265, app/assets/stylesheets/resources.scss */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #666666;
}

/* line 271, app/assets/stylesheets/resources.scss */
.empty-state-icon {
  margin-bottom: 20px;
  color: #cccccc;
}

/* line 276, app/assets/stylesheets/resources.scss */
.empty-state-title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin: 0 0 12px 0;
}

/* line 283, app/assets/stylesheets/resources.scss */
.empty-state-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}

/* line 290, app/assets/stylesheets/resources.scss */
.resource-breadcrumb {
  font-family: var(--primary-black);
  font-size: 40px;
  line-height: 1;
  margin: 65px 0 50px 0;
  max-width: 790px;
}

@media (max-width: 1023px) {
  /* line 290, app/assets/stylesheets/resources.scss */
  .resource-breadcrumb {
    font-size: 30px;
  }
}

/* line 301, app/assets/stylesheets/resources.scss */
.resource-breadcrumb .breadcrumb-separator {
  display: inline-block;
}

/* line 305, app/assets/stylesheets/resources.scss */
.resource-breadcrumb .breadcrumb-link {
  color: var(--pathstone-red);
  display: inline-block;
}

/* line 310, app/assets/stylesheets/resources.scss */
.resource-breadcrumb .breadcrumb-current {
  display: inline-block;
}

/* line 317, app/assets/stylesheets/resources.scss */
.category-description-section {
  max-width: 600px;
}

/* line 321, app/assets/stylesheets/resources.scss */
.resources-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 110px 43px;
}

/* line 326, app/assets/stylesheets/resources.scss */
.resources-grid .bookmark-container {
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  /* line 321, app/assets/stylesheets/resources.scss */
  .resources-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  /* line 321, app/assets/stylesheets/resources.scss */
  .resources-grid {
    grid-template-columns: 1fr;
  }
}

/* line 339, app/assets/stylesheets/resources.scss */
.resource-grid-card-content-column {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 346, app/assets/stylesheets/resources.scss */
.resource-grid-card {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  /* line 346, app/assets/stylesheets/resources.scss */
  .resource-grid-card {
    margin-bottom: 60px;
  }
}

/* line 354, app/assets/stylesheets/resources.scss */
.resource-grid-card .bookmark-button {
  width: 30px;
  justify-content: center;
  font-size: 18px;
}

/* line 360, app/assets/stylesheets/resources.scss */
.resource-grid-card .bookmark-count {
  display: none;
}

/* line 365, app/assets/stylesheets/resources.scss */
.resource-grid-card .resource-grid-image-container .resource-grid-image {
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* line 370, app/assets/stylesheets/resources.scss */
.resource-grid-card .resource-grid-image-container .resource-grid-image-placeholder {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--pathstone-yield-bg);
}

/* line 379, app/assets/stylesheets/resources.scss */
.resource-grid-card .social-button-container {
  font-size: 20px;
  width: 24px;
  aspect-ratio: 1 / 1;
  text-align: center;
}

/* line 384, app/assets/stylesheets/resources.scss */
.resource-grid-card .social-button-container .social-button {
  width: 24px;
  height: 24px;
  justify-content: center;
}

/* line 392, app/assets/stylesheets/resources.scss */
.resource-grid-content {
  padding: 21px 0 18px 0;
}

/* line 396, app/assets/stylesheets/resources.scss */
.resource-grid-title {
  font-family: var(--primary-black);
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

/* line 403, app/assets/stylesheets/resources.scss */
.resource-grid-description {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  /* line 403, app/assets/stylesheets/resources.scss */
  .resource-grid-description {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 414, app/assets/stylesheets/resources.scss */
.resource-grid-meta {
  font-size: 20px;
  line-height: 28px;
}

/* line 419, app/assets/stylesheets/resources.scss */
.resource-grid-actions {
  margin-top: auto;
}

/* line 423, app/assets/stylesheets/resources.scss */
.resource-categories-search-container {
  display: block;
  position: relative;
}

/* line 428, app/assets/stylesheets/resources.scss */
.resource-search-input {
  width: 100%;
  padding: 23px 15px 23px 80px;
  font-size: 16px;
  border: 1px solid var(--input-border);
  font-size: 24px;
  border-radius: 20px;
}

/* line 436, app/assets/stylesheets/resources.scss */
.resource-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* allows custom styling */
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.3 5.71a1 1 0 0 0-1.42 0L12 10.59 7.12 5.71A1 1 0 0 0 5.7 7.12L10.59 12l-4.88 4.88a1 1 0 1 0 1.41 1.41L12 13.41l4.88 4.88a1 1 0 0 0 1.41-1.41L13.41 12l4.88-4.88a1 1 0 0 0 0-1.41z"/></svg>') no-repeat center;
  background-size: 24px 24px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

/* line 447, app/assets/stylesheets/resources.scss */
.resource-search-input::-webkit-search-cancel-button:hover {
  opacity: 1;
}

@media (max-width: 1023px) {
  /* line 428, app/assets/stylesheets/resources.scss */
  .resource-search-input {
    font-size: 20px;
    padding: 10px 15px 10px 60px;
    border-radius: 10px;
  }
}

/* line 458, app/assets/stylesheets/resources.scss */
.resource-search-btn {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 36px;
  color: var(--pathstone-red);
}

@media (max-width: 1023px) {
  /* line 458, app/assets/stylesheets/resources.scss */
  .resource-search-btn {
    font-size: 24px;
  }
}

/* line 474, app/assets/stylesheets/resources.scss */
.resource-categories-grid-heading {
  font-family: var(--primary-black);
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
  border-top: solid 1px var(--pathstone-black);
  padding-top: 22px;
}

/* line 482, app/assets/stylesheets/resources.scss */
.resource-categories-grid-heading:first-child {
  border-top: none;
  padding-top: 0;
}

/* line 488, app/assets/stylesheets/resources.scss */
.resource-categories-grid-subtitle {
  font-size: 24px;
  line-height: 1.6667;
  margin-bottom: 45px;
  color: var(--pathstone-black);
}

/* line 495, app/assets/stylesheets/resources.scss */
.resource-archive-section {
  border-top: solid 5px var(--pathstone-black);
  margin-top: 80px;
  padding-top: 72px;
}

/* line 501, app/assets/stylesheets/resources.scss */
.resource-archive-title {
  font-family: var(--primary-black);
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  /* line 501, app/assets/stylesheets/resources.scss */
  .resource-archive-title {
    font-size: 24px;
    line-height: 1;
  }
}

/* line 513, app/assets/stylesheets/resources.scss */
.resource-archive-subtitle {
  font-size: 24px;
  line-height: 1.6667;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  /* line 513, app/assets/stylesheets/resources.scss */
  .resource-archive-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* line 524, app/assets/stylesheets/resources.scss */
.resource-archive-cta-container {
  text-align: center;
}

/* line 527, app/assets/stylesheets/resources.scss */
.resource-archive-cta {
  font-size: 24px;
  line-height: 1.1;
  color: var(--pathstone-red);
  font-family: var(--primary-black);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* line 536, app/assets/stylesheets/resources.scss */
.resource-archive-cta .cta-icon {
  font-size: 36px;
}

@media (max-width: 1023px) {
  /* line 527, app/assets/stylesheets/resources.scss */
  .resource-archive-cta {
    font-size: 20px;
    line-height: 1.2;
  }
  /* line 544, app/assets/stylesheets/resources.scss */
  .resource-archive-cta .cta-icon {
    font-size: 24px;
  }
}

/* line 550, app/assets/stylesheets/resources.scss */
.category-filter-taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 37px;
}

/* line 557, app/assets/stylesheets/resources.scss */
.category-filter-tag {
  font-size: 24px;
  line-height: 1.16667;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 8px 45px 13px 45px;
  border-radius: 25px;
  border: solid 1px var(--resource-tag-border);
  background-color: transparent;
  cursor: pointer;
  transition: .4s;
}

/* line 570, app/assets/stylesheets/resources.scss */
.category-filter-tag:hover, .category-filter-tag.active {
  border-color: var(--pathstone-red);
  background-color: var(--pathstone-red-light);
}

/* line 579, app/assets/stylesheets/resources.scss */
.search-back-navigation {
  margin-bottom: 24px;
  font-family: var(--primary-black);
}

/* line 584, app/assets/stylesheets/resources.scss */
.search-back-link {
  text-decoration: none;
  color: var(--pathstone-black);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1;
}

/* line 596, app/assets/stylesheets/resources.scss */
.search-back-link:hover {
  color: var(--pathstone-red);
}

/* line 600, app/assets/stylesheets/resources.scss */
.search-back-link i {
  font-size: 16px;
}

/* line 605, app/assets/stylesheets/resources.scss */
.resource-search-results-container {
  max-width: 912px;
  margin: 0 auto;
}

/* line 610, app/assets/stylesheets/resources.scss */
.resource-search-results-header {
  margin-bottom: 30px;
}

/* line 614, app/assets/stylesheets/resources.scss */
.resource-search-results-count {
  font-family: var(--primary-black);
  font-size: 24px;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--pathstone-black);
}

/* line 622, app/assets/stylesheets/resources.scss */
.resource-search-filters {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pathstone-black);
  margin-bottom: 20px;
}

/* line 629, app/assets/stylesheets/resources.scss */
.resource-search-sort {
  margin-bottom: 30px;
}

/* line 633, app/assets/stylesheets/resources.scss */
.resource-search-sort-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  /* line 633, app/assets/stylesheets/resources.scss */
  .resource-search-sort-form {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

/* line 645, app/assets/stylesheets/resources.scss */
.resource-search-sort-label {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pathstone-black);
  font-weight: 400;
}

/* line 652, app/assets/stylesheets/resources.scss */
.resource-search-sort-select {
  min-width: 200px;
}

/* line 656, app/assets/stylesheets/resources.scss */
.resource-search-result-item {
  display: flex;
  align-items: flex-start;
  gap: 38px;
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  /* line 656, app/assets/stylesheets/resources.scss */
  .resource-search-result-item {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  /* line 656, app/assets/stylesheets/resources.scss */
  .resource-search-result-item {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
  }
}

/* line 673, app/assets/stylesheets/resources.scss */
.resource-search-result-separator {
  border: none;
  border-top: 1px solid var(--separator-bg);
  margin: 20px 0;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 673, app/assets/stylesheets/resources.scss */
  .resource-search-result-separator {
    margin: 30px 0;
  }
}

/* line 684, app/assets/stylesheets/resources.scss */
.resource-search-result-image {
  flex-shrink: 0;
  width: 208px;
  height: 149px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 684, app/assets/stylesheets/resources.scss */
  .resource-search-result-image {
    width: 100%;
    height: auto;
    aspect-ratio: 208 / 149;
  }
}

/* line 697, app/assets/stylesheets/resources.scss */
.resource-search-result-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 703, app/assets/stylesheets/resources.scss */
.resource-search-result-image-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
  position: relative;
}

/* line 710, app/assets/stylesheets/resources.scss */
.resource-search-result-image-link img,
.resource-search-result-image-link video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 718, app/assets/stylesheets/resources.scss */
a.resource-search-result-image-link {
  display: block;
}

/* line 720, app/assets/stylesheets/resources.scss */
a.resource-search-result-image-link:hover {
  opacity: 0.8;
}

/* line 725, app/assets/stylesheets/resources.scss */
.resource-search-result-type-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: var(--pathstone-red);
  color: var(--pathstone-white);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 1;
  font-family: var(--primary);
}

/* line 740, app/assets/stylesheets/resources.scss */
.resource-search-result-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  z-index: 2;
}

/* line 749, app/assets/stylesheets/resources.scss */
.resource-search-result-badges .resource-search-result-type-tag {
  position: static;
}

/* line 754, app/assets/stylesheets/resources.scss */
.resource-search-result-preview-badge {
  margin-bottom: 0;
}

/* line 758, app/assets/stylesheets/resources.scss */
.resource-search-result-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #C4C4C4;
  display: block;
}

/* line 765, app/assets/stylesheets/resources.scss */
.resource-search-result-content {
  flex: 1;
  min-width: 0;
}

/* line 770, app/assets/stylesheets/resources.scss */
.resource-search-result-category {
  font-size: 14px;
  line-height: 1;
  color: var(--pathstone-black);
  margin-bottom: 8px;
  text-transform: uppercase;
}

/* line 778, app/assets/stylesheets/resources.scss */
.resource-search-result-title {
  font-size: 24px;
  line-height: 1.2;
  color: var(--pathstone-black);
  font-family: var(--primary-black);
  margin: 0 0 8px 0;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 791, app/assets/stylesheets/resources.scss */
.resource-search-result-title a {
  color: var(--pathstone-black);
  text-decoration: none;
  transition: color 0.2s ease;
}

/* line 796, app/assets/stylesheets/resources.scss */
.resource-search-result-title a:hover {
  color: var(--pathstone-red);
}

/* line 802, app/assets/stylesheets/resources.scss */
.resource-search-result-description {
  font-size: 20px;
  line-height: 1.2;
  color: var(--pathstone-black);
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 814, app/assets/stylesheets/resources.scss */
.resource-search-result-meta {
  font-size: 16px;
  line-height: 1;
  color: var(--pathstone-black);
  margin-bottom: 7px;
}

/* line 821, app/assets/stylesheets/resources.scss */
.resource-search-result-action {
  flex-shrink: 0;
  align-self: center;
  width: 175px;
}

@media (max-width: 767px) {
  /* line 821, app/assets/stylesheets/resources.scss */
  .resource-search-result-action {
    width: 100%;
  }
}

/* line 832, app/assets/stylesheets/resources.scss */
.search-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  min-height: 200px;
}

/* line 841, app/assets/stylesheets/resources.scss */
.search-loader-spinner {
  width: 100px;
  height: 100px;
  border: 10px solid var(--separator-bg);
  border-top-color: var(--pathstone-red);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 857, app/assets/stylesheets/resources.scss */
.search-loader-text {
  font-size: 16px;
  color: var(--pathstone-text-grey);
  margin: 0;
  font-family: var(--primary);
}

/* line 864, app/assets/stylesheets/resources.scss */
.resource-search-filters {
  margin-bottom: 30px;
}

/* line 866, app/assets/stylesheets/resources.scss */
.resource-search-filters a {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
/* line 4, app/assets/stylesheets/resources_library.scss */
.resource-library-page {
  padding: 20px 0 70px 24px;
}

/* line 7, app/assets/stylesheets/resources_library.scss */
.resource-library-page::after {
  background: linear-gradient(180deg, rgba(237, 236, 230, 0.3) 0%, #FFFFFF 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1023px) {
  /* line 4, app/assets/stylesheets/resources_library.scss */
  .resource-library-page {
    padding-left: 0;
  }
  /* line 20, app/assets/stylesheets/resources_library.scss */
  .resource-library-page::after {
    display: none;
  }
}

/* line 26, app/assets/stylesheets/resources_library.scss */
.resource-library-grid-container {
  margin-bottom: 192px;
}

@media (max-width: 1023px) {
  /* line 26, app/assets/stylesheets/resources_library.scss */
  .resource-library-grid-container {
    margin-bottom: 64px;
  }
}

/* line 36, app/assets/stylesheets/resources_library.scss */
.resource-library-page-header {
  max-width: 832px;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  /* line 36, app/assets/stylesheets/resources_library.scss */
  .resource-library-page-header {
    margin-bottom: 24px;
  }
}

/* line 45, app/assets/stylesheets/resources_library.scss */
.resource-library-page-title {
  font-family: var(--primary-black);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  /* line 45, app/assets/stylesheets/resources_library.scss */
  .resource-library-page-title {
    font-size: 32px;
  }
}

/* line 56, app/assets/stylesheets/resources_library.scss */
.resource-library-page-subtitle {
  font-size: 24px;
  line-height: 1.167;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  /* line 56, app/assets/stylesheets/resources_library.scss */
  .resource-library-page-subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

/* line 68, app/assets/stylesheets/resources_library.scss */
.resource-library-page-notice {
  font-size: 24px;
  line-height: 1.167;
  color: var(--pathstone-red);
  font-family: var(--secondary-italic);
  font-style: italic;
}

@media (max-width: 1023px) {
  /* line 68, app/assets/stylesheets/resources_library.scss */
  .resource-library-page-notice {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* line 80, app/assets/stylesheets/resources_library.scss */
.resource-library-page-notice p {
  margin: 0;
}

/* line 85, app/assets/stylesheets/resources_library.scss */
.resource-library-description {
  font-size: 24px;
  line-height: 1.17;
}

/* line 93, app/assets/stylesheets/resources_library.scss */
.resource-library-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}

@media (max-width: 1023px) {
  /* line 93, app/assets/stylesheets/resources_library.scss */
  .resource-library-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  /* line 93, app/assets/stylesheets/resources_library.scss */
  .resource-library-grid {
    grid-template-columns: 1fr;
  }
}

/* line 108, app/assets/stylesheets/resources_library.scss */
.resource-library-card {
  display: flex;
  flex-direction: column;
}

/* line 113, app/assets/stylesheets/resources_library.scss */
.resource-library-card:hover .btn-primary {
  background: var(--pathstone-red-dark);
}

/* line 119, app/assets/stylesheets/resources_library.scss */
.resource-library-title {
  font-family: var(--primary-black);
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 4px;
  font-weight: normal;
}

/* line 127, app/assets/stylesheets/resources_library.scss */
.resource-library-description {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 4px;
  margin-right: 20px;
}

/* line 134, app/assets/stylesheets/resources_library.scss */
.resource-library-actions {
  font-family: var(--primary-black);
  font-size: 20px;
  line-height: 1.1;
}

@media (max-width: 1023px) {
  /* line 134, app/assets/stylesheets/resources_library.scss */
  .resource-library-actions {
    font-size: 20px;
  }
}

/* line 144, app/assets/stylesheets/resources_library.scss */
.resource-library-link {
  color: var(--pathstone-red);
}

/* line 146, app/assets/stylesheets/resources_library.scss */
.resource-library-link:hover {
  color: var(--pathstone-red);
}

/* line 151, app/assets/stylesheets/resources_library.scss */
.resource-library-grid-heading {
  font-family: var(--primary-black);
  font-size: 32px;
  line-height: 1;
  padding-top: 32px;
  margin-top: 32px;
  border-top: solid 1px var(--pathstone-black);
}

@media (max-width: 1023px) {
  /* line 151, app/assets/stylesheets/resources_library.scss */
  .resource-library-grid-heading {
    font-size: 24px;
    padding-top: 24px;
    margin-top: 24px;
  }
}

/* line 166, app/assets/stylesheets/resources_library.scss */
.resource-library-grid-subtitle {
  font-size: 24px;
  line-height: 1.16667;
  margin-top: 8px;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  /* line 166, app/assets/stylesheets/resources_library.scss */
  .resource-library-grid-subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 24px;
  }
}

/* line 182, app/assets/stylesheets/resources_library.scss */
a.resource-search-result-image-link {
  display: block;
}

/* line 184, app/assets/stylesheets/resources_library.scss */
a.resource-search-result-image-link:hover {
  opacity: 0.8;
}

/* line 189, app/assets/stylesheets/resources_library.scss */
.resource-library-image-placeholder {
  display: block;
  margin-bottom: 16px;
}

/* line 193, app/assets/stylesheets/resources_library.scss */
.resource-library-image-placeholder img {
  width: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* Header Layout */
/* line 4, app/assets/stylesheets/header.scss */
.newsfeed-header {
  background: var(--ps-white);
  position: sticky;
  top: 0;
  border-bottom: 0.5px solid var(--ps-gray-02);
  z-index: 10;
}

@media (min-width: 960px) {
  /* line 4, app/assets/stylesheets/header.scss */
  .newsfeed-header {
    min-height: 5.5rem;
    padding: 1rem;
  }
}

/* line 16, app/assets/stylesheets/header.scss */
.logo-lockup {
  display: flex;
  gap: .5rem;
}

@media (min-width: 960px) {
  /* line 16, app/assets/stylesheets/header.scss */
  .logo-lockup {
    max-width: 10rem;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
  }
}

@media (max-width: 959px) {
  /* line 16, app/assets/stylesheets/header.scss */
  .logo-lockup {
    max-width: initial;
    flex-direction: row;
    align-items: center;
    min-height: 3.5rem;
    padding: 0 1rem;
  }
}

/* line 36, app/assets/stylesheets/header.scss */
.logo-container {
  width: 32px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

@media (min-width: 960px) {
  /* line 36, app/assets/stylesheets/header.scss */
  .logo-container {
    margin: 0 auto;
  }
}

/* line 46, app/assets/stylesheets/header.scss */
.logo-container .pathstone-logo-css {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--ps-red);
}

/* line 55, app/assets/stylesheets/header.scss */
.logo-container .pathstone-logo-css::after {
  content: "";
  display: block;
  width: 25%;
  aspect-ratio: 1 / 1;
  background-color: var(--ps-white);
  border-radius: 50%;
}

/* line 64, app/assets/stylesheets/header.scss */
.header-right-section {
  position: absolute;
  right: 44px;
  bottom: 16px;
}

/* line 70, app/assets/stylesheets/header.scss */
.founders-studio-title {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--ps-black);
  margin: 0;
  white-space: nowrap;
}

/* Date Display */
/* line 79, app/assets/stylesheets/header.scss */
.date-display {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--ps-black);
  text-align: right;
}

@media screen and (max-width: 768px) {
  /* line 88, app/assets/stylesheets/header.scss */
  .date-display {
    text-align: center;
  }
}

/* Logout Button */
/* line 94, app/assets/stylesheets/header.scss */
.logout-button {
  transition: all 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
  position: absolute;
  right: 24px;
  top: 10px;
  color: var(--ps-black);
  opacity: 0.5;
  font-size: 0.875rem;
}

/* line 106, app/assets/stylesheets/header.scss */
.logout-button:hover {
  opacity: 1;
  color: var(--ps-black);
  text-decoration: none;
  letter-spacing: 0.05em;
}

/* line 113, app/assets/stylesheets/header.scss */
.mobile-nav-toggle {
  width: 2.5rem;
  height: 2.5rem;
  padding: .75rem;
  overflow: hidden;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* line 130, app/assets/stylesheets/header.scss */
.mobile-nav-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  background-color: var(--ps-black);
  border-radius: 1px;
  transition: all 0.3s ease;
  position: relative;
}

/* line 139, app/assets/stylesheets/header.scss */
.mobile-nav-toggle span::before, .mobile-nav-toggle span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--ps-black);
  border-radius: 1px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

/* line 152, app/assets/stylesheets/header.scss */
.mobile-nav-toggle span::before {
  top: 0;
  transform: translateY(-300%);
}

/* line 156, app/assets/stylesheets/header.scss */
.mobile-nav-toggle span::after {
  bottom: 0;
  transform: translateY(300%);
}

/* line 163, app/assets/stylesheets/header.scss */
.responsive-menu-open {
  overflow: hidden;
}

/* line 167, app/assets/stylesheets/header.scss */
.responsive-menu-open .mobile-nav-toggle span {
  background-color: transparent;
}

/* line 169, app/assets/stylesheets/header.scss */
.responsive-menu-open .mobile-nav-toggle span::before {
  transform: rotate(45deg);
}

/* line 172, app/assets/stylesheets/header.scss */
.responsive-menu-open .mobile-nav-toggle span::after {
  transform: rotate(-45deg);
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* Footer */
/* line 4, app/assets/stylesheets/footer.scss */
.post-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
  border-top: 5px solid var(--pathstone-black);
}

@media (min-width: 960px) {
  /* line 4, app/assets/stylesheets/footer.scss */
  .post-footer {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (max-width: 959px) {
  /* line 4, app/assets/stylesheets/footer.scss */
  .post-footer {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
  }
}

/* line 23, app/assets/stylesheets/footer.scss */
.footer-content {
  max-width: 33.25rem;
}

/* line 27, app/assets/stylesheets/footer.scss */
.footer-logo {
  max-width: 17rem;
  margin-bottom: 2.5rem;
}

/* line 32, app/assets/stylesheets/footer.scss */
.footer-logo img {
  width: 100%;
}

/* line 36, app/assets/stylesheets/footer.scss */
.footer-text {
  max-width: 600px;
}

/* line 40, app/assets/stylesheets/footer.scss */
.footer-copyright {
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.25;
}

/* line 46, app/assets/stylesheets/footer.scss */
.footer-disclaimer {
  line-height: 1;
  font-size: 0.875rem;
}
@use "sass:map";
@font-face {
  font-family: 'Calibre';
  src: url(/assets/fonts/Calibre/Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibre Black';
  src: url(/assets/fonts/Calibre/Black.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibre Light';
  src: url(/assets/fonts/Calibre/Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibre Medium';
  src: url(/assets/fonts/Calibre/Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibre Bold';
  src: url(/assets/fonts/Calibre/Bold.woff2) format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibre Thin';
  src: url(/assets/fonts/Calibre/Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Filosofia OT';
  src: url(/assets/fonts/FilosofiaOT/Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Filosofia OT Italic';
  src: url(/assets/fonts/FilosofiaOT/Italic.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* line 78, app/assets/stylesheets/fonts.scss */
.font-primary {
  font-family: Calibre, sans-serif;
}

/* line 78, app/assets/stylesheets/fonts.scss */
.font-primary-black {
  font-family: Calibre Black, sans-serif;
}

/* line 78, app/assets/stylesheets/fonts.scss */
.font-primary-bold {
  font-family: Calibre Bold, sans-serif;
}

/* line 78, app/assets/stylesheets/fonts.scss */
.font-primary-thin {
  font-family: Calibre Thin, sans-serif;
}

/* line 78, app/assets/stylesheets/fonts.scss */
.font-primary-light {
  font-family: Calibre Light, sans-serif;
}

/* line 78, app/assets/stylesheets/fonts.scss */
.font-primary-medium {
  font-family: Calibre Medium, sans-serif;
}

/* line 78, app/assets/stylesheets/fonts.scss */
.font-secondary {
  font-family: Filosofia OT, serif;
}

/* line 78, app/assets/stylesheets/fonts.scss */
.font-secondary-italic {
  font-family: Filosofia OT Italic, serif;
}

/* line 83, app/assets/stylesheets/fonts.scss */
.font-secondary-italic {
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url(/assets/fonts/icomoon.eot);
  src: url(/assets/fonts/icomoon.eot#iefix) format("embedded-opentype"), url(/assets/fonts/icomoon.ttf) format("truetype"), url(/assets/fonts/icomoon.woff) format("woff"), url(/assets/fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/font_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/font_icons.scss */
.icon-academies:before {
  content: "\e900";
}

/* line 31, app/assets/stylesheets/font_icons.scss */
.icon-advisor:before {
  content: "\e901";
}

/* line 34, app/assets/stylesheets/font_icons.scss */
.icon-advisor1:before {
  content: "\e902";
}

/* line 37, app/assets/stylesheets/font_icons.scss */
.icon-arrow-back:before {
  content: "\e903";
}

/* line 40, app/assets/stylesheets/font_icons.scss */
.icon-attachment:before {
  content: "\e904";
}

/* line 43, app/assets/stylesheets/font_icons.scss */
.icon-book-open-checked:before {
  content: "\e905";
}

/* line 46, app/assets/stylesheets/font_icons.scss */
.icon-bookmark:before {
  content: "\e908";
}

/* line 49, app/assets/stylesheets/font_icons.scss */
.icon-bookmark-fill:before {
  content: "\e906";
}

/* line 52, app/assets/stylesheets/font_icons.scss */
.icon-bookmark-thin:before {
  content: "\e907";
}

/* line 55, app/assets/stylesheets/font_icons.scss */
.icon-caret-down:before {
  content: "\e909";
}

/* line 58, app/assets/stylesheets/font_icons.scss */
.icon-close:before {
  content: "\e90a";
}

/* line 61, app/assets/stylesheets/font_icons.scss */
.icon-comment:before {
  content: "\e90b";
}

/* line 64, app/assets/stylesheets/font_icons.scss */
.icon-data-usage:before {
  content: "\e90c";
}

/* line 67, app/assets/stylesheets/font_icons.scss */
.icon-download:before {
  content: "\e90d";
}

/* line 70, app/assets/stylesheets/font_icons.scss */
.icon-feed:before {
  content: "\e90e";
}

/* line 73, app/assets/stylesheets/font_icons.scss */
.icon-filter:before {
  content: "\e90f";
}

/* line 76, app/assets/stylesheets/font_icons.scss */
.icon-founders-studio:before {
  content: "\e910";
}

/* line 79, app/assets/stylesheets/font_icons.scss */
.icon-globe:before {
  content: "\e911";
}

/* line 82, app/assets/stylesheets/font_icons.scss */
.icon-heart:before {
  content: "\e913";
}

/* line 85, app/assets/stylesheets/font_icons.scss */
.icon-heart-fill:before {
  content: "\e912";
}

/* line 88, app/assets/stylesheets/font_icons.scss */
.icon-img:before {
  content: "\e914";
}

/* line 91, app/assets/stylesheets/font_icons.scss */
.icon-link:before {
  content: "\e915";
}

/* line 94, app/assets/stylesheets/font_icons.scss */
.icon-logout:before {
  content: "\e916";
}

/* line 97, app/assets/stylesheets/font_icons.scss */
.icon-mortarboard1:before {
  content: "\e917";
}

/* line 100, app/assets/stylesheets/font_icons.scss */
.icon-resources:before {
  content: "\e918";
}

/* line 103, app/assets/stylesheets/font_icons.scss */
.icon-resources1:before {
  content: "\e919";
}

/* line 106, app/assets/stylesheets/font_icons.scss */
.icon-search:before {
  content: "\e91a";
}

/* line 109, app/assets/stylesheets/font_icons.scss */
.icon-share-point:before {
  content: "\e91b";
}

/* line 112, app/assets/stylesheets/font_icons.scss */
.icon-star:before {
  content: "\e91d";
}

/* line 115, app/assets/stylesheets/font_icons.scss */
.icon-star-fill:before {
  content: "\e91c";
}

/* line 118, app/assets/stylesheets/font_icons.scss */
.icon-unarchive:before {
  content: "\e91e";
}
@font-face {
  font-family: 'psicon';
  src: url(/assets/fonts/psicon/psicon.eot?bvre8b);
  src: url(/assets/fonts/psicon/psicon.eot?bvre8b#iefix) format("embedded-opentype"), url(/assets/fonts/psicon/psicon.ttf?bvre8b) format("truetype"), url(/assets/fonts/psicon/psicon.woff?bvre8b) format("woff"), url(/assets/fonts/psicon/psicon.svg?bvre8b#psicon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/font_psicon.scss */
[class^="icon-ps-"], [class*=" icon-ps-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'psicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/font_psicon.scss */
.icon-ps-audio:before {
  content: "\e917";
}

/* line 31, app/assets/stylesheets/font_psicon.scss */
.icon-ps-video:before {
  content: "\e918";
}

/* line 34, app/assets/stylesheets/font_psicon.scss */
.icon-ps-announcement:before {
  content: "\e900";
}

/* line 37, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-left:before {
  content: "\e901";
}

/* line 40, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-right:before {
  content: "\e902";
}

/* line 43, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-top-right:before {
  content: "\e903";
}

/* line 46, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow:before {
  content: "\e904";
}

/* line 49, app/assets/stylesheets/font_psicon.scss */
.icon-ps-bookmark-filled:before {
  content: "\e905";
}

/* line 52, app/assets/stylesheets/font_psicon.scss */
.icon-ps-bookmark:before {
  content: "\e906";
}

/* line 55, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-down:before {
  content: "\e907";
}

/* line 58, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-left:before {
  content: "\e908";
}

/* line 61, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-right:before {
  content: "\e909";
}

/* line 64, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-up:before {
  content: "\e90a";
}

/* line 67, app/assets/stylesheets/font_psicon.scss */
.icon-ps-close:before {
  content: "\e90b";
}

/* line 70, app/assets/stylesheets/font_psicon.scss */
.icon-ps-comment:before {
  content: "\e90c";
}

/* line 73, app/assets/stylesheets/font_psicon.scss */
.icon-ps-download:before {
  content: "\e90d";
}

/* line 76, app/assets/stylesheets/font_psicon.scss */
.icon-ps-image:before {
  content: "\e90e";
}

/* line 79, app/assets/stylesheets/font_psicon.scss */
.icon-ps-learning:before {
  content: "\e90f";
}

/* line 82, app/assets/stylesheets/font_psicon.scss */
.icon-ps-like-filled:before {
  content: "\e910";
}

/* line 85, app/assets/stylesheets/font_psicon.scss */
.icon-ps-like:before {
  content: "\e911";
}

/* line 88, app/assets/stylesheets/font_psicon.scss */
.icon-ps-link:before {
  content: "\e912";
}

/* line 91, app/assets/stylesheets/font_psicon.scss */
.icon-ps-menu:before {
  content: "\e913";
}

/* line 94, app/assets/stylesheets/font_psicon.scss */
.icon-ps-newsfeed:before {
  content: "\e914";
}

/* line 97, app/assets/stylesheets/font_psicon.scss */
.icon-ps-resources:before {
  content: "\e915";
}

/* line 100, app/assets/stylesheets/font_psicon.scss */
.icon-ps-star:before {
  content: "\e916";
}
/* line 2, app/assets/stylesheets/colors.scss */
.text-black {
  color: var(--ps-black);
}

/* line 5, app/assets/stylesheets/colors.scss */
.text-white {
  color: var(--ps-white);
}

/* line 8, app/assets/stylesheets/colors.scss */
.text-plum {
  color: var(--ps-plum);
}

/* line 11, app/assets/stylesheets/colors.scss */
.text-lb {
  color: var(--ps-light-blue);
}

/* line 14, app/assets/stylesheets/colors.scss */
.text-gold {
  color: var(--ps-gold);
}

/* line 17, app/assets/stylesheets/colors.scss */
.text-moss {
  color: var(--ps-moss);
}

/* line 20, app/assets/stylesheets/colors.scss */
.text-brick {
  color: var(--ps-brick);
}

/* line 23, app/assets/stylesheets/colors.scss */
.text-red {
  color: var(--ps-red);
}

/* line 26, app/assets/stylesheets/colors.scss */
.text-gray {
  color: var(--ps-gray);
}
/* line 1, app/assets/stylesheets/red_bar.scss */
.red-nav-bar {
  border-radius: 5px;
  background: var(--pathstone-red);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px 0;
  color: var(--pathstone-white);
  line-height: 1;
}

@media (min-width: 1361px) {
  /* line 1, app/assets/stylesheets/red_bar.scss */
  .red-nav-bar {
    top: 256px;
    left: calc(50% + 596px);
    right: auto;
    width: 64px;
  }
}

@media (min-width: 1025px) {
  /* line 1, app/assets/stylesheets/red_bar.scss */
  .red-nav-bar {
    position: fixed;
    top: 225px;
    right: 20px;
    width: 64px;
  }
}

/* line 24, app/assets/stylesheets/red_bar.scss */
.red-nav-bar hr {
  border-top: 1px solid var(--pathstone-white);
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: none;
  margin: 10px 16px;
}

/* line 33, app/assets/stylesheets/red_bar.scss */
.red-nav-bar .red-nav-link {
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 6px 0;
  font-size: 18px;
}

/* line 40, app/assets/stylesheets/red_bar.scss */
.red-nav-bar .red-nav-link .font-lg {
  font-size: 22px;
}

/* line 44, app/assets/stylesheets/red_bar.scss */
.red-nav-bar .red-nav-link .font-md {
  font-size: 20px;
}

/* line 48, app/assets/stylesheets/red_bar.scss */
.red-nav-bar .red-nav-link .font-sm {
  font-size: 15px;
}

/* line 53, app/assets/stylesheets/red_bar.scss */
.red-nav-bar .red-nav-item {
  position: relative;
}

/* line 57, app/assets/stylesheets/red_bar.scss */
.red-nav-bar .red-nav-item:hover .red-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* line 65, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu {
  padding: 15px;
  position: absolute;
  right: calc(100% + 1px);
  top: 0;
  width: 240px;
  border-radius: 5px;
  background: var(--pathstone-red);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

/* line 78, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu.with-min-height {
  min-height: 160px;
}

/* line 82, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu hr {
  margin: 10px 0 15px 0;
  max-width: 60px;
}

/* line 85, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu hr.dark {
  border-top-color: var(--pathstone-black);
}

/* line 90, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .link-bold {
  display: inline-block;
  margin-bottom: 4px;
  font-family: var(--primary-black);
  font-size: 16px;
  line-height: 1;
}

/* line 98, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .link-thin {
  display: inline-block;
  margin-bottom: 4px;
  font-family: var(--primary-thin);
  font-size: 14px;
  line-height: 1;
}

/* line 106, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .link-white {
  color: var(--pathstone-white);
}

/* line 110, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .link-black {
  color: var(--pathstone-black);
}

/* line 114, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .link-grey {
  color: var(--red-bar-text-grey);
}

/* line 118, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu a {
  text-decoration: none;
}

/* line 122, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu a.link-underline {
  text-decoration: underline;
}

/* line 125, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu a.link-underline:hover {
  text-decoration: none;
}

/* line 131, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu ul.link-list-container {
  padding: 10px 0 20px 0;
  margin: 0;
  list-style: none;
}

/* line 136, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu ul.link-list-container .link-list-li {
  padding: 0;
  margin: 0;
}

/* line 140, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu ul.link-list-container .link-list-li + .link-list-li {
  margin-top: 8px;
}

/* line 144, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu ul.link-list-container .link-list-li .link-list-a {
  font-family: var(--primary-black);
  color: var(--pathstone-white);
  line-height: 1;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 157, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .red-search-link {
  display: block;
  text-decoration: none;
  width: 100%;
}

/* line 163, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .red-search-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-family: var(--primary);
  color: var(--pathstone-black);
  background-color: var(--pathstone-white);
  border: 2px solid var(--pathstone-white);
  border-radius: 8px;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

/* line 177, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .red-search-input:hover {
  border-color: var(--pathstone-black);
  background-color: rgba(255, 255, 255, 0.95);
}

/* line 182, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .red-search-input:focus {
  border-color: var(--pathstone-black);
  background-color: var(--pathstone-white);
}

/* line 187, app/assets/stylesheets/red_bar.scss */
.red-dropdown-menu .red-search-input::placeholder {
  color: var(--pathstone-text-grey);
  opacity: 0.7;
}

/* line 194, app/assets/stylesheets/red_bar.scss */
.common-accordion-panel {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

/* line 200, app/assets/stylesheets/red_bar.scss */
.mb-4 {
  margin-bottom: 4px !important;
}

/* line 204, app/assets/stylesheets/red_bar.scss */
.ama-container {
  padding-bottom: 10px;
}

/* line 207, app/assets/stylesheets/red_bar.scss */
.ama-title {
  font-family: var(--primary-black);
  color: var(--pathstone-white);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

/* line 214, app/assets/stylesheets/red_bar.scss */
.ama-title:hover, .ama-title.active {
  color: var(--red-bar-text-grey);
}

/* line 220, app/assets/stylesheets/red_bar.scss */
.ama-description {
  color: var(--red-bar-text-grey);
  font-size: 14px;
  line-height: 1;
  margin: 4px 0 7px 0;
}

/* line 225, app/assets/stylesheets/red_bar.scss */
.ama-description a {
  color: inherit;
}
/* Left sidebar navigation (structural). Visual polish is intentionally minimal. */
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 4, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar {
  position: fixed;
  z-index: 9;
  top: 0;
  height: 100dvh;
  background: var(--ps-white);
  transition: .3s;
}

@media (min-width: 960px) {
  /* line 4, app/assets/stylesheets/left_sidebar.scss */
  .left-sidebar {
    padding-top: calc(5.5rem + .5px);
    width: 3rem;
    box-shadow: 0.5px 0 0 0 var(--ps-gray-02);
  }
  /* line 17, app/assets/stylesheets/left_sidebar.scss */
  .left-sidebar:hover {
    width: 11.25rem;
  }
  /* line 20, app/assets/stylesheets/left_sidebar.scss */
  .left-sidebar:hover .left-sidebar-label {
    opacity: 1;
    max-width: 200px;
  }
}

@media (max-width: 959px) {
  /* line 4, app/assets/stylesheets/left_sidebar.scss */
  .left-sidebar {
    width: 100%;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 3.5rem;
    left: -100%;
  }
}

@media (max-width: 959px) {
  /* line 40, app/assets/stylesheets/left_sidebar.scss */
  .responsive-menu-open .left-sidebar {
    left: 0;
  }
}

/* line 46, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar-inner {
  padding-bottom: 2.5rem;
  transition: width 0.2s ease;
}

@media (max-width: 959px) {
  /* line 46, app/assets/stylesheets/left_sidebar.scss */
  .left-sidebar-inner {
    max-height: 100%;
    overflow: auto;
  }
}

/* line 56, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px 12px 12px;
  min-width: 3rem;
  transition: .3s;
  border-left: solid 2px transparent;
  color: var(--ps-black);
}

/* line 66, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar-item:not(.active):hover {
  background: var(--ps-gray-01);
}

/* line 70, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar-item.active {
  color: var(--ps-red);
  border-left-color: var(--ps-red);
  background-color: var(--ps-red-01);
}

/* line 77, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar-item[target="_blank"] .external-link {
  display: inline-block;
  font-size: 0.65rem;
  margin-left: 2px;
  vertical-align: middle;
}

/* line 88, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar-icon {
  flex-shrink: 0;
  width: 20px;
  font-size: 1.25rem;
}

/* line 94, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar-label {
  flex-shrink: 0;
  white-space: nowrap;
  transition: .3s;
  line-height: 1;
}

@media (min-width: 960px) {
  /* line 94, app/assets/stylesheets/left_sidebar.scss */
  .left-sidebar-label {
    overflow: hidden;
    max-width: 0;
    opacity: 0;
  }
}

/* line 107, app/assets/stylesheets/left_sidebar.scss */
.left-sidebar-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}
/* Author page (structural). Keep styling minimal; polish later. */
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 4, app/assets/stylesheets/author_page.scss */
.author-page {
  max-width: 39.25rem;
  margin-top: .5rem;
}

/* line 9, app/assets/stylesheets/author_page.scss */
.author-avatar {
  width: 12.25rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: solid 0.5rem var(--ps-red);
  overflow: hidden;
  margin-bottom: 1.5rem;
}

/* line 17, app/assets/stylesheets/author_page.scss */
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 960px) {
  /* line 25, app/assets/stylesheets/author_page.scss */
  .author-meta {
    padding-right: 4.5rem;
  }
}

/* line 31, app/assets/stylesheets/author_page.scss */
.author-name-title-container {
  padding-bottom: 1.5rem;
}

/* line 35, app/assets/stylesheets/author_page.scss */
.author-name {
  font-size: 2rem;
  line-height: 1;
}

/* line 40, app/assets/stylesheets/author_page.scss */
.author-title {
  font-size: 2rem;
  line-height: 1;
  color: var(--ps-red);
}

/* line 46, app/assets/stylesheets/author_page.scss */
.author-about {
  padding: .75rem 0 1.25rem 0;
}

/* line 50, app/assets/stylesheets/author_page.scss */
.author-about-body {
  font-size: 1.25rem;
  line-height: 1.2;
}

/* line 55, app/assets/stylesheets/author_page.scss */
.author-about-heading {
  font-family: var(--primary-black);
  margin-bottom: 0.375rem;
}

/* line 60, app/assets/stylesheets/author_page.scss */
.author-posts-list {
  padding-bottom: 5rem;
}

@media (max-width: 959px) {
  /* line 60, app/assets/stylesheets/author_page.scss */
  .author-posts-list {
    padding-bottom: 2.5rem;
  }
}

/* line 68, app/assets/stylesheets/author_page.scss */
.author-posts-heading {
  font-family: var(--primary-black);
  color: var(--ps-gray-07);
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

/* line 76, app/assets/stylesheets/author_page.scss */
.author-post-row-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  text-decoration: none;
  color: inherit;
}

/* line 85, app/assets/stylesheets/author_page.scss */
.author-post-row-thumb {
  width: 12.25rem;
  height: 7.5rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 959px) {
  /* line 85, app/assets/stylesheets/author_page.scss */
  .author-post-row-thumb {
    width: 5rem;
    height: 5rem;
  }
}

/* line 97, app/assets/stylesheets/author_page.scss */
.author-post-row-thumb .resource-search-result-type-tag {
  display: none;
}

/* line 102, app/assets/stylesheets/author_page.scss */
.author-post-row-preview-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  margin-bottom: 0;
  z-index: 2;
}

/* line 110, app/assets/stylesheets/author_page.scss */
.author-post-row-thumb img,
.author-post-row-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 118, app/assets/stylesheets/author_page.scss */
.author-post-row-thumb-placeholder {
  width: 100%;
  height: 100%;
}

/* line 123, app/assets/stylesheets/author_page.scss */
.author-post-row-body {
  flex: 1;
  min-width: 0;
}

/* line 128, app/assets/stylesheets/author_page.scss */
.author-post-row-title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-family: var(--primary-black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 959px) {
  /* line 128, app/assets/stylesheets/author_page.scss */
  .author-post-row-title {
    font-family: var(--primary-medium);
    font-size: 1rem;
    margin-bottom: .75rem;
  }
}

/* line 146, app/assets/stylesheets/author_page.scss */
.author-post-row-category {
  color: var(--ps-red);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 159, app/assets/stylesheets/author_page.scss */
.author-post-row-meta {
  font-size: .75rem;
  line-height: 1.33;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* line 167, app/assets/stylesheets/author_page.scss */
.author-post-row-excerpt {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: .25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 3, app/assets/stylesheets/comments.scss */
.comments-panel {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  background-color: var(--ps-white);
  width: 100%;
  max-width: 24rem;
  padding: 1.75rem 1rem 3rem 1rem;
  overflow: auto;
  transition: .5s;
  z-index: 100;
}

/* line 17, app/assets/stylesheets/comments.scss */
.comments-overlay {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  z-index: 90;
}

/* line 27, app/assets/stylesheets/comments.scss */
.close-comments {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  opacity: .7;
  transition: .4s;
  color: var(--ps-black);
}

/* line 40, app/assets/stylesheets/comments.scss */
.close-comments:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* line 46, app/assets/stylesheets/comments.scss */
.comments-panel-header-section {
  margin-bottom: .375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 53, app/assets/stylesheets/comments.scss */
.comments-panel-header-title {
  font-family: var(--primary-black);
  font-size: 1.25rem;
  line-height: 1;
}

/* line 59, app/assets/stylesheets/comments.scss */
.comments-panel-header-subtitle {
  font-size: 1.5rem;
  line-height: 1;
}

/* line 64, app/assets/stylesheets/comments.scss */
.comment-input-container {
  position: relative;
  border: solid 1px var(--ps-gray-02);
  background-color: var(--ps-white);
  transition: .5s;
}

/* line 70, app/assets/stylesheets/comments.scss */
.comment-input-container:has(.ProseMirror-focused) {
  border-color: var(--ps-red);
}

/* line 75, app/assets/stylesheets/comments.scss */
.comment-input-container--spacer {
  margin-bottom: 1rem;
}

/* line 79, app/assets/stylesheets/comments.scss */
.comment-input-display {
  position: relative;
  overflow: hidden;
}

/* line 84, app/assets/stylesheets/comments.scss */
.comment-input-highlight {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 94, app/assets/stylesheets/comments.scss */
.comment-input-placeholder {
  color: var(--pathstone-text-grey);
}

/* line 98, app/assets/stylesheets/comments.scss */
.comment-input {
  display: block;
  width: 100%;
  border: none;
  resize: none;
  border-radius: 0;
  padding: 0.5rem 0.625rem;
  font-family: var(--primary);
  font-size: 1rem;
  line-height: 1.5;
  height: 2.5rem;
  transition: .5s;
  overflow: hidden;
  background: transparent;
  color: transparent;
  caret-color: var(--pathstone-black);
  position: relative;
  z-index: 1;
  -webkit-text-fill-color: transparent;
}

/* line 118, app/assets/stylesheets/comments.scss */
.comment-input::placeholder {
  color: transparent;
}

/* line 122, app/assets/stylesheets/comments.scss */
.comment-input.active, .comment-input:valid, .comment-input:focus {
  outline: none;
  height: 5rem;
  overflow: auto;
}

/* line 129, app/assets/stylesheets/comments.scss */
.comment-input.active + .comment-attachment-list, .comment-input:valid + .comment-attachment-list, .comment-input:focus + .comment-attachment-list {
  display: flex;
}

/* line 135, app/assets/stylesheets/comments.scss */
.comment-attachment-list {
  display: none;
}

/* line 138, app/assets/stylesheets/comments.scss */
.attachment-option {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  opacity: .2;
  font-size: 0.875rem;
  cursor: pointer;
  transition: .4s;
}

/* line 151, app/assets/stylesheets/comments.scss */
.attachment-option:hover {
  opacity: 1;
}

/* line 155, app/assets/stylesheets/comments.scss */
.attachment-option.font-lg {
  font-size: 1.2em;
}

/* line 160, app/assets/stylesheets/comments.scss */
.comment-submit {
  text-align: right;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

@media (max-width: 959px) {
  /* line 160, app/assets/stylesheets/comments.scss */
  .comment-submit {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* line 174, app/assets/stylesheets/comments.scss */
.comment-submit [disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

/* line 180, app/assets/stylesheets/comments.scss */
.mention-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0.25rem;
  background: var(--ps-white);
  border: 1px solid var(--input-border);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  z-index: 20;
  max-height: 13.75rem;
  overflow-y: auto;
}

/* line 195, app/assets/stylesheets/comments.scss */
.mention-suggestion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.625rem 0.75rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}

/* line 207, app/assets/stylesheets/comments.scss */
.mention-suggestion.is-active, .mention-suggestion:hover {
  background: rgba(240, 62, 62, 0.08);
}

/* line 213, app/assets/stylesheets/comments.scss */
.mention-suggestion__name {
  font-weight: 600;
  color: var(--pathstone-black);
}

/* line 218, app/assets/stylesheets/comments.scss */
.mention-suggestion__email {
  font-size: 0.75rem;
  color: var(--pathstone-text-grey);
}

/* line 223, app/assets/stylesheets/comments.scss */
.mention {
  color: #F03E3E;
  font-weight: 600;
  text-decoration: none;
}

/* line 229, app/assets/stylesheets/comments.scss */
.comment-sort-container {
  border-top: solid 1px var(--ps-black);
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 237, app/assets/stylesheets/comments.scss */
.comment-select-container {
  width: 10.625rem;
  flex-shrink: 0;
}

/* line 240, app/assets/stylesheets/comments.scss */
.comment-select-container .common-select {
  width: 100%;
}

/* line 245, app/assets/stylesheets/comments.scss */
.comment-sort-select {
  font-size: 0.75rem;
  border-radius: 0.3125rem;
  border: none;
  background: var(--ps-white);
  height: 2.25rem;
  padding: 0.5rem 1.875rem 0.5rem 0.75rem;
  appearance: none;
  outline: none;
}

/* line 256, app/assets/stylesheets/comments.scss */
.comment-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  border-bottom: solid 1px var(--ps-gray-02);
}

/* line 264, app/assets/stylesheets/comments.scss */
.comment-avatar-container {
  width: 2.25rem;
  flex-shrink: 0;
}

/* line 269, app/assets/stylesheets/comments.scss */
.comment-details {
  flex-grow: 1;
}

/* line 273, app/assets/stylesheets/comments.scss */
.commenter-name {
  font-family: var(--primary-medium);
  font-size: 1rem;
  line-height: 1;
  margin-bottom: .25em;
}

/* line 280, app/assets/stylesheets/comments.scss */
.comment-date {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--ps-gray-06);
  margin-bottom: .25em;
}

/* line 287, app/assets/stylesheets/comments.scss */
.comment-text {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 1rem;
  /* Support for inline images from TipTap */
  /* Support for VideoExtension figure wrapper - fixed size */
}

/* line 293, app/assets/stylesheets/comments.scss */
.comment-text a:not([class]) {
  color: var(--pathstone-red);
}

/* line 296, app/assets/stylesheets/comments.scss */
.comment-text a:not([class]):hover {
  text-decoration: none;
}

/* line 303, app/assets/stylesheets/comments.scss */
.comment-text img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin: 0.5rem 0;
  display: block;
}

/* line 312, app/assets/stylesheets/comments.scss */
.comment-text figure[data-tiptap-video] {
  min-height: 18.75rem;
  height: 18.75rem;
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #000;
  border-radius: 0.375rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.75rem 0;
}

/* line 327, app/assets/stylesheets/comments.scss */
.comment-text figure[data-tiptap-video] .plyr--video {
  width: 100%;
  height: 100%;
}

/* line 332, app/assets/stylesheets/comments.scss */
.comment-text figure[data-tiptap-video] .plyr__video-wrapper,
.comment-text figure[data-tiptap-video] .plyr__video-wrapper video,
.comment-text figure[data-tiptap-video] video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

/* line 341, app/assets/stylesheets/comments.scss */
.comment-text figure[data-tiptap-video] figcaption {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--pathstone-text-grey);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.25rem 0.5rem;
  z-index: 1;
}

/* line 357, app/assets/stylesheets/comments.scss */
.no-comments-section {
  padding: 1.25rem 0.625rem;
  text-align: center;
  color: var(--pathstone-red);
}

/* line 362, app/assets/stylesheets/comments.scss */
.no-comments-section p {
  margin: 0;
}

/* line 369, app/assets/stylesheets/comments.scss */
.comment-section-open {
  overflow: hidden;
}

/* line 372, app/assets/stylesheets/comments.scss */
.comment-section-open .comments-overlay,
.comment-section-open .comments-panel {
  right: 0;
}

/* line 377, app/assets/stylesheets/comments.scss */
.comment-section-open .side-bar-container {
  z-index: -1;
}

/* line 382, app/assets/stylesheets/comments.scss */
.comment-like-container {
  font-size: 1.25rem;
  line-height: 1;
}

/* line 386, app/assets/stylesheets/comments.scss */
.comment-like-container .social-button-counter {
  font-size: 1rem;
  line-height: 1.25rem;
}

/* line 392, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor-wrapper {
  background: var(--ps-white);
  position: relative;
  /* Constrain height and allow internal scroll */
  min-height: 7.5rem;
  max-height: 18.75rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

/* line 403, app/assets/stylesheets/comments.scss */
.fe-tiptap-toolbar {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem;
  border-top: solid 0.5px var(--ps-gray-02);
}

/* line 410, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor-wrapper--minimal {
  /* With sticky toolbar, no extra bottom padding is required */
}

/* line 411, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor-wrapper--minimal .fe-tiptap-toolbar--minimal {
  /* Stick toolbar to the bottom of the scrolling editor wrapper */
  margin-top: auto;
  position: sticky;
  z-index: 1;
  bottom: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(0.125rem);
  padding-top: 0.25rem;
}

/* line 424, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor-wrapper--minimal .fe-tiptap-editor {
  /* grow to fill available space and scroll within wrapper */
  min-height: 4.75rem;
  flex: 1 1 auto;
}

/* line 432, app/assets/stylesheets/comments.scss */
.fe-toolbar-btn {
  background: none;
  border: none;
  padding: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: background .15s ease;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  font-size: 0.875rem;
}

/* line 447, app/assets/stylesheets/comments.scss */
.fe-toolbar-btn:hover:not(:disabled) {
  background: var(--ps-red);
  color: var(--ps-white);
}

/* line 452, app/assets/stylesheets/comments.scss */
.fe-toolbar-btn:disabled {
  color: var(--ps-gray);
  cursor: not-allowed;
}

/* line 456, app/assets/stylesheets/comments.scss */
.fe-toolbar-btn:disabled:hover {
  background: none;
}

/* line 461, app/assets/stylesheets/comments.scss */
.fe-toolbar-btn:hover:not(:disabled) {
  background: var(--ps-red);
  color: var(--ps-white);
}

/* line 466, app/assets/stylesheets/comments.scss */
.fe-toolbar-btn:active:not(:disabled) {
  background: #e5e5e5;
}

/* line 470, app/assets/stylesheets/comments.scss */
.fe-toolbar-btn .icon-attachment {
  font-size: 0.875rem;
  padding-top: 0.1875rem;
}

/* line 477, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor {
  min-height: 4.375rem;
  padding: 0.25rem 0.5rem;
  outline: none;
  font-size: 1rem;
  line-height: 1.4;
  font-family: var(--primary, sans-serif);
}

/* line 485, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor p {
  margin: 0 0 0.375rem;
}

/* line 486, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor ul, .fe-tiptap-editor ol {
  padding-left: 1.25rem;
  margin: 0.25rem 0 0.5rem;
}

/* line 487, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor a {
  color: var(--pathstone-red);
}

/* line 488, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor .mention {
  color: var(--pathstone-red);
  font-weight: 600;
}

/* line 491, app/assets/stylesheets/comments.scss */
.fe-editor-uploading {
  font-size: 0.75rem;
  color: var(--pathstone-text-grey);
  margin-top: 0.25rem;
}

/* Full-screen upload overlay and spinner (mirrors admin styles) */
/* line 498, app/assets/stylesheets/comments.scss */
.tiptap-upload-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 511, app/assets/stylesheets/comments.scss */
.tiptap-loader-spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid #f3f3f3;
  border-top: 0.25rem solid var(--pathstone-red);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 525, app/assets/stylesheets/comments.scss */
.comment-attachments-list,
.comment-attachment-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.375rem 0 0.125rem;
}

/* line 533, app/assets/stylesheets/comments.scss */
.attachment-container {
  max-width: 15.625rem;
  position: relative;
  display: block;
  margin: 0.9375rem 0 0.9375rem 0.5rem;
}

/* line 539, app/assets/stylesheets/comments.scss */
.attachment-container a img {
  width: 1.875rem;
  flex-shrink: 0;
}

/* line 546, app/assets/stylesheets/comments.scss */
.attachment-preview-image,
.attachment-preview-video,
.comment-attachment-file,
.attachment-preview-file {
  max-width: 21.5rem;
  display: flex;
  gap: 0.626rem;
  align-items: center;
  padding: 0.5rem 0.75rem;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-decoration: none;
  color: #333;
  margin: 0.25rem 0 0.25rem 0;
  transition: background 0.15s ease;
  position: relative;
}

/* line 565, app/assets/stylesheets/comments.scss */
.attachment-preview-image .file-name,
.attachment-preview-video .file-name,
.comment-attachment-file .file-name,
.attachment-preview-file .file-name {
  flex-grow: 1;
  color: var(--ps-black);
}

/* line 570, app/assets/stylesheets/comments.scss */
.attachment-preview-image:hover,
.attachment-preview-video:hover,
.comment-attachment-file:hover,
.attachment-preview-file:hover {
  background: var(--separator-bg);
}

/* line 574, app/assets/stylesheets/comments.scss */
.attachment-preview-image .file-icon,
.attachment-preview-video .file-icon,
.comment-attachment-file .file-icon,
.attachment-preview-file .file-icon {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}

/* line 579, app/assets/stylesheets/comments.scss */
.attachment-preview-image .file-icon img,
.attachment-preview-video .file-icon img,
.comment-attachment-file .file-icon img,
.attachment-preview-file .file-icon img {
  display: block;
  margin: 0;
}

/* line 586, app/assets/stylesheets/comments.scss */
.comment-file-link {
  display: inline-block;
  background: #f7f7f9;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  text-decoration: none;
  margin: 0.125rem 0.25rem 0.125rem 0;
}

/* line 594, app/assets/stylesheets/comments.scss */
.comment-file-link:hover {
  background: var(--separator-bg);
}

/* Ensure inline preview links and tiles wrap nicely within the editor */
/* line 600, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor {
  /* Attachment container styling for editor */
}

/* line 601, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor .attachment-preview-link,
.fe-tiptap-editor .attachment-preview-file,
.fe-tiptap-editor .attachment-preview-image,
.fe-tiptap-editor .attachment-preview-video,
.fe-tiptap-editor .comment-file-link {
  margin: 0.25rem 0.375rem 0.25rem 0;
}

/* line 611, app/assets/stylesheets/comments.scss */
.fe-tiptap-editor .is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  color: var(--pathstone-text-grey);
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

/* line 624, app/assets/stylesheets/comments.scss */
.attachment-video,
.attachment-image {
  max-width: 21.5rem;
  width: 100%;
}

/* line 629, app/assets/stylesheets/comments.scss */
.attachment-video video,
.attachment-image video {
  aspect-ratio: 172 / 115;
}

/* line 634, app/assets/stylesheets/comments.scss */
.attachment-preview-link {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .5rem;
}

/* line 641, app/assets/stylesheets/comments.scss */
.attachment-remove-btn {
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  background-color: var(--ps-white) !important;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pathstone-red);
  border: solid 1px var(--pathstone-red);
  cursor: pointer;
  font-size: 0.5rem;
  padding: 0;
  z-index: 1;
}

/* line 661, app/assets/stylesheets/comments.scss */
.attachment-remove-btn:hover {
  background-color: var(--pathstone-red) !important;
  color: var(--ps-white);
}

/* line 667, app/assets/stylesheets/comments.scss */
.is-editor-empty {
  color: var(--ps-gray-06);
  line-height: 1.25rem;
}

/* line 672, app/assets/stylesheets/comments.scss */
.comments-sort-dropdown {
  position: relative;
  width: 10.625rem;
  flex-shrink: 0;
}
/* line 4, app/assets/stylesheets/comments_loading.scss */
.comments-loading-container {
  display: none;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}

/* line 10, app/assets/stylesheets/comments_loading.scss */
.comments-loading-container.active {
  display: block;
}

/* line 16, app/assets/stylesheets/comments_loading.scss */
.comments-loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* line 23, app/assets/stylesheets/comments_loading.scss */
.comments-loading-spinner p {
  font-size: 0.9rem;
  margin: 0;
}

/* line 30, app/assets/stylesheets/comments_loading.scss */
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 46, app/assets/stylesheets/comments_loading.scss */
.comments-error {
  padding: 2rem;
  text-align: center;
  background-color: #fff5f5;
  border-radius: 8px;
  margin: 1rem 0;
}

/* line 53, app/assets/stylesheets/comments_loading.scss */
.comments-error p {
  color: #e53e3e;
  margin-bottom: 1rem;
}

/* line 58, app/assets/stylesheets/comments_loading.scss */
.comments-error button {
  background-color: #e53e3e;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/comments_loading.scss */
.comments-error button:hover {
  background-color: #c53030;
}

/* line 73, app/assets/stylesheets/comments_loading.scss */
.comment-container {
  transition: opacity 0.3s ease;
}

/* line 76, app/assets/stylesheets/comments_loading.scss */
.comment-container.loading {
  opacity: 0.5;
}

/* line 82, app/assets/stylesheets/comments_loading.scss */
.comment-skeleton {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  animation: pulse 1.5s infinite;
}

/* line 88, app/assets/stylesheets/comments_loading.scss */
.comment-skeleton .avatar-skeleton {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
}

/* line 95, app/assets/stylesheets/comments_loading.scss */
.comment-skeleton .content-skeleton {
  flex: 1;
}

/* line 98, app/assets/stylesheets/comments_loading.scss */
.comment-skeleton .content-skeleton .name-skeleton {
  width: 120px;
  height: 16px;
  background-color: #eee;
  margin-bottom: 8px;
  border-radius: 4px;
}

/* line 106, app/assets/stylesheets/comments_loading.scss */
.comment-skeleton .content-skeleton .date-skeleton {
  width: 80px;
  height: 12px;
  background-color: #eee;
  margin-bottom: 12px;
  border-radius: 4px;
}

/* line 114, app/assets/stylesheets/comments_loading.scss */
.comment-skeleton .content-skeleton .text-skeleton {
  width: 100%;
  height: 60px;
  background-color: #eee;
  border-radius: 4px;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
/* Bookmarks Page Styles */
/* line 2, app/assets/stylesheets/bookmarks.scss */
.bookmarks-page {
  padding: 40px 0;
}

/* Header Section */
/* line 7, app/assets/stylesheets/bookmarks.scss */
.bookmarks-header {
  margin-bottom: 40px;
}

/* line 11, app/assets/stylesheets/bookmarks.scss */
.bookmarks-title-section {
  text-align: left;
}

/* line 15, app/assets/stylesheets/bookmarks.scss */
.bookmarks-title {
  font-family: var(--primary-black);
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  color: var(--pathstone-black);
  margin: 0 0 20px 0;
}

/* line 24, app/assets/stylesheets/bookmarks.scss */
.bookmarks-subtitle {
  font-family: var(--primary-black);
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  color: var(--pathstone-red);
  margin: 0 0 20px 0;
}

/* line 33, app/assets/stylesheets/bookmarks.scss */
.bookmarks-description {
  font-family: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1666666666666667em;
  color: var(--pathstone-black);
  margin: 0;
  max-width: 600px;
}

/* Table Container */
/* line 44, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-container {
  margin-top: 40px;
}

/* line 48, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Table Headers */
/* line 55, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-header-title,
.bookmarks-table-header-date {
  font-family: var(--primary-black);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1666666666666667em;
  color: var(--pathstone-black);
  text-align: left;
  padding: 20px 0;
  border-bottom: 4px solid var(--pathstone-black);
}

/* line 67, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-header-title {
  width: 70%;
}

/* line 71, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-header-date {
  width: 20%;
}

/* Table Rows */
/* line 79, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-row:hover {
  background-color: #f9f9f9;
}

/* line 84, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-cell-title,
.bookmarks-table-cell-date,
.bookmarks-table-cell-actions {
  padding: 20px 0;
  vertical-align: top;
}

/* line 91, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-cell-title {
  width: 70%;
}

/* line 95, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-cell-date {
  width: 20%;
  font-family: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1666666666666667em;
  color: var(--pathstone-black);
}

/* line 104, app/assets/stylesheets/bookmarks.scss */
.bookmarks-table-cell-actions {
  width: 10%;
  text-align: right;
}

/* Bookmark Links */
/* line 110, app/assets/stylesheets/bookmarks.scss */
.bookmark-link {
  font-family: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1666666666666667em;
  color: var(--pathstone-red);
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/bookmarks.scss */
.bookmark-link:hover {
  color: var(--pathstone-black);
}

/* Remove Bookmark Link */
/* line 124, app/assets/stylesheets/bookmarks.scss */
.bookmark-remove-link {
  color: var(--pathstone-red);
  text-decoration: none;
  font-size: 18px;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* line 132, app/assets/stylesheets/bookmarks.scss */
.bookmark-remove-link:hover {
  background-color: var(--pathstone-red);
  color: var(--pathstone-white);
}

/* Empty State */
/* line 139, app/assets/stylesheets/bookmarks.scss */
.bookmarks-empty-state {
  padding: 80px 0;
  margin-top: 40px;
}

/* line 144, app/assets/stylesheets/bookmarks.scss */
.bookmarks-empty-message {
  font-family: var(--primary-black);
  font-size: 24px;
  line-height: 1.16;
  color: var(--no-records-text);
  max-width: 555px;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* line 154, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-page {
    padding: 20px 0;
  }
  /* line 158, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-title {
    font-size: 32px;
  }
  /* line 162, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-subtitle {
    font-size: 32px;
  }
  /* line 166, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-description {
    font-size: 20px;
  }
  /* line 170, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-table-header-title,
.bookmarks-table-header-date {
    font-size: 20px;
  }
  /* line 175, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-table-cell-title,
.bookmarks-table-cell-date {
    font-size: 20px;
  }
  /* line 180, app/assets/stylesheets/bookmarks.scss */
  .bookmark-link {
    font-size: 20px;
  }
  /* line 184, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-empty-message {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  /* line 190, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-table {
    font-size: 16px;
  }
  /* line 194, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-table-header-title,
.bookmarks-table-header-date {
    font-size: 18px;
    padding: 15px 0;
  }
  /* line 200, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-table-cell-title,
.bookmarks-table-cell-date {
    font-size: 14px;
    padding: 15px 0;
  }
  /* line 206, app/assets/stylesheets/bookmarks.scss */
  .bookmark-link {
    font-size: 18px;
  }
  /* line 210, app/assets/stylesheets/bookmarks.scss */
  .bookmarks-empty-message {
    font-size: 18px;
  }
}
/* line 3, app/assets/stylesheets/bookmark_academy.scss */
.bookmark-academy-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 9, app/assets/stylesheets/bookmark_academy.scss */
.bookmark-academy-path {
  font-size: 0.85rem;
  color: #666;
  margin-top: 2px;
}

/* line 15, app/assets/stylesheets/bookmark_academy.scss */
.bookmark-academy-link,
.bookmark-section-link {
  color: #666;
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/bookmark_academy.scss */
.bookmark-academy-link:hover,
.bookmark-section-link:hover {
  color: #333;
}

/* line 25, app/assets/stylesheets/bookmark_academy.scss */
.bookmark-academy-link {
  font-weight: 500;
}

/* line 29, app/assets/stylesheets/bookmark_academy.scss */
.bookmark-section-link {
  font-weight: 400;
}
/* Post Content */
/* line 2, app/assets/stylesheets/rich_text.scss */
.post-content {
  white-space: unset !important;
  font-size: 24px;
  line-height: 1.166667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 11, app/assets/stylesheets/rich_text.scss */
.post-content hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border-color: var(--pathstone-black);
}

/* line 16, app/assets/stylesheets/rich_text.scss */
.post-content hr + p {
  margin-top: 2.25rem !important;
}

/* line 21, app/assets/stylesheets/rich_text.scss */
.post-content p {
  line-height: inherit;
  margin-bottom: 2.25rem;
}

/* line 25, app/assets/stylesheets/rich_text.scss */
.post-content p:empty {
  height: 1.5rem;
}

/* line 29, app/assets/stylesheets/rich_text.scss */
.post-content p + hr {
  margin-top: -1.125rem !important;
}

/* line 34, app/assets/stylesheets/rich_text.scss */
.post-content ul, .post-content ol {
  padding-left: 2rem !important;
  margin-top: .75rem !important;
  margin-bottom: 2.25rem !important;
}

/* line 39, app/assets/stylesheets/rich_text.scss */
.post-content ul ul, .post-content ul ol, .post-content ol ul, .post-content ol ol {
  margin-bottom: .75rem !important;
}

/* line 43, app/assets/stylesheets/rich_text.scss */
.post-content ul ul, .post-content ol ul {
  list-style-type: circle !important;
}

/* line 48, app/assets/stylesheets/rich_text.scss */
.post-content li {
  margin-bottom: 0.75rem;
}

/* line 50, app/assets/stylesheets/rich_text.scss */
.post-content li p {
  margin: 0;
}

/* line 53, app/assets/stylesheets/rich_text.scss */
.post-content li p + hr {
  margin-top: 1rem !important;
}

/* line 58, app/assets/stylesheets/rich_text.scss */
.post-content li hr + p {
  margin-top: 1rem !important;
}

/* line 63, app/assets/stylesheets/rich_text.scss */
.post-content img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 69, app/assets/stylesheets/rich_text.scss */
.post-content table {
  width: 100% !important;
  margin: 16px 0 16px 0;
  border-collapse: collapse;
  border-bottom: solid 1px var(--pathstone-black);
}

/* line 75, app/assets/stylesheets/rich_text.scss */
.post-content table td, .post-content table th {
  width: auto !important;
  text-align: left;
  padding: 8px 0;
  vertical-align: middle;
}

/* line 81, app/assets/stylesheets/rich_text.scss */
.post-content table td p, .post-content table th p {
  margin: 0;
}

/* line 85, app/assets/stylesheets/rich_text.scss */
.post-content table td:first-child, .post-content table th:first-child {
  width: 56px !important;
}

/* line 90, app/assets/stylesheets/rich_text.scss */
.post-content table td {
  border-top: solid 1px var(--pathstone-black);
}

/* line 95, app/assets/stylesheets/rich_text.scss */
.post-content img + span,
.post-content span + img {
  margin-top: 10px;
}

/* line 100, app/assets/stylesheets/rich_text.scss */
.post-content figcaption {
  font-family: var(--primary);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 4px;
}

/* line 110, app/assets/stylesheets/rich_text.scss */
.post-content video {
  aspect-ratio: 745 / 448;
}

/* line 114, app/assets/stylesheets/rich_text.scss */
.post-content blockquote {
  font-family: var(--secondary-italic) !important;
  font-style: italic;
  font-size: 36px !important;
  line-height: 1 !important;
  margin: 0 0 2.25rem 0;
  color: var(--pathstone-red) !important;
  font-style: italic;
}

/* line 123, app/assets/stylesheets/rich_text.scss */
.post-content blockquote * {
  font-family: var(--secondary-italic) !important;
  font-style: italic;
  font-size: 36px !important;
  line-height: 1 !important;
  color: var(--pathstone-red) !important;
  font-style: italic;
}

/* line 131, app/assets/stylesheets/rich_text.scss */
.post-content blockquote P {
  margin: 0;
}

/* line 135, app/assets/stylesheets/rich_text.scss */
.post-content blockquote hr {
  margin-top: 16px !important;
  margin-bottom: 16px;
}

/* line 139, app/assets/stylesheets/rich_text.scss */
.post-content blockquote hr + p {
  margin-top: 0 !important;
}

/* line 146, app/assets/stylesheets/rich_text.scss */
.post-content [style*="font-size:16px"]:not([style*="line-height"]), .post-content [style*="font-size: 16px"]:not([style*="line-height"]) {
  line-height: 1.75 !important;
}

/* line 150, app/assets/stylesheets/rich_text.scss */
.post-content [style*="font-size:20px"]:not([style*="line-height"]), .post-content [style*="font-size: 20px"]:not([style*="line-height"]) {
  line-height: 1.4 !important;
}

/* line 154, app/assets/stylesheets/rich_text.scss */
.post-content [style*="font-size:24px"]:not([style*="line-height"]), .post-content [style*="font-size: 24px"]:not([style*="line-height"]) {
  line-height: 1.16667 !important;
}

/* line 158, app/assets/stylesheets/rich_text.scss */
.post-content [style*="font-size:28px"]:not([style*="line-height"]), .post-content [style*="font-size: 28px"]:not([style*="line-height"]),
.post-content [style*="font-size:32px"]:not([style*="line-height"]), .post-content [style*="font-size: 32px"]:not([style*="line-height"]),
.post-content [style*="font-size:36px"]:not([style*="line-height"]), .post-content [style*="font-size: 36px"]:not([style*="line-height"]),
.post-content [style*="font-size:40px"]:not([style*="line-height"]), .post-content [style*="font-size: 40px"]:not([style*="line-height"]) {
  line-height: 1 !important;
}
@charset "UTF-8";
/* Post Content */
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* CSS Variables */
/* line 4, app/assets/stylesheets/variables.scss */
:root {
  --pathstone-red: #f03e3e;
  --pathstone-red-dark: #d32f2f;
  --pathstone-red-light: rgba(240, 62, 62, 0.10);
  --pathstone-black: #000;
  --pathstone-black-light: #5A4B46;
  --pathstone-white: #fff;
  --pathstone-blue: #149fda;
  --pathstone-brown: #A19283;
  --pathstone-text-grey: rgba(0, 0, 0, 0.60);
  --pathstone-yield-bg: rgba(237, 236, 230, 0.3);
  --input-border: rgba(90, 90, 90, 0.36);
  --separator-bg: #E5E5E5;
  --red-bar-text-grey: #EDECE6;
  --no-records-text: #817569;
  --loader-dot: rgba(90, 90, 90, 0.36);
  --resource-bg: #ECE9E6;
  --resource-tag-border: #6C6C6C;
  --primary: 'Calibre';
  --primary-black: 'Calibre Black';
  --primary-thin: 'Calibre Thin';
  --primary-light: 'Calibre Light';
  --primary-medium: 'Calibre Medium';
  --secondary: 'Filosofia OT';
  --secondary-italic: 'Filosofia OT Italic';
  --ps-black: #000;
  --ps-white: #fff;
  --ps-red-09: #300c0c;
  --ps-red-08: #601919;
  --ps-red-07: #902525;
  --ps-red-06: #c03232;
  --ps-red: #f03e3e;
  --ps-red-04: #f36565;
  --ps-red-03: #f68b8b;
  --ps-red-02: #f9b2b2;
  --ps-red-01: #fcd8d8;
  --ps-gray-09: #201d1a;
  --ps-gray-08: #403a34;
  --ps-gray-07: #61584f;
  --ps-gray-06: #817569;
  --ps-gray: #a39382;
  --ps-gray-04: #b4a89c;
  --ps-gray-03: #c7beb5;
  --ps-gray-02: #d9d3cd;
  --ps-gray-01: #edeae6;
  --ps-pink-09: #2d2623;
  --ps-pink-08: #5a4b46;
  --ps-pink-07: #86716a;
  --ps-pink-06: #b3968d;
  --ps-pink: #e0bcb0;
  --ps-pink-04: #e6c9c0;
  --ps-pink-03: #ecd7d0;
  --ps-pink-02: #f3e4df;
  --ps-pink-01: #f9f2ef;
  --ps-plum-09: #10080e;
  --ps-plum-08: #21111c;
  --ps-plum-07: #311929;
  --ps-plum-06: #422237;
  --ps-plum: #522a45;
  --ps-plum-04: #75556a;
  --ps-plum-03: #977f8f;
  --ps-plum-02: #baaab5;
  --ps-plum-01: #dcd4da;
  --ps-light-blue-09: #25272b;
  --ps-light-blue-08: #4a4f56;
  --ps-light-blue-07: #6e7680;
  --ps-light-blue-06: #939eab;
  --ps-light-blue: #b8c5d6;
  --ps-light-blue-04: #c6d1de;
  --ps-light-blue-03: #d4dce6;
  --ps-light-blue-02: #e3e8ef;
  --ps-light-blue-01: #f1f3f7;
  --ps-light-blue-01-rgb: 241, 243, 247;
  --ps-bright-blue-09: #04202c;
  --ps-bright-blue-08: #084057;
  --ps-bright-blue-07: #0c5f83;
  --ps-bright-blue-06: #107fae;
  --ps-bright-blue: #149fda;
  --ps-bright-blue-04: #43b2e1;
  --ps-bright-blue-03: #72c5e9;
  --ps-bright-blue-02: #a1d9f0;
  --ps-bright-blue-01: #d0ecf8;
  --ps-gold-07: #896341;
  --ps-gold: #d5ab32;
  --ps-brick: #A8483D;
  --ps-moss: #9BA854;
  --indentation: 1.25rem;
  --respond-up: 960px;
  --respond-down: 959.98px;
}

@media (max-width: 959px) {
  /* line 112, app/assets/stylesheets/variables.scss */
  :root {
    --indentation: 0.625rem;
  }
}

/* line 2, app/assets/stylesheets/post_typography.scss */
.new-post-content .admin-tiptap-editor--posts .ProseMirror > p,
.new-post-content .admin-tiptap-editor--academy_posts .ProseMirror > p,
.new-post-content > p {
  padding: .75rem 0;
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/post_typography.scss */
.ps-post-style-body {
  font-family: var(--primary);
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: .5rem;
}

/* line 17, app/assets/stylesheets/post_typography.scss */
.ps-post-style-heading,
.ps-post-style-subheading {
  font-family: var(--primary-black);
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
}

/* line 24, app/assets/stylesheets/post_typography.scss */
.ps-post-style-heading a,
.ps-post-style-subheading a {
  color: inherit !important;
}

/* line 27, app/assets/stylesheets/post_typography.scss */
.ps-post-style-heading a:hover,
.ps-post-style-subheading a:hover {
  color: var(--ps-black) !important;
}

/* line 33, app/assets/stylesheets/post_typography.scss */
.ps-post-style-heading {
  text-transform: uppercase;
  padding: .5rem 0;
}

/* line 38, app/assets/stylesheets/post_typography.scss */
.ps-post-style-subheading {
  padding: 0.25rem 0;
}

/* line 42, app/assets/stylesheets/post_typography.scss */
.ps-post-style-caption {
  font-family: var(--primary);
  font-size: 0.875rem;
  line-height: 1;
}

@font-face {
  font-family: 'psicon';
  src: url(/assets/fonts/psicon/psicon.eot?bvre8b);
  src: url(/assets/fonts/psicon/psicon.eot?bvre8b#iefix) format("embedded-opentype"), url(/assets/fonts/psicon/psicon.ttf?bvre8b) format("truetype"), url(/assets/fonts/psicon/psicon.woff?bvre8b) format("woff"), url(/assets/fonts/psicon/psicon.svg?bvre8b#psicon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/font_psicon.scss */
[class^="icon-ps-"], [class*=" icon-ps-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'psicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/font_psicon.scss */
.icon-ps-audio:before {
  content: "\e917";
}

/* line 31, app/assets/stylesheets/font_psicon.scss */
.icon-ps-video:before {
  content: "\e918";
}

/* line 34, app/assets/stylesheets/font_psicon.scss */
.icon-ps-announcement:before {
  content: "\e900";
}

/* line 37, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-left:before {
  content: "\e901";
}

/* line 40, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-right:before {
  content: "\e902";
}

/* line 43, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-top-right:before {
  content: "\e903";
}

/* line 46, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow:before {
  content: "\e904";
}

/* line 49, app/assets/stylesheets/font_psicon.scss */
.icon-ps-bookmark-filled:before {
  content: "\e905";
}

/* line 52, app/assets/stylesheets/font_psicon.scss */
.icon-ps-bookmark:before {
  content: "\e906";
}

/* line 55, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-down:before {
  content: "\e907";
}

/* line 58, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-left:before {
  content: "\e908";
}

/* line 61, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-right:before {
  content: "\e909";
}

/* line 64, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-up:before {
  content: "\e90a";
}

/* line 67, app/assets/stylesheets/font_psicon.scss */
.icon-ps-close:before {
  content: "\e90b";
}

/* line 70, app/assets/stylesheets/font_psicon.scss */
.icon-ps-comment:before {
  content: "\e90c";
}

/* line 73, app/assets/stylesheets/font_psicon.scss */
.icon-ps-download:before {
  content: "\e90d";
}

/* line 76, app/assets/stylesheets/font_psicon.scss */
.icon-ps-image:before {
  content: "\e90e";
}

/* line 79, app/assets/stylesheets/font_psicon.scss */
.icon-ps-learning:before {
  content: "\e90f";
}

/* line 82, app/assets/stylesheets/font_psicon.scss */
.icon-ps-like-filled:before {
  content: "\e910";
}

/* line 85, app/assets/stylesheets/font_psicon.scss */
.icon-ps-like:before {
  content: "\e911";
}

/* line 88, app/assets/stylesheets/font_psicon.scss */
.icon-ps-link:before {
  content: "\e912";
}

/* line 91, app/assets/stylesheets/font_psicon.scss */
.icon-ps-menu:before {
  content: "\e913";
}

/* line 94, app/assets/stylesheets/font_psicon.scss */
.icon-ps-newsfeed:before {
  content: "\e914";
}

/* line 97, app/assets/stylesheets/font_psicon.scss */
.icon-ps-resources:before {
  content: "\e915";
}

/* line 100, app/assets/stylesheets/font_psicon.scss */
.icon-ps-star:before {
  content: "\e916";
}

/* line 5, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel {
  position: relative;
  max-width: 100%;
  border: none;
  box-sizing: border-box;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: .25rem 0 .75rem 0;
}

/* line 16, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel .tiptap-link {
  color: var(--ps-red);
}

/* line 18, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel .tiptap-link:hover {
  color: var(--ps-black);
}

/* line 24, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__track {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__track-inner {
  width: 100%;
}

/* line 34, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide {
  position: relative;
  text-align: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 43, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide .plyr--video video {
  height: auto;
  aspect-ratio: 16 / 9;
}

/* line 49, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide--hidden {
  display: none;
}

/* line 57, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide-toolbar {
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .25rem .375rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: .5rem;
  pointer-events: auto;
}

/* line 70, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide-toolbar .post-content-carousel__slide-tbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #fff !important;
  cursor: pointer;
  line-height: 1;
}

/* line 84, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide-toolbar .post-content-carousel__slide-tbtn:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* line 88, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide-toolbar .post-content-carousel__slide-tbtn:focus-visible {
  outline: .125rem solid #fff;
  outline-offset: 1px;
}

/* line 93, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide-toolbar .post-content-carousel__slide-tbtn svg {
  display: block;
}

/* line 98, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__slide-toolbar .post-content-carousel__slide-tsep {
  display: inline-block;
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.3);
}

/* line 106, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

/* line 114, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  border: none;
}

/* line 123, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__caption {
  text-align: center;
  font-family: var(--primary);
  font-size: .875rem;
  line-height: 1;
  color: var(--pathstone-black);
}

/* line 131, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__caption-input {
  width: 100%;
  box-sizing: border-box;
  padding: .25rem 0 .75rem 0;
  font-size: .875rem;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .125rem;
  resize: vertical;
  font-family: var(--primary);
  text-align: center;
}

/* line 146, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__caption-editor {
  width: 100%;
  box-sizing: border-box;
  padding: .25rem 0 .75rem 0;
  font-size: .875rem;
  line-height: 1.35;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .125rem;
  font-family: var(--primary);
  text-align: center;
  min-height: 2.5rem;
  background: #fff;
}

/* line 159, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__caption-editor:focus-within {
  outline: 2px solid rgba(0, 0, 0, 0.12);
  outline-offset: 1px;
}

/* line 164, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__caption-editor p {
  margin: 0;
  min-height: 1.2em;
}

/* line 168, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__caption-editor p a {
  color: var(--pathstone-red) !important;
  text-decoration: none;
}

/* line 171, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__caption-editor p a:hover {
  color: var(--ps-black);
}

/* line 178, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__caption-editor p.is-empty::before {
  content: attr(data-placeholder);
  float: center;
  height: 0;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.45);
}

/* line 187, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__rule {
  height: 0;
  margin: .4375rem auto .5rem;
  width: 3.5rem;
  border: none;
  border-top: 1px solid var(--pathstone-black);
}

/* line 195, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}

/* line 202, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__nav-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: var(--pathstone-red);
  color: var(--ps-white);
  cursor: pointer;
  line-height: 1;
  font-size: .75rem;
  width: 1.5rem;
  aspect-ratio: 1 / 1;
  padding: 0 !important;
  transition: .4s !important;
}

/* line 219, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__nav-btn:hover {
  background-color: var(--ps-red-04);
  transform: scale(1.1);
}

/* line 224, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__nav-btn:focus-visible {
  outline: 0.125rem solid var(--pathstone-black);
  outline-offset: .125rem;
}

/* line 230, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__counter {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25em;
  font-family: var(--secondary-italic);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--pathstone-black);
}

/* line 241, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel--empty {
  padding: 1.5rem 1rem;
}

/* line 245, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel__empty-hint {
  margin: .5rem 0 0;
  font-size: 1rem;
  text-align: center;
  color: #61584f;
  font-family: var(--primary);
}

/* line 253, app/assets/stylesheets/post_content_carousel.scss */
.post-content-carousel--selected {
  outline: 0.125rem solid rgba(0, 0, 0, 0.2);
  outline-offset: .25rem;
}

/* line 2, app/assets/stylesheets/colors.scss */
.text-black {
  color: var(--ps-black);
}

/* line 5, app/assets/stylesheets/colors.scss */
.text-white {
  color: var(--ps-white);
}

/* line 8, app/assets/stylesheets/colors.scss */
.text-plum {
  color: var(--ps-plum);
}

/* line 11, app/assets/stylesheets/colors.scss */
.text-lb {
  color: var(--ps-light-blue);
}

/* line 14, app/assets/stylesheets/colors.scss */
.text-gold {
  color: var(--ps-gold);
}

/* line 17, app/assets/stylesheets/colors.scss */
.text-moss {
  color: var(--ps-moss);
}

/* line 20, app/assets/stylesheets/colors.scss */
.text-brick {
  color: var(--ps-brick);
}

/* line 23, app/assets/stylesheets/colors.scss */
.text-red {
  color: var(--ps-red);
}

/* line 26, app/assets/stylesheets/colors.scss */
.text-gray {
  color: var(--ps-gray);
}

/* line 5, app/assets/stylesheets/heading_accents.scss */
.ps-heading-black {
  color: var(--ps-black) !important;
}

/* line 9, app/assets/stylesheets/heading_accents.scss */
.ps-heading-gray-07 {
  color: var(--ps-gray-07) !important;
}

/* line 13, app/assets/stylesheets/heading_accents.scss */
.ps-heading-plum {
  color: var(--ps-plum) !important;
}

/* line 17, app/assets/stylesheets/heading_accents.scss */
.ps-heading-red {
  color: var(--ps-red) !important;
}

/* line 21, app/assets/stylesheets/heading_accents.scss */
.ps-heading-gold {
  color: var(--ps-gold) !important;
}

/* line 25, app/assets/stylesheets/heading_accents.scss */
.ps-heading-moss {
  color: var(--ps-moss) !important;
}

/* line 13, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-black {
  color: var(--ps-black) !important;
}

/* line 14, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-white {
  color: var(--ps-white) !important;
}

/* line 16, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red-09 {
  color: var(--ps-red-09) !important;
}

/* line 17, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red-08 {
  color: var(--ps-red-08) !important;
}

/* line 18, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red-07 {
  color: var(--ps-red-07) !important;
}

/* line 19, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red-06 {
  color: var(--ps-red-06) !important;
}

/* line 20, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red {
  color: var(--ps-red) !important;
}

/* line 21, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red-04 {
  color: var(--ps-red-04) !important;
}

/* line 22, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red-03 {
  color: var(--ps-red-03) !important;
}

/* line 23, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red-02 {
  color: var(--ps-red-02) !important;
}

/* line 24, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-red-01 {
  color: var(--ps-red-01) !important;
}

/* line 26, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray-09 {
  color: var(--ps-gray-09) !important;
}

/* line 27, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray-08 {
  color: var(--ps-gray-08) !important;
}

/* line 28, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray-07 {
  color: var(--ps-gray-07) !important;
}

/* line 29, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray-06 {
  color: var(--ps-gray-06) !important;
}

/* line 30, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray {
  color: var(--ps-gray) !important;
}

/* line 31, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray-04 {
  color: var(--ps-gray-04) !important;
}

/* line 32, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray-03 {
  color: var(--ps-gray-03) !important;
}

/* line 33, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray-02 {
  color: var(--ps-gray-02) !important;
}

/* line 34, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gray-01 {
  color: var(--ps-gray-01) !important;
}

/* line 36, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink-09 {
  color: var(--ps-pink-09) !important;
}

/* line 37, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink-08 {
  color: var(--ps-pink-08) !important;
}

/* line 38, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink-07 {
  color: var(--ps-pink-07) !important;
}

/* line 39, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink-06 {
  color: var(--ps-pink-06) !important;
}

/* line 40, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink {
  color: var(--ps-pink) !important;
}

/* line 41, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink-04 {
  color: var(--ps-pink-04) !important;
}

/* line 42, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink-03 {
  color: var(--ps-pink-03) !important;
}

/* line 43, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink-02 {
  color: var(--ps-pink-02) !important;
}

/* line 44, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-pink-01 {
  color: var(--ps-pink-01) !important;
}

/* line 46, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum-09 {
  color: var(--ps-plum-09) !important;
}

/* line 47, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum-08 {
  color: var(--ps-plum-08) !important;
}

/* line 48, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum-07 {
  color: var(--ps-plum-07) !important;
}

/* line 49, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum-06 {
  color: var(--ps-plum-06) !important;
}

/* line 50, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum {
  color: var(--ps-plum) !important;
}

/* line 51, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum-04 {
  color: var(--ps-plum-04) !important;
}

/* line 52, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum-03 {
  color: var(--ps-plum-03) !important;
}

/* line 53, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum-02 {
  color: var(--ps-plum-02) !important;
}

/* line 54, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-plum-01 {
  color: var(--ps-plum-01) !important;
}

/* line 56, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue-09 {
  color: var(--ps-light-blue-09) !important;
}

/* line 57, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue-08 {
  color: var(--ps-light-blue-08) !important;
}

/* line 58, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue-07 {
  color: var(--ps-light-blue-07) !important;
}

/* line 59, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue-06 {
  color: var(--ps-light-blue-06) !important;
}

/* line 60, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue {
  color: var(--ps-light-blue) !important;
}

/* line 61, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue-04 {
  color: var(--ps-light-blue-04) !important;
}

/* line 62, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue-03 {
  color: var(--ps-light-blue-03) !important;
}

/* line 63, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue-02 {
  color: var(--ps-light-blue-02) !important;
}

/* line 64, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-light-blue-01 {
  color: var(--ps-light-blue-01) !important;
}

/* line 66, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue-09 {
  color: var(--ps-bright-blue-09) !important;
}

/* line 67, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue-08 {
  color: var(--ps-bright-blue-08) !important;
}

/* line 68, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue-07 {
  color: var(--ps-bright-blue-07) !important;
}

/* line 69, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue-06 {
  color: var(--ps-bright-blue-06) !important;
}

/* line 70, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue {
  color: var(--ps-bright-blue) !important;
}

/* line 71, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue-04 {
  color: var(--ps-bright-blue-04) !important;
}

/* line 72, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue-03 {
  color: var(--ps-bright-blue-03) !important;
}

/* line 73, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue-02 {
  color: var(--ps-bright-blue-02) !important;
}

/* line 74, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-bright-blue-01 {
  color: var(--ps-bright-blue-01) !important;
}

/* line 76, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gold-07 {
  color: var(--ps-gold-07) !important;
}

/* line 77, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-gold {
  color: var(--ps-gold) !important;
}

/* line 79, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-brick {
  color: var(--ps-brick) !important;
}

/* line 80, app/assets/stylesheets/text_color_palette.scss */
.ps-text-color--ps-moss {
  color: var(--ps-moss) !important;
}

/* line 87, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-black {
  background-color: var(--ps-black) !important;
}

/* line 88, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-white {
  background-color: var(--ps-white) !important;
}

/* line 90, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red-09 {
  background-color: var(--ps-red-09) !important;
}

/* line 91, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red-08 {
  background-color: var(--ps-red-08) !important;
}

/* line 92, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red-07 {
  background-color: var(--ps-red-07) !important;
}

/* line 93, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red-06 {
  background-color: var(--ps-red-06) !important;
}

/* line 94, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red {
  background-color: var(--ps-red) !important;
}

/* line 95, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red-04 {
  background-color: var(--ps-red-04) !important;
}

/* line 96, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red-03 {
  background-color: var(--ps-red-03) !important;
}

/* line 97, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red-02 {
  background-color: var(--ps-red-02) !important;
}

/* line 98, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-red-01 {
  background-color: var(--ps-red-01) !important;
}

/* line 100, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray-09 {
  background-color: var(--ps-gray-09) !important;
}

/* line 101, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray-08 {
  background-color: var(--ps-gray-08) !important;
}

/* line 102, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray-07 {
  background-color: var(--ps-gray-07) !important;
}

/* line 103, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray-06 {
  background-color: var(--ps-gray-06) !important;
}

/* line 104, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray {
  background-color: var(--ps-gray) !important;
}

/* line 105, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray-04 {
  background-color: var(--ps-gray-04) !important;
}

/* line 106, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray-03 {
  background-color: var(--ps-gray-03) !important;
}

/* line 107, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray-02 {
  background-color: var(--ps-gray-02) !important;
}

/* line 108, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gray-01 {
  background-color: var(--ps-gray-01) !important;
}

/* line 110, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink-09 {
  background-color: var(--ps-pink-09) !important;
}

/* line 111, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink-08 {
  background-color: var(--ps-pink-08) !important;
}

/* line 112, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink-07 {
  background-color: var(--ps-pink-07) !important;
}

/* line 113, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink-06 {
  background-color: var(--ps-pink-06) !important;
}

/* line 114, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink {
  background-color: var(--ps-pink) !important;
}

/* line 115, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink-04 {
  background-color: var(--ps-pink-04) !important;
}

/* line 116, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink-03 {
  background-color: var(--ps-pink-03) !important;
}

/* line 117, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink-02 {
  background-color: var(--ps-pink-02) !important;
}

/* line 118, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-pink-01 {
  background-color: var(--ps-pink-01) !important;
}

/* line 120, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum-09 {
  background-color: var(--ps-plum-09) !important;
}

/* line 121, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum-08 {
  background-color: var(--ps-plum-08) !important;
}

/* line 122, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum-07 {
  background-color: var(--ps-plum-07) !important;
}

/* line 123, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum-06 {
  background-color: var(--ps-plum-06) !important;
}

/* line 124, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum {
  background-color: var(--ps-plum) !important;
}

/* line 125, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum-04 {
  background-color: var(--ps-plum-04) !important;
}

/* line 126, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum-03 {
  background-color: var(--ps-plum-03) !important;
}

/* line 127, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum-02 {
  background-color: var(--ps-plum-02) !important;
}

/* line 128, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-plum-01 {
  background-color: var(--ps-plum-01) !important;
}

/* line 130, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue-09 {
  background-color: var(--ps-light-blue-09) !important;
}

/* line 131, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue-08 {
  background-color: var(--ps-light-blue-08) !important;
}

/* line 132, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue-07 {
  background-color: var(--ps-light-blue-07) !important;
}

/* line 133, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue-06 {
  background-color: var(--ps-light-blue-06) !important;
}

/* line 134, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue {
  background-color: var(--ps-light-blue) !important;
}

/* line 135, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue-04 {
  background-color: var(--ps-light-blue-04) !important;
}

/* line 136, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue-03 {
  background-color: var(--ps-light-blue-03) !important;
}

/* line 137, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue-02 {
  background-color: var(--ps-light-blue-02) !important;
}

/* line 138, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-light-blue-01 {
  background-color: var(--ps-light-blue-01) !important;
}

/* line 140, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue-09 {
  background-color: var(--ps-bright-blue-09) !important;
}

/* line 141, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue-08 {
  background-color: var(--ps-bright-blue-08) !important;
}

/* line 142, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue-07 {
  background-color: var(--ps-bright-blue-07) !important;
}

/* line 143, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue-06 {
  background-color: var(--ps-bright-blue-06) !important;
}

/* line 144, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue {
  background-color: var(--ps-bright-blue) !important;
}

/* line 145, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue-04 {
  background-color: var(--ps-bright-blue-04) !important;
}

/* line 146, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue-03 {
  background-color: var(--ps-bright-blue-03) !important;
}

/* line 147, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue-02 {
  background-color: var(--ps-bright-blue-02) !important;
}

/* line 148, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-bright-blue-01 {
  background-color: var(--ps-bright-blue-01) !important;
}

/* line 150, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gold-07 {
  background-color: var(--ps-gold-07) !important;
}

/* line 151, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-gold {
  background-color: var(--ps-gold) !important;
}

/* line 153, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-brick {
  background-color: var(--ps-brick) !important;
}

/* line 154, app/assets/stylesheets/text_color_palette.scss */
.ps-highlight--ps-moss {
  background-color: var(--ps-moss) !important;
}

/* line 160, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--black {
  background: var(--ps-black) !important;
}

/* line 161, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--white {
  background: var(--ps-white) !important;
}

/* line 163, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red-09 {
  background: var(--ps-red-09) !important;
}

/* line 164, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red-08 {
  background: var(--ps-red-08) !important;
}

/* line 165, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red-07 {
  background: var(--ps-red-07) !important;
}

/* line 166, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red-06 {
  background: var(--ps-red-06) !important;
}

/* line 167, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red {
  background: var(--ps-red) !important;
}

/* line 168, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red-04 {
  background: var(--ps-red-04) !important;
}

/* line 169, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red-03 {
  background: var(--ps-red-03) !important;
}

/* line 170, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red-02 {
  background: var(--ps-red-02) !important;
}

/* line 171, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-red-01 {
  background: var(--ps-red-01) !important;
}

/* line 173, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray-09 {
  background: var(--ps-gray-09) !important;
}

/* line 174, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray-08 {
  background: var(--ps-gray-08) !important;
}

/* line 175, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray-07 {
  background: var(--ps-gray-07) !important;
}

/* line 176, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray-06 {
  background: var(--ps-gray-06) !important;
}

/* line 177, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray {
  background: var(--ps-gray) !important;
}

/* line 178, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray-04 {
  background: var(--ps-gray-04) !important;
}

/* line 179, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray-03 {
  background: var(--ps-gray-03) !important;
}

/* line 180, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray-02 {
  background: var(--ps-gray-02) !important;
}

/* line 181, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gray-01 {
  background: var(--ps-gray-01) !important;
}

/* line 183, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink-09 {
  background: var(--ps-pink-09) !important;
}

/* line 184, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink-08 {
  background: var(--ps-pink-08) !important;
}

/* line 185, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink-07 {
  background: var(--ps-pink-07) !important;
}

/* line 186, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink-06 {
  background: var(--ps-pink-06) !important;
}

/* line 187, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink {
  background: var(--ps-pink) !important;
}

/* line 188, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink-04 {
  background: var(--ps-pink-04) !important;
}

/* line 189, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink-03 {
  background: var(--ps-pink-03) !important;
}

/* line 190, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink-02 {
  background: var(--ps-pink-02) !important;
}

/* line 191, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-pink-01 {
  background: var(--ps-pink-01) !important;
}

/* line 193, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum-09 {
  background: var(--ps-plum-09) !important;
}

/* line 194, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum-08 {
  background: var(--ps-plum-08) !important;
}

/* line 195, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum-07 {
  background: var(--ps-plum-07) !important;
}

/* line 196, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum-06 {
  background: var(--ps-plum-06) !important;
}

/* line 197, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum {
  background: var(--ps-plum) !important;
}

/* line 198, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum-04 {
  background: var(--ps-plum-04) !important;
}

/* line 199, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum-03 {
  background: var(--ps-plum-03) !important;
}

/* line 200, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum-02 {
  background: var(--ps-plum-02) !important;
}

/* line 201, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-plum-01 {
  background: var(--ps-plum-01) !important;
}

/* line 203, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue-09 {
  background: var(--ps-light-blue-09) !important;
}

/* line 204, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue-08 {
  background: var(--ps-light-blue-08) !important;
}

/* line 205, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue-07 {
  background: var(--ps-light-blue-07) !important;
}

/* line 206, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue-06 {
  background: var(--ps-light-blue-06) !important;
}

/* line 207, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue {
  background: var(--ps-light-blue) !important;
}

/* line 208, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue-04 {
  background: var(--ps-light-blue-04) !important;
}

/* line 209, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue-03 {
  background: var(--ps-light-blue-03) !important;
}

/* line 210, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue-02 {
  background: var(--ps-light-blue-02) !important;
}

/* line 211, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-light-blue-01 {
  background: var(--ps-light-blue-01) !important;
}

/* line 213, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue-09 {
  background: var(--ps-bright-blue-09) !important;
}

/* line 214, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue-08 {
  background: var(--ps-bright-blue-08) !important;
}

/* line 215, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue-07 {
  background: var(--ps-bright-blue-07) !important;
}

/* line 216, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue-06 {
  background: var(--ps-bright-blue-06) !important;
}

/* line 217, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue {
  background: var(--ps-bright-blue) !important;
}

/* line 218, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue-04 {
  background: var(--ps-bright-blue-04) !important;
}

/* line 219, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue-03 {
  background: var(--ps-bright-blue-03) !important;
}

/* line 220, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue-02 {
  background: var(--ps-bright-blue-02) !important;
}

/* line 221, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-bright-blue-01 {
  background: var(--ps-bright-blue-01) !important;
}

/* line 223, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-brick {
  background: var(--ps-brick) !important;
}

/* line 224, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-moss {
  background: var(--ps-moss) !important;
}

/* line 225, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-bg--ps-gold {
  background: var(--ps-gold) !important;
}

/* line 227, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--black {
  color: var(--ps-black) !important;
}

/* line 228, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--white {
  color: var(--ps-white) !important;
}

/* line 230, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red-09 {
  color: var(--ps-red-09) !important;
}

/* line 231, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red-08 {
  color: var(--ps-red-08) !important;
}

/* line 232, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red-07 {
  color: var(--ps-red-07) !important;
}

/* line 233, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red-06 {
  color: var(--ps-red-06) !important;
}

/* line 234, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red {
  color: var(--ps-red) !important;
}

/* line 235, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red-04 {
  color: var(--ps-red-04) !important;
}

/* line 236, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red-03 {
  color: var(--ps-red-03) !important;
}

/* line 237, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red-02 {
  color: var(--ps-red-02) !important;
}

/* line 238, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-red-01 {
  color: var(--ps-red-01) !important;
}

/* line 240, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray-09 {
  color: var(--ps-gray-09) !important;
}

/* line 241, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray-08 {
  color: var(--ps-gray-08) !important;
}

/* line 242, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray-07 {
  color: var(--ps-gray-07) !important;
}

/* line 243, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray-06 {
  color: var(--ps-gray-06) !important;
}

/* line 244, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray {
  color: var(--ps-gray) !important;
}

/* line 245, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray-04 {
  color: var(--ps-gray-04) !important;
}

/* line 246, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray-03 {
  color: var(--ps-gray-03) !important;
}

/* line 247, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray-02 {
  color: var(--ps-gray-02) !important;
}

/* line 248, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gray-01 {
  color: var(--ps-gray-01) !important;
}

/* line 250, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink-09 {
  color: var(--ps-pink-09) !important;
}

/* line 251, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink-08 {
  color: var(--ps-pink-08) !important;
}

/* line 252, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink-07 {
  color: var(--ps-pink-07) !important;
}

/* line 253, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink-06 {
  color: var(--ps-pink-06) !important;
}

/* line 254, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink {
  color: var(--ps-pink) !important;
}

/* line 255, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink-04 {
  color: var(--ps-pink-04) !important;
}

/* line 256, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink-03 {
  color: var(--ps-pink-03) !important;
}

/* line 257, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink-02 {
  color: var(--ps-pink-02) !important;
}

/* line 258, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-pink-01 {
  color: var(--ps-pink-01) !important;
}

/* line 260, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum-09 {
  color: var(--ps-plum-09) !important;
}

/* line 261, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum-08 {
  color: var(--ps-plum-08) !important;
}

/* line 262, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum-07 {
  color: var(--ps-plum-07) !important;
}

/* line 263, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum-06 {
  color: var(--ps-plum-06) !important;
}

/* line 264, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum {
  color: var(--ps-plum) !important;
}

/* line 265, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum-04 {
  color: var(--ps-plum-04) !important;
}

/* line 266, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum-03 {
  color: var(--ps-plum-03) !important;
}

/* line 267, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum-02 {
  color: var(--ps-plum-02) !important;
}

/* line 268, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-plum-01 {
  color: var(--ps-plum-01) !important;
}

/* line 270, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue-09 {
  color: var(--ps-light-blue-09) !important;
}

/* line 271, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue-08 {
  color: var(--ps-light-blue-08) !important;
}

/* line 272, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue-07 {
  color: var(--ps-light-blue-07) !important;
}

/* line 273, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue-06 {
  color: var(--ps-light-blue-06) !important;
}

/* line 274, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue {
  color: var(--ps-light-blue) !important;
}

/* line 275, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue-04 {
  color: var(--ps-light-blue-04) !important;
}

/* line 276, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue-03 {
  color: var(--ps-light-blue-03) !important;
}

/* line 277, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue-02 {
  color: var(--ps-light-blue-02) !important;
}

/* line 278, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-light-blue-01 {
  color: var(--ps-light-blue-01) !important;
}

/* line 280, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue-09 {
  color: var(--ps-bright-blue-09) !important;
}

/* line 281, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue-08 {
  color: var(--ps-bright-blue-08) !important;
}

/* line 282, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue-07 {
  color: var(--ps-bright-blue-07) !important;
}

/* line 283, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue-06 {
  color: var(--ps-bright-blue-06) !important;
}

/* line 284, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue {
  color: var(--ps-bright-blue) !important;
}

/* line 285, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue-04 {
  color: var(--ps-bright-blue-04) !important;
}

/* line 286, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue-03 {
  color: var(--ps-bright-blue-03) !important;
}

/* line 287, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue-02 {
  color: var(--ps-bright-blue-02) !important;
}

/* line 288, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-bright-blue-01 {
  color: var(--ps-bright-blue-01) !important;
}

/* line 290, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-brick {
  color: var(--ps-brick) !important;
}

/* line 291, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-moss {
  color: var(--ps-moss) !important;
}

/* line 292, app/assets/stylesheets/text_color_palette.scss */
.ps-swatch-fg--ps-gold {
  color: var(--ps-gold) !important;
}

/* line 296, app/assets/stylesheets/text_color_palette.scss */
.post-content u,
.new-post-content u,
.ProseMirror u,
.tiptap-editor u {
  color: inherit;
  text-decoration-color: currentColor;
}

/* line 305, app/assets/stylesheets/text_color_palette.scss */
u:has(.ps-text-color) {
  text-decoration: none;
}

/* line 309, app/assets/stylesheets/text_color_palette.scss */
u .ps-text-color {
  text-decoration: underline;
  text-decoration-color: currentColor;
}

@font-face {
  font-family: 'psicon';
  src: url(/assets/fonts/psicon/psicon.eot?bvre8b);
  src: url(/assets/fonts/psicon/psicon.eot?bvre8b#iefix) format("embedded-opentype"), url(/assets/fonts/psicon/psicon.ttf?bvre8b) format("truetype"), url(/assets/fonts/psicon/psicon.woff?bvre8b) format("woff"), url(/assets/fonts/psicon/psicon.svg?bvre8b#psicon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/font_psicon.scss */
[class^="icon-ps-"], [class*=" icon-ps-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'psicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/font_psicon.scss */
.icon-ps-audio:before {
  content: "\e917";
}

/* line 31, app/assets/stylesheets/font_psicon.scss */
.icon-ps-video:before {
  content: "\e918";
}

/* line 34, app/assets/stylesheets/font_psicon.scss */
.icon-ps-announcement:before {
  content: "\e900";
}

/* line 37, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-left:before {
  content: "\e901";
}

/* line 40, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-right:before {
  content: "\e902";
}

/* line 43, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow-top-right:before {
  content: "\e903";
}

/* line 46, app/assets/stylesheets/font_psicon.scss */
.icon-ps-arrow:before {
  content: "\e904";
}

/* line 49, app/assets/stylesheets/font_psicon.scss */
.icon-ps-bookmark-filled:before {
  content: "\e905";
}

/* line 52, app/assets/stylesheets/font_psicon.scss */
.icon-ps-bookmark:before {
  content: "\e906";
}

/* line 55, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-down:before {
  content: "\e907";
}

/* line 58, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-left:before {
  content: "\e908";
}

/* line 61, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-right:before {
  content: "\e909";
}

/* line 64, app/assets/stylesheets/font_psicon.scss */
.icon-ps-chevron-up:before {
  content: "\e90a";
}

/* line 67, app/assets/stylesheets/font_psicon.scss */
.icon-ps-close:before {
  content: "\e90b";
}

/* line 70, app/assets/stylesheets/font_psicon.scss */
.icon-ps-comment:before {
  content: "\e90c";
}

/* line 73, app/assets/stylesheets/font_psicon.scss */
.icon-ps-download:before {
  content: "\e90d";
}

/* line 76, app/assets/stylesheets/font_psicon.scss */
.icon-ps-image:before {
  content: "\e90e";
}

/* line 79, app/assets/stylesheets/font_psicon.scss */
.icon-ps-learning:before {
  content: "\e90f";
}

/* line 82, app/assets/stylesheets/font_psicon.scss */
.icon-ps-like-filled:before {
  content: "\e910";
}

/* line 85, app/assets/stylesheets/font_psicon.scss */
.icon-ps-like:before {
  content: "\e911";
}

/* line 88, app/assets/stylesheets/font_psicon.scss */
.icon-ps-link:before {
  content: "\e912";
}

/* line 91, app/assets/stylesheets/font_psicon.scss */
.icon-ps-menu:before {
  content: "\e913";
}

/* line 94, app/assets/stylesheets/font_psicon.scss */
.icon-ps-newsfeed:before {
  content: "\e914";
}

/* line 97, app/assets/stylesheets/font_psicon.scss */
.icon-ps-resources:before {
  content: "\e915";
}

/* line 100, app/assets/stylesheets/font_psicon.scss */
.icon-ps-star:before {
  content: "\e916";
}

/* line 1, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote {
  padding: 1.25rem 0 1.25rem 2rem;
  margin: 0;
  border: none;
  border-left: none;
  color: var(--ps-quote-tone) !important;
  font-style: normal;
  background: transparent;
  position: relative;
}

/* line 10, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .75rem;
  bottom: .75rem;
  border-left: solid 5px var(--ps-quote-tone);
}

/* line 20, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote > p[data-ps-quote-role="quote"],
blockquote.ps-pathstone-quote > p[data-ps-quote-role="quote"] *:not(a) {
  font-family: var(--secondary-italic) !important;
  font-style: italic;
  font-size: 1.5rem !important;
  line-height: 1.167 !important;
  letter-spacing: 0 !important;
  color: inherit !important;
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote > p[data-ps-quote-role="quote"] + p[data-ps-quote-role="quote"],
blockquote.ps-pathstone-quote > p[data-ps-quote-role="quote"] *:not(a) + p[data-ps-quote-role="quote"] {
  margin-top: 1rem;
}

/* line 35, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote > p[data-ps-quote-role="attribution"],
blockquote.ps-pathstone-quote > p[data-ps-quote-role="attribution"] *:not(a) {
  font-family: var(--primary) !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  color: inherit !important;
  margin-top: 1rem;
  margin-bottom: 0;
}

/* line 47, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote > p[data-ps-quote-role="attribution"]:empty {
  display: none;
}

/* line 51, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote > p[data-ps-quote-role="attribution"]:not(:empty)::before {
  content: '— ';
}

/* line 64, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote--blue {
  --ps-quote-tone: var(--ps-bright-blue-06);
}

/* line 64, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote--plum {
  --ps-quote-tone: var(--ps-plum-04);
}

/* line 64, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote--black {
  --ps-quote-tone: var(--ps-black);
}

/* line 64, app/assets/stylesheets/blockquote.scss */
blockquote.ps-pathstone-quote--brick {
  --ps-quote-tone: var(--ps-brick);
}

/* line 3, app/assets/stylesheets/bullet_list.scss */
.new-post-content ul > li {
  padding-left: 2.1875rem;
}

/* line 6, app/assets/stylesheets/bullet_list.scss */
.new-post-content ul > li::before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1 / 1;
  border: solid 1px var(--ps-black);
  border-radius: 50%;
  position: absolute;
  left: 0.8125rem;
  top: 0.625rem;
}

/* line 21, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list {
  padding-left: 0;
  list-style: none;
  counter-reset: my-list 0;
}

/* line 26, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list > li {
  padding-left: 2.5rem;
  counter-increment: my-list;
}

/* line 30, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list > li::before {
  content: counter(my-list, decimal-leading-zero) " ";
  color: var(--ps-ol-marker);
  font-family: var(--primary-black);
  position: absolute;
  left: 0;
  top: 0;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='2'], .new-post-content ol.ps-post-ordered-list[start="2"] {
  counter-reset: my-list 1;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='3'], .new-post-content ol.ps-post-ordered-list[start="3"] {
  counter-reset: my-list 2;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='4'], .new-post-content ol.ps-post-ordered-list[start="4"] {
  counter-reset: my-list 3;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='5'], .new-post-content ol.ps-post-ordered-list[start="5"] {
  counter-reset: my-list 4;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='6'], .new-post-content ol.ps-post-ordered-list[start="6"] {
  counter-reset: my-list 5;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='7'], .new-post-content ol.ps-post-ordered-list[start="7"] {
  counter-reset: my-list 6;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='8'], .new-post-content ol.ps-post-ordered-list[start="8"] {
  counter-reset: my-list 7;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='9'], .new-post-content ol.ps-post-ordered-list[start="9"] {
  counter-reset: my-list 8;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='10'], .new-post-content ol.ps-post-ordered-list[start="10"] {
  counter-reset: my-list 9;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='11'], .new-post-content ol.ps-post-ordered-list[start="11"] {
  counter-reset: my-list 10;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='12'], .new-post-content ol.ps-post-ordered-list[start="12"] {
  counter-reset: my-list 11;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='13'], .new-post-content ol.ps-post-ordered-list[start="13"] {
  counter-reset: my-list 12;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='14'], .new-post-content ol.ps-post-ordered-list[start="14"] {
  counter-reset: my-list 13;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='15'], .new-post-content ol.ps-post-ordered-list[start="15"] {
  counter-reset: my-list 14;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='16'], .new-post-content ol.ps-post-ordered-list[start="16"] {
  counter-reset: my-list 15;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='17'], .new-post-content ol.ps-post-ordered-list[start="17"] {
  counter-reset: my-list 16;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='18'], .new-post-content ol.ps-post-ordered-list[start="18"] {
  counter-reset: my-list 17;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='19'], .new-post-content ol.ps-post-ordered-list[start="19"] {
  counter-reset: my-list 18;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='20'], .new-post-content ol.ps-post-ordered-list[start="20"] {
  counter-reset: my-list 19;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='21'], .new-post-content ol.ps-post-ordered-list[start="21"] {
  counter-reset: my-list 20;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='22'], .new-post-content ol.ps-post-ordered-list[start="22"] {
  counter-reset: my-list 21;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='23'], .new-post-content ol.ps-post-ordered-list[start="23"] {
  counter-reset: my-list 22;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='24'], .new-post-content ol.ps-post-ordered-list[start="24"] {
  counter-reset: my-list 23;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='25'], .new-post-content ol.ps-post-ordered-list[start="25"] {
  counter-reset: my-list 24;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='26'], .new-post-content ol.ps-post-ordered-list[start="26"] {
  counter-reset: my-list 25;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='27'], .new-post-content ol.ps-post-ordered-list[start="27"] {
  counter-reset: my-list 26;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='28'], .new-post-content ol.ps-post-ordered-list[start="28"] {
  counter-reset: my-list 27;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='29'], .new-post-content ol.ps-post-ordered-list[start="29"] {
  counter-reset: my-list 28;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='30'], .new-post-content ol.ps-post-ordered-list[start="30"] {
  counter-reset: my-list 29;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='31'], .new-post-content ol.ps-post-ordered-list[start="31"] {
  counter-reset: my-list 30;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='32'], .new-post-content ol.ps-post-ordered-list[start="32"] {
  counter-reset: my-list 31;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='33'], .new-post-content ol.ps-post-ordered-list[start="33"] {
  counter-reset: my-list 32;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='34'], .new-post-content ol.ps-post-ordered-list[start="34"] {
  counter-reset: my-list 33;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='35'], .new-post-content ol.ps-post-ordered-list[start="35"] {
  counter-reset: my-list 34;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='36'], .new-post-content ol.ps-post-ordered-list[start="36"] {
  counter-reset: my-list 35;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='37'], .new-post-content ol.ps-post-ordered-list[start="37"] {
  counter-reset: my-list 36;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='38'], .new-post-content ol.ps-post-ordered-list[start="38"] {
  counter-reset: my-list 37;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='39'], .new-post-content ol.ps-post-ordered-list[start="39"] {
  counter-reset: my-list 38;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='40'], .new-post-content ol.ps-post-ordered-list[start="40"] {
  counter-reset: my-list 39;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='41'], .new-post-content ol.ps-post-ordered-list[start="41"] {
  counter-reset: my-list 40;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='42'], .new-post-content ol.ps-post-ordered-list[start="42"] {
  counter-reset: my-list 41;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='43'], .new-post-content ol.ps-post-ordered-list[start="43"] {
  counter-reset: my-list 42;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='44'], .new-post-content ol.ps-post-ordered-list[start="44"] {
  counter-reset: my-list 43;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='45'], .new-post-content ol.ps-post-ordered-list[start="45"] {
  counter-reset: my-list 44;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='46'], .new-post-content ol.ps-post-ordered-list[start="46"] {
  counter-reset: my-list 45;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='47'], .new-post-content ol.ps-post-ordered-list[start="47"] {
  counter-reset: my-list 46;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='48'], .new-post-content ol.ps-post-ordered-list[start="48"] {
  counter-reset: my-list 47;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='49'], .new-post-content ol.ps-post-ordered-list[start="49"] {
  counter-reset: my-list 48;
}

/* line 41, app/assets/stylesheets/bullet_list.scss */
.new-post-content ol.ps-post-ordered-list[start='50'], .new-post-content ol.ps-post-ordered-list[start="50"] {
  counter-reset: my-list 49;
}

/* line 48, app/assets/stylesheets/bullet_list.scss */
.new-post-content .admin-tiptap-editor--posts .ProseMirror > ul,
.new-post-content .admin-tiptap-editor--posts .ProseMirror > ol,
.new-post-content .admin-tiptap-editor--academy_posts .ProseMirror > ul,
.new-post-content .admin-tiptap-editor--academy_posts .ProseMirror > ol {
  margin: 0;
}

/* line 55, app/assets/stylesheets/bullet_list.scss */
.new-post-content ul,
.new-post-content ol {
  font-family: var(--primary);
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  list-style: none;
  padding: .5rem 0;
  margin: 0;
}

/* line 68, app/assets/stylesheets/bullet_list.scss */
.new-post-content ul p,
.new-post-content ol p {
  margin: 0;
}

/* line 72, app/assets/stylesheets/bullet_list.scss */
.new-post-content ul li,
.new-post-content ol li {
  position: relative;
  margin: 0;
}

/* line 89, app/assets/stylesheets/bullet_list.scss */
ol.ps-post-ordered-list.ps-ol--c-black {
  --ps-ol-marker: var(--pathstone-black);
}

/* line 89, app/assets/stylesheets/bullet_list.scss */
ol.ps-post-ordered-list.ps-ol--c-moss {
  --ps-ol-marker: var(--ps-moss);
}

/* line 89, app/assets/stylesheets/bullet_list.scss */
ol.ps-post-ordered-list.ps-ol--c-brick {
  --ps-ol-marker: var(--ps-brick);
}

/* line 89, app/assets/stylesheets/bullet_list.scss */
ol.ps-post-ordered-list.ps-ol--c-red {
  --ps-ol-marker: var(--ps-red);
}

/* line 89, app/assets/stylesheets/bullet_list.scss */
ol.ps-post-ordered-list.ps-ol--c-gray-07 {
  --ps-ol-marker: var(--ps-gray-07);
}

/* line 89, app/assets/stylesheets/bullet_list.scss */
ol.ps-post-ordered-list.ps-ol--c-plum {
  --ps-ol-marker: var(--ps-plum);
}

/* line 3, app/assets/stylesheets/img_vid.scss */
.new-post-content .post-content-video,
.new-post-content .post-content-image {
  padding: .75rem 0;
  margin: 0;
}

/* line 8, app/assets/stylesheets/img_vid.scss */
.new-post-content .post-content-video .post-content-video-vid,
.new-post-content .post-content-video .post-content-image-img,
.new-post-content .post-content-image .post-content-video-vid,
.new-post-content .post-content-image .post-content-image-img {
  display: block;
  height: auto;
}

/* line 13, app/assets/stylesheets/img_vid.scss */
.new-post-content .post-content-video .post-content-video-vid + figcaption:not(class),
.new-post-content .post-content-video .post-content-image-img + figcaption:not(class),
.new-post-content .post-content-image .post-content-video-vid + figcaption:not(class),
.new-post-content .post-content-image .post-content-image-img + figcaption:not(class) {
  font-family: var(--primary);
  font-size: 0.875rem;
  line-height: 1;
  margin-top: .75rem;
  padding-top: .25rem;
}

/* line 22, app/assets/stylesheets/img_vid.scss */
.new-post-content .post-content-video .post-content-video-vid,
.new-post-content .post-content-image .post-content-video-vid {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: contain;
}

/* line 28, app/assets/stylesheets/img_vid.scss */
.new-post-content .video-caption-container,
.new-post-content .image-caption-container {
  padding-top: .25rem;
}

/* line 31, app/assets/stylesheets/img_vid.scss */
.new-post-content .video-caption-container:empty,
.new-post-content .image-caption-container:empty {
  display: none;
}

/* line 1, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table {
  padding: .75rem 0;
}

/* line 4, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 .5rem;
  border-top: 0.0625rem solid var(--pathstone-black);
  border-bottom: solid 0.0625rem var(--pathstone-black);
}

/* line 12, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table table td,
.post-resource-table table th {
  width: auto !important;
  text-align: left;
  padding: .5rem 0;
  vertical-align: middle;
  word-break: break-word;
}

/* line 20, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table table td p,
.post-resource-table table th p {
  margin: 0;
}

/* line 24, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table table td:first-child,
.post-resource-table table th:first-child {
  width: 3.25rem !important;
  padding-left: .5rem;
}

/* line 30, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table table td {
  border-top: solid 0.0625rem var(--pathstone-black);
  border-bottom: solid 0.0625rem var(--pathstone-black);
}

/* line 38, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table table tr:hover td,
.post-resource-table table tr:hover th {
  background: var(--ps-gray-01);
  border-top: solid 0.0625rem var(--pathstone-red);
  border-bottom: solid 0.0625rem var(--pathstone-red);
}

/* line 48, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table .audio-player-wrap,
.post-resource-table .external-link-title,
.post-resource-table .meeting-title,
.post-resource-table .download-title {
  color: var(--ps-red) !important;
  font-size: 1.25rem;
  line-height: 1;
}

/* line 57, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table p[data-ps-row-role="title"],
.post-resource-table .ps-resource-row__subtitle,
.post-resource-table p[data-ps-row-role="subtitle"] {
  margin: 0;
}

/* line 64, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table p[data-ps-row-role="title"]:empty:not([data-ps-row-gap]) {
  display: none;
}

/* line 68, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table p[data-ps-row-role="title"][data-ps-row-gap] {
  min-height: 0.75rem;
}

/* line 72, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table p[data-ps-row-role="subtitle"],
.post-resource-table .ps-resource-row__subtitle {
  font-family: var(--primary);
  line-height: 1.2;
  color: var(--ps-red);
}

/* line 79, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table p[data-ps-row-role="subtitle"]:empty,
.post-resource-table .ps-resource-row__subtitle:empty {
  display: none;
}

/* line 84, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table .audio-player-wrap {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding-right: .5rem;
}

/* line 90, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table .audio-player-wrap audio {
  width: 100%;
}

/* line 96, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table .external-link-title a {
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/post_content_resource_table.scss */
.post-resource-table .external-link-title a:hover {
  color: var(--ps-black);
}

/* line 106, app/assets/stylesheets/post_content_resource_table.scss */
.ps-resource-row__icon {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pathstone-red);
  color: var(--ps-white);
  line-height: 1;
}

/* line 118, app/assets/stylesheets/post_content_resource_table.scss */
.ps-resource-row__icon [class^="icon-ps-"],
.ps-resource-row__icon [class*=" icon-ps-"] {
  display: inline-block;
  font-size: 1.125rem;
  color: currentColor;
}

/* line 125, app/assets/stylesheets/post_content_resource_table.scss */
.ps-resource-row__icon [class^="icon-ps-"]::before,
.ps-resource-row__icon [class*=" icon-ps-"]::before {
  display: block;
}

/* line 9, app/assets/stylesheets/post_content_spacer.scss */
.ps-spacer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

/* line 19, app/assets/stylesheets/post_content_spacer.scss */
.ps-spacer--s {
  height: 0.75rem;
}

/* line 19, app/assets/stylesheets/post_content_spacer.scss */
.ps-spacer--m {
  height: 1.25rem;
}

/* line 19, app/assets/stylesheets/post_content_spacer.scss */
.ps-spacer--l {
  height: 1.5rem;
}

/* line 19, app/assets/stylesheets/post_content_spacer.scss */
.ps-spacer--xl {
  height: 2rem;
}

/* line 19, app/assets/stylesheets/post_content_spacer.scss */
.ps-spacer--xxl {
  height: 3rem;
}

/* line 24, app/assets/stylesheets/post_content_spacer.scss */
.tiptap-editor .ProseMirror .ps-spacer.ProseMirror-selectednode,
.ProseMirror .ps-spacer.ProseMirror-selectednode {
  outline: 0.0625rem dashed var(--pathstone-red);
  outline-offset: 0;
}

/* line 1, app/assets/stylesheets/dividers.scss */
.hr {
  border-top: solid 15px var(--ps-white);
  border-bottom: solid 16px var(--ps-white);
  border-left: 0;
  border-right: 0;
  padding-top: 1px;
  background: transparent;
  margin: 0;
  box-shadow: 0 10px 0 var(--ps-black) inset;
}

/* line 11, app/assets/stylesheets/dividers.scss */
.hr-lg {
  padding-top: 5px;
}

/* line 15, app/assets/stylesheets/dividers.scss */
.hr-white {
  box-shadow: 0 10px 0 var(--ps-white) inset;
}

/* line 19, app/assets/stylesheets/dividers.scss */
.hr-plum {
  box-shadow: 0 10px 0 var(--ps-plum) inset;
}

/* line 23, app/assets/stylesheets/dividers.scss */
.hr-lb {
  box-shadow: 0 10px 0 var(--ps-light-blue) inset;
}

/* line 27, app/assets/stylesheets/dividers.scss */
.hr-gold {
  box-shadow: 0 10px 0 var(--ps-gold) inset;
}

/* line 31, app/assets/stylesheets/dividers.scss */
.hr-moss {
  box-shadow: 0 10px 0 var(--ps-moss) inset;
}

/* line 35, app/assets/stylesheets/dividers.scss */
.hr-brick {
  box-shadow: 0 10px 0 var(--ps-brick) inset;
}

/* line 39, app/assets/stylesheets/dividers.scss */
.hr-red {
  box-shadow: 0 10px 0 var(--ps-red) inset;
}

/* line 43, app/assets/stylesheets/dividers.scss */
.hr-gray {
  box-shadow: 0 10px 0 var(--ps-gray) inset;
}

/* line 2, app/assets/stylesheets/indentation.scss */
[data-ps-indent="1"] {
  --ps-indent: calc(var(--indentation) + 0.5rem * 1);
}

/* line 2, app/assets/stylesheets/indentation.scss */
[data-ps-indent="2"] {
  --ps-indent: calc(var(--indentation) + 0.5rem * 2);
}

/* line 2, app/assets/stylesheets/indentation.scss */
[data-ps-indent="3"] {
  --ps-indent: calc(var(--indentation) + 0.5rem * 3);
}

/* line 2, app/assets/stylesheets/indentation.scss */
[data-ps-indent="4"] {
  --ps-indent: calc(var(--indentation) + 0.5rem * 4);
}

/* line 2, app/assets/stylesheets/indentation.scss */
[data-ps-indent="5"] {
  --ps-indent: calc(var(--indentation) + 0.5rem * 5);
}

/* line 2, app/assets/stylesheets/indentation.scss */
[data-ps-indent="6"] {
  --ps-indent: calc(var(--indentation) + 0.5rem * 6);
}

/* line 2, app/assets/stylesheets/indentation.scss */
[data-ps-indent="7"] {
  --ps-indent: calc(var(--indentation) + 0.5rem * 7);
}

/* line 2, app/assets/stylesheets/indentation.scss */
[data-ps-indent="8"] {
  --ps-indent: calc(var(--indentation) + 0.5rem * 8);
}

/* line 7, app/assets/stylesheets/indentation.scss */
[data-ps-indent] {
  margin-left: var(--ps-indent, 0rem) !important;
  position: relative;
}

/* line 25, app/assets/stylesheets/indentation.scss */
[data-ps-indent]::after {
  content: '';
  position: absolute;
  left: calc(var(--ps-indent, 0rem) * -1);
  top: 0;
  bottom: 0;
  width: var(--ps-indent, 0rem);
  pointer-events: auto;
}

/* line 36, app/assets/stylesheets/indentation.scss */
.tiptap-image[data-ps-indent],
figure.post-content-image[data-ps-indent],
figure.post-content-video[data-ps-indent],
.post-content-video.video-extension-container[data-ps-indent],
.post-content-carousel[data-ps-indent] {
  box-sizing: border-box;
  max-width: calc(100% - var(--ps-indent, 0rem));
}

/* line 45, app/assets/stylesheets/indentation.scss */
.tiptap.ProseMirror .tiptap-image[data-ps-indent] {
  width: calc(100% - var(--ps-indent, 0rem));
}

/* line 6, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content a,
.admin-tiptap-editor--posts .ProseMirror a,
.admin-tiptap-editor--academy_posts .ProseMirror a {
  color: var(--ps-red) !important;
}

/* line 8, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content a *,
.admin-tiptap-editor--posts .ProseMirror a *,
.admin-tiptap-editor--academy_posts .ProseMirror a * {
  color: var(--ps-red) !important;
}

/* line 12, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content a:hover,
.admin-tiptap-editor--posts .ProseMirror a:hover,
.admin-tiptap-editor--academy_posts .ProseMirror a:hover {
  color: var(--ps-black) !important;
}

/* line 14, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content a:hover *,
.admin-tiptap-editor--posts .ProseMirror a:hover *,
.admin-tiptap-editor--academy_posts .ProseMirror a:hover * {
  color: var(--ps-black) !important;
}

/* line 30, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-post-style-heading + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-heading + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-heading + .ps-pathstone-quote {
  margin-top: 1.25rem;
}

/* line 43, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-post-style-heading + .post-content-video, .new-post-content .ps-post-style-heading + .post-content-image,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-heading + .post-content-video,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-heading + .post-content-image,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-heading + .post-content-video,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-heading + .post-content-image {
  margin-top: 1.25rem;
}

/* line 48, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-post-style-heading + .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-heading + .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-heading + .post-content-carousel {
  margin-top: 1.25rem;
}

/* line 52, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-post-style-heading + .post-resource-table,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-heading + .post-resource-table,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-heading + .post-resource-table {
  margin-top: 1.25rem;
}

/* line 72, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-post-style-subheading + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-subheading + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-subheading + .ps-pathstone-quote {
  margin-top: 1.25rem;
}

/* line 85, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-post-style-subheading + .post-content-video, .new-post-content .ps-post-style-subheading + .post-content-image,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-subheading + .post-content-video,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-subheading + .post-content-image,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-subheading + .post-content-video,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-subheading + .post-content-image {
  margin-top: 1.25rem;
}

/* line 90, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-post-style-subheading + .post-resource-table,
.admin-tiptap-editor--posts .ProseMirror .ps-post-style-subheading + .post-resource-table,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-post-style-subheading + .post-resource-table {
  margin-top: 1.25rem;
}

/* line 102, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-pathstone-quote + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + .ps-post-style-heading {
  margin-top: 1.5rem;
}

/* line 106, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-pathstone-quote + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + .ps-post-style-subheading {
  margin-top: 1.25rem;
}

/* line 118, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-pathstone-quote + ul, .new-post-content .ps-pathstone-quote + ol,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + ul,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + ol,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + ul,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + ol {
  margin-top: .5rem;
}

/* line 123, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-pathstone-quote + .post-content-video, .new-post-content .ps-pathstone-quote + .post-content-image,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + .post-content-video,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + .post-content-image,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + .post-content-video,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + .post-content-image {
  margin-top: 1.25rem;
}

/* line 128, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-pathstone-quote + .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + .post-content-carousel {
  margin-top: 1.25rem;
}

/* line 133, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-pathstone-quote + .post-resource-table,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + .post-resource-table,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + .post-resource-table {
  margin-top: 1.25rem;
}

/* line 138, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .ps-pathstone-quote + > p,
.admin-tiptap-editor--posts .ProseMirror .ps-pathstone-quote + > p,
.admin-tiptap-editor--academy_posts .ProseMirror .ps-pathstone-quote + > p {
  margin-top: .5rem;
}

/* line 146, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .hr + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror .hr + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror .hr + .ps-post-style-heading {
  margin-top: 1rem;
}

/* line 150, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .hr + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror .hr + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror .hr + .ps-post-style-subheading {
  margin-top: .75rem;
}

/* line 172, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .hr + .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror .hr + .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror .hr + .post-content-carousel {
  margin-top: .5rem;
}

/* line 189, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content ul + .ps-post-style-heading, .new-post-content ol + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror ul + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror ol + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror ul + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror ol + .ps-post-style-heading {
  margin-top: 1.25rem;
}

/* line 193, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content ul + .ps-post-style-subheading, .new-post-content ol + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror ul + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror ol + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror ul + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror ol + .ps-post-style-subheading {
  margin-top: 1.25rem;
}

/* line 197, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content ul + .ps-pathstone-quote, .new-post-content ol + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror ul + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror ol + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror ul + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror ol + .ps-pathstone-quote {
  margin-top: .5rem;
}

/* line 201, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content ul + .hr, .new-post-content ol + .hr,
.admin-tiptap-editor--posts .ProseMirror ul + .hr,
.admin-tiptap-editor--posts .ProseMirror ol + .hr,
.admin-tiptap-editor--academy_posts .ProseMirror ul + .hr,
.admin-tiptap-editor--academy_posts .ProseMirror ol + .hr {
  margin-top: .5rem;
}

/* line 210, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content ul + .post-content-video, .new-post-content ul + .post-content-image, .new-post-content ol + .post-content-video, .new-post-content ol + .post-content-image,
.admin-tiptap-editor--posts .ProseMirror ul + .post-content-video,
.admin-tiptap-editor--posts .ProseMirror ul + .post-content-image,
.admin-tiptap-editor--posts .ProseMirror ol + .post-content-video,
.admin-tiptap-editor--posts .ProseMirror ol + .post-content-image,
.admin-tiptap-editor--academy_posts .ProseMirror ul + .post-content-video,
.admin-tiptap-editor--academy_posts .ProseMirror ul + .post-content-image,
.admin-tiptap-editor--academy_posts .ProseMirror ol + .post-content-video,
.admin-tiptap-editor--academy_posts .ProseMirror ol + .post-content-image {
  margin-top: 1.25rem;
}

/* line 219, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content ul + .post-resource-table, .new-post-content ol + .post-resource-table,
.admin-tiptap-editor--posts .ProseMirror ul + .post-resource-table,
.admin-tiptap-editor--posts .ProseMirror ol + .post-resource-table,
.admin-tiptap-editor--academy_posts .ProseMirror ul + .post-resource-table,
.admin-tiptap-editor--academy_posts .ProseMirror ol + .post-resource-table {
  margin-top: 1.25rem;
}

/* line 223, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content ul + p, .new-post-content ol + p,
.admin-tiptap-editor--posts .ProseMirror ul + p,
.admin-tiptap-editor--posts .ProseMirror ol + p,
.admin-tiptap-editor--academy_posts .ProseMirror ul + p,
.admin-tiptap-editor--academy_posts .ProseMirror ol + p {
  margin-top: 1.25rem;
}

/* line 228, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content ul li .post-content-carousel, .new-post-content ol li .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror ul li .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror ol li .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror ul li .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror ol li .post-content-carousel {
  padding-top: .75rem;
}

/* line 237, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-video + .ps-post-style-heading,
.new-post-content .post-content-image + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror .post-content-video + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror .post-content-image + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-video + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-image + .ps-post-style-heading {
  margin-top: 1.25rem;
}

/* line 241, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-video + .ps-post-style-subheading,
.new-post-content .post-content-image + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror .post-content-video + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror .post-content-image + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-video + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-image + .ps-post-style-subheading {
  margin-top: 1.25rem;
}

/* line 245, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-video + .ps-pathstone-quote,
.new-post-content .post-content-image + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror .post-content-video + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror .post-content-image + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-video + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-image + .ps-pathstone-quote {
  margin-top: 1.25rem;
}

/* line 263, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-video + .post-content-carousel,
.new-post-content .post-content-image + .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror .post-content-video + .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror .post-content-image + .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-video + .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-image + .post-content-carousel {
  margin-top: 1.25rem;
}

/* line 279, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-video .ps-post-style-caption,
.new-post-content .post-content-image .ps-post-style-caption,
.admin-tiptap-editor--posts .ProseMirror .post-content-video .ps-post-style-caption,
.admin-tiptap-editor--posts .ProseMirror .post-content-image .ps-post-style-caption,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-video .ps-post-style-caption,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-image .ps-post-style-caption {
  margin-top: .75rem;
}

/* line 288, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-carousel + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror .post-content-carousel + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-carousel + .ps-post-style-heading {
  margin-top: 1.25rem;
}

/* line 292, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-carousel + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror .post-content-carousel + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-carousel + .ps-post-style-subheading {
  margin-top: 1.25rem;
}

/* line 296, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-carousel + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror .post-content-carousel + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-carousel + .ps-pathstone-quote {
  margin-top: 1.25rem;
}

/* line 314, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-carousel + .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror .post-content-carousel + .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-carousel + .post-content-carousel {
  margin-top: 1.25rem;
}

/* line 330, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-content-carousel .ps-post-style-caption,
.admin-tiptap-editor--posts .ProseMirror .post-content-carousel .ps-post-style-caption,
.admin-tiptap-editor--academy_posts .ProseMirror .post-content-carousel .ps-post-style-caption {
  margin-top: .75rem;
}

/* line 339, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-resource-table + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror .post-resource-table + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror .post-resource-table + .ps-post-style-heading {
  margin-top: 1.25rem;
}

/* line 343, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-resource-table + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror .post-resource-table + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror .post-resource-table + .ps-post-style-subheading {
  margin-top: 1.25rem;
}

/* line 347, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-resource-table + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror .post-resource-table + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror .post-resource-table + .ps-pathstone-quote {
  margin-top: .5rem;
}

/* line 351, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-resource-table + .hr,
.admin-tiptap-editor--posts .ProseMirror .post-resource-table + .hr,
.admin-tiptap-editor--academy_posts .ProseMirror .post-resource-table + .hr {
  margin-top: .5rem;
}

/* line 360, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-resource-table + .post-content-video, .new-post-content .post-resource-table + .post-content-image,
.admin-tiptap-editor--posts .ProseMirror .post-resource-table + .post-content-video,
.admin-tiptap-editor--posts .ProseMirror .post-resource-table + .post-content-image,
.admin-tiptap-editor--academy_posts .ProseMirror .post-resource-table + .post-content-video,
.admin-tiptap-editor--academy_posts .ProseMirror .post-resource-table + .post-content-image {
  margin-top: 1.25rem;
}

/* line 365, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content .post-resource-table + .post-content-carousel,
.admin-tiptap-editor--posts .ProseMirror .post-resource-table + .post-content-carousel,
.admin-tiptap-editor--academy_posts .ProseMirror .post-resource-table + .post-content-carousel {
  margin-top: 1.25rem;
}

/* line 382, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content > p + .ps-post-style-heading,
.admin-tiptap-editor--posts .ProseMirror > p + .ps-post-style-heading,
.admin-tiptap-editor--academy_posts .ProseMirror > p + .ps-post-style-heading {
  margin-top: 1.25rem;
}

/* line 386, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content > p + .ps-post-style-subheading,
.admin-tiptap-editor--posts .ProseMirror > p + .ps-post-style-subheading,
.admin-tiptap-editor--academy_posts .ProseMirror > p + .ps-post-style-subheading {
  margin-top: 1.25rem;
}

/* line 390, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content > p + .ps-pathstone-quote,
.admin-tiptap-editor--posts .ProseMirror > p + .ps-pathstone-quote,
.admin-tiptap-editor--academy_posts .ProseMirror > p + .ps-pathstone-quote {
  margin-top: .5rem;
}

/* line 394, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content > p + .hr,
.admin-tiptap-editor--posts .ProseMirror > p + .hr,
.admin-tiptap-editor--academy_posts .ProseMirror > p + .hr {
  margin-top: .5rem;
}

/* line 403, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content > p + .post-content-video, .new-post-content > p + .post-content-image,
.admin-tiptap-editor--posts .ProseMirror > p + .post-content-video,
.admin-tiptap-editor--posts .ProseMirror > p + .post-content-image,
.admin-tiptap-editor--academy_posts .ProseMirror > p + .post-content-video,
.admin-tiptap-editor--academy_posts .ProseMirror > p + .post-content-image {
  margin-top: 1.25rem;
}

/* line 412, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content > p + .post-resource-table,
.admin-tiptap-editor--posts .ProseMirror > p + .post-resource-table,
.admin-tiptap-editor--academy_posts .ProseMirror > p + .post-resource-table {
  margin-top: 1.25rem;
}

/* line 416, app/assets/stylesheets/post_content_css_override.scss */
.new-post-content > p + p,
.admin-tiptap-editor--posts .ProseMirror > p + p,
.admin-tiptap-editor--academy_posts .ProseMirror > p + p {
  margin-top: -0.5rem;
}

/* line 19, app/assets/stylesheets/new_rich_text.scss */
.new-post-content {
  white-space: unset !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.25rem;
  line-height: 1.2;
}

/* line 27, app/assets/stylesheets/new_rich_text.scss */
.new-post-content a {
  text-decoration: none;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/new_rich_text.scss */
.new-post-content a:not([class]) {
  color: var(--ps-red);
  text-decoration: none;
  transition: 0.3s;
}

/* line 36, app/assets/stylesheets/new_rich_text.scss */
.new-post-content a:not([class]):hover {
  color: var(--ps-black);
}

/* line 41, app/assets/stylesheets/new_rich_text.scss */
.new-post-content a:focus-visible {
  outline: none;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/three_dots_loader.scss */
.load-more-frame {
  display: block;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/three_dots_loader.scss */
.loader {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* the dots */
/* line 15, app/assets/stylesheets/three_dots_loader.scss */
.loader > span {
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--loader-dot);
  opacity: 0;
  /* start hidden */
  animation: dotPulse 1.2s linear infinite;
}

/* staggered delays → 1, then 2, then 3 */
/* line 25, app/assets/stylesheets/three_dots_loader.scss */
.loader > span:nth-child(1) {
  animation-delay: 0s;
}

/* line 26, app/assets/stylesheets/three_dots_loader.scss */
.loader > span:nth-child(2) {
  animation-delay: .2s;
}

/* line 27, app/assets/stylesheets/three_dots_loader.scss */
.loader > span:nth-child(3) {
  animation-delay: .4s;
}

/* show/hide each dot (on/off), giving a 1-by-1 feel */
@keyframes dotPulse {
  0%, 20% {
    opacity: 0;
    transform: scale(0.6);
  }
  30%, 60% {
    opacity: 1;
    transform: scale(1);
  }
  70%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
/* line 1, app/assets/stylesheets/academy.scss */
.accordion-title {
  font-family: var(--primary-black);
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 0;
  cursor: pointer;
  border-top: 5px solid var(--pathstone-black);
  transition: all 1s ease;
  padding: 17px 60px 17px 0;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/academy.scss */
  .accordion-title {
    font-size: 24px;
  }
}

/* line 16, app/assets/stylesheets/academy.scss */
.accordion-title::before, .accordion-title::after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  height: 5px;
  width: 20px;
  background-color: var(--pathstone-red);
}

/* line 30, app/assets/stylesheets/academy.scss */
.accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
}

/* line 34, app/assets/stylesheets/academy.scss */
.accordion-title.active {
  background-color: #FFF9F7;
}

/* line 36, app/assets/stylesheets/academy.scss */
.accordion-title.active::after {
  width: 30px;
  transform: translateY(-50%) rotate(0deg);
}

/* line 43, app/assets/stylesheets/academy.scss */
.accordion-panel {
  height: 0;
  overflow: hidden;
  transition: height 1s ease-out;
  background: linear-gradient(180deg, #FFF9F7 0%, rgba(255, 249, 247, 0.2) 100%);
  padding-right: 36px;
}

/* line 54, app/assets/stylesheets/academy.scss */
.academy-header-section {
  padding: 15px 0 50px 0;
}

/* line 58, app/assets/stylesheets/academy.scss */
.academy-content {
  border-bottom: 5px solid var(--pathstone-black);
  margin-bottom: 100px;
}

/* line 63, app/assets/stylesheets/academy.scss */
.academy-main-title {
  font-size: 48px;
  font-family: var(--primary-black);
  line-height: 1.33;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  /* line 63, app/assets/stylesheets/academy.scss */
  .academy-main-title {
    font-size: 24px;
  }
}

/* line 74, app/assets/stylesheets/academy.scss */
.academy-intro {
  font-size: 24px;
  line-height: 1.16667;
  max-width: 692px;
}

@media (max-width: 767px) {
  /* line 74, app/assets/stylesheets/academy.scss */
  .academy-intro {
    font-size: 16px;
  }
}

/* line 83, app/assets/stylesheets/academy.scss */
.academy-post-block {
  display: grid;
  grid-template-columns: auto 180px;
  grid-column-gap: 45px;
  border-top: solid 1px #00000040;
  padding-top: 50px;
}

@media (max-width: 767px) {
  /* line 83, app/assets/stylesheets/academy.scss */
  .academy-post-block {
    grid-template-columns: 1fr;
  }
}

/* line 95, app/assets/stylesheets/academy.scss */
.academy-section-description {
  padding: 15px 15px 40px 65px;
  max-width: 700px;
  font-size: 24px;
  line-height: 1.16;
}

@media (max-width: 767px) {
  /* line 95, app/assets/stylesheets/academy.scss */
  .academy-section-description {
    font-size: 16px;
  }
}

/* line 106, app/assets/stylesheets/academy.scss */
.academy-post-title {
  font-size: 40px;
  font-family: var(--primary-black);
  line-height: 1.1;
  padding: 0 0 20px 0;
  margin-left: 6.66%;
}

@media (max-width: 767px) {
  /* line 106, app/assets/stylesheets/academy.scss */
  .academy-post-title {
    font-size: 24px;
  }
}

/* line 117, app/assets/stylesheets/academy.scss */
.academy-post-description {
  font-size: 24px;
  line-height: 1.16667;
  padding: 0 0 20px 0;
  margin-left: 15.15%;
  max-width: 665px;
}

@media (max-width: 767px) {
  /* line 117, app/assets/stylesheets/academy.scss */
  .academy-post-description {
    font-size: 16px;
  }
}

/* line 128, app/assets/stylesheets/academy.scss */
.academy-post-media-container {
  margin-bottom: 35px;
}

/* line 131, app/assets/stylesheets/academy.scss */
.academy-post-media-container video {
  aspect-ratio: 946 / 715;
}

/* line 136, app/assets/stylesheets/academy.scss */
.academy-post-rich-content {
  margin-left: 15.4%;
  max-width: 665px;
  margin-bottom: 40px;
}

/* line 142, app/assets/stylesheets/academy.scss */
.academy-post-media-audio,
.academy-post-media-video,
.academy-post-media-image {
  width: 100%;
  height: auto;
}

/* line 150, app/assets/stylesheets/academy.scss */
.what-youll-learn {
  padding-top: 15px;
  border-top: 1px solid var(--pathstone-black);
}

/* line 155, app/assets/stylesheets/academy.scss */
.learn-header {
  font-family: var(--primary-black);
  padding-bottom: 10px;
}

/* line 160, app/assets/stylesheets/academy.scss */
.learn-content {
  line-height: 1;
  padding-bottom: 15px;
}

/* line 166, app/assets/stylesheets/academy.scss */
.learn-time {
  padding: 10px 0;
  border-top: 1px solid var(--pathstone-black);
}

/* line 171, app/assets/stylesheets/academy.scss */
.learn-time-label {
  font-family: var(--secondary-italic);
  font-style: italic;
}

/* line 176, app/assets/stylesheets/academy.scss */
.learn-time-value {
  font-family: var(--primary-black);
}

/* line 180, app/assets/stylesheets/academy.scss */
.academy-post-engagement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 5px solid var(--pathstone-black);
  padding-top: 15px;
  font-size: 24px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 180, app/assets/stylesheets/academy.scss */
  .academy-post-engagement {
    gap: 20px;
    justify-content: stretch;
    font-size: 16px;
  }
}

/* line 196, app/assets/stylesheets/academy.scss */
.engagement-actions {
  display: flex;
  justify-content: space-between;
}

/* line 201, app/assets/stylesheets/academy.scss */
.related-academy-container {
  border-top: 1px solid var(--pathstone-black);
  padding-top: 10px;
}

/* line 206, app/assets/stylesheets/academy.scss */
.related-academy-title {
  font-family: var(--primary-black);
  padding-bottom: 10px;
}

/* line 211, app/assets/stylesheets/academy.scss */
.related-academy-link {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  margin-left: 40px;
  color: var(--pathstone-red);
  position: relative;
}

/* line 218, app/assets/stylesheets/academy.scss */
.related-academy-link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--pathstone-red);
  border-right: 2px solid var(--pathstone-red);
  position: absolute;
  left: -20px;
  top: 3px;
}

/* line 230, app/assets/stylesheets/academy.scss */
.related-academy-link::after {
  content: "";
  display: block;
  width: 15px;
  border-top: 2px solid var(--pathstone-red);
  position: absolute;
  transform: rotate(-45deg);
  left: -22px;
  top: 8px;
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 3, app/assets/stylesheets/announcement.scss */
.announcements-column {
  flex-shrink: 0;
  padding: 1rem 1rem 2.5rem 1rem;
  background-color: var(--ps-gray-01);
  position: relative;
  margin-top: .75rem;
}

@media (min-width: 960px) {
  /* line 3, app/assets/stylesheets/announcement.scss */
  .announcements-column {
    width: 16.75rem;
  }
}

@media (max-width: 959px) {
  /* line 3, app/assets/stylesheets/announcement.scss */
  .announcements-column {
    display: none !important;
  }
}

/* line 18, app/assets/stylesheets/announcement.scss */
.announcements-column * {
  word-wrap: break-word;
}

/* line 23, app/assets/stylesheets/announcement.scss */
.announcement-heading {
  color: var(--ps-gray-07);
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-bottom: .25rem;
}

/* line 34, app/assets/stylesheets/announcement.scss */
.activity-heading,
.recently-added-heading {
  color: var(--ps-gray-07);
  font-family: Calibre;
  font-size: .875rem;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: .75rem 0;
}

/* line 45, app/assets/stylesheets/announcement.scss */
.announcement-item--empty {
  color: var(--ps-gold-07);
  font-family: var(--secondary-italic);
  font-style: italic;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: .25rem;
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 1rem;
}

/* line 58, app/assets/stylesheets/announcement.scss */
.recently-added-list {
  margin-bottom: 1.5rem;
}

/* line 62, app/assets/stylesheets/announcement.scss */
.announcement-list {
  border-bottom: solid 0.25rem var(--ps-black);
  padding: .75rem 0;
  margin-bottom: 1.25rem;
}

/* line 68, app/assets/stylesheets/announcement.scss */
.activity-list {
  border-bottom: solid 0.25rem var(--ps-black);
  margin-bottom: 1.25rem;
}

/* line 73, app/assets/stylesheets/announcement.scss */
.announcement-item {
  background-color: var(--ps-white);
  margin-bottom: 1rem;
  padding: .75rem;
}

/* line 80, app/assets/stylesheets/announcement.scss */
.activity-item,
.recently-added-item {
  margin: 0 0 1rem 0;
}

/* line 85, app/assets/stylesheets/announcement.scss */
.announcement-title {
  margin-bottom: .75rem;
  font-family: var(--secondary-italic);
  font-style: italic;
  line-height: 1;
  color: var(--ps-gold-07);
  font-size: 1rem;
  line-height: 1.25;
}

/* line 93, app/assets/stylesheets/announcement.scss */
.announcement-title p {
  margin: 0;
}

/* line 98, app/assets/stylesheets/announcement.scss */
.announcement-preview-badge {
  display: inline-block;
  background-color: var(--pathstone-red);
  color: #fff;
  font-size: .625rem;
  line-height: 1;
  padding: .25rem .5rem;
  border-radius: .25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--primary-medium);
  font-weight: normal;
  margin-bottom: .5rem;
}

/* line 113, app/assets/stylesheets/announcement.scss */
.announcement-page-preview-badge {
  display: inline-block;
  background-color: var(--pathstone-red);
  color: #fff;
  font-size: .625rem;
  line-height: 1;
  padding: .25rem .5rem;
  border-radius: .25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--primary-medium);
  font-weight: normal;
  margin-bottom: .5rem;
}

/* line 128, app/assets/stylesheets/announcement.scss */
.activity-title {
  font-size: .875rem;
  line-height: 1;
}

/* line 133, app/assets/stylesheets/announcement.scss */
.recently-added-title {
  margin-bottom: .25rem;
  font-family: var(--secondary-italic);
  font-style: italic;
  line-height: 1;
}

/* line 140, app/assets/stylesheets/announcement.scss */
.recently-added-start-date {
  color: var(--ps-gray);
  font-size: .75rem;
  line-height: 1.33;
}

/* line 146, app/assets/stylesheets/announcement.scss */
.activity-cta-link {
  display: block;
  color: var(--ps-black);
  transition: .4s;
  position: relative;
}

/* line 152, app/assets/stylesheets/announcement.scss */
.activity-cta-link .activity-cta-link-icon {
  position: absolute;
  left: 0;
  top: .15rem;
  opacity: 0;
  transition: .4s;
  color: var(--ps-red);
  font-size: .725rem;
  transform: translateX(-100%);
}

/* line 163, app/assets/stylesheets/announcement.scss */
.activity-cta-link:hover {
  padding-left: 1.5rem;
}

/* line 165, app/assets/stylesheets/announcement.scss */
.activity-cta-link:hover .activity-cta-link-icon {
  opacity: 1;
  transform: translateX(0);
}

/* line 172, app/assets/stylesheets/announcement.scss */
.activity-start-date {
  color: var(--ps-gray);
  font-size: .75rem;
  line-height: 1.3334;
}

/* line 178, app/assets/stylesheets/announcement.scss */
.announcement-description {
  line-height: 1;
  margin-bottom: 1rem;
}

/* line 181, app/assets/stylesheets/announcement.scss */
.announcement-description p {
  margin-bottom: .5rem;
}

/* line 186, app/assets/stylesheets/announcement.scss */
.announcement-start-date {
  color: var(--ps-gray);
  font-size: .75rem;
  line-height: 1.3334;
}

/* line 192, app/assets/stylesheets/announcement.scss */
.announcement-cta-container {
  margin-bottom: .25rem;
  font-family: var(--primary-black);
  line-height: 1;
}

/* line 198, app/assets/stylesheets/announcement.scss */
.announcement-see-all {
  display: block;
}

/* line 200, app/assets/stylesheets/announcement.scss */
.announcement-see-all .icon-arrow-back {
  display: inline-block;
  transform: rotate(135deg);
  vertical-align: middle;
  font-size: .8em;
}

/* line 210, app/assets/stylesheets/announcement.scss */
.announcements-page {
  display: flex;
  gap: 1.25rem;
}

/* line 215, app/assets/stylesheets/announcement.scss */
.announcements-page-header {
  margin-bottom: 1.125rem;
}

@media (max-width: 959px) {
  /* line 215, app/assets/stylesheets/announcement.scss */
  .announcements-page-header {
    margin-top: 1rem;
  }
}

/* line 222, app/assets/stylesheets/announcement.scss */
.announcements-page-title {
  font-family: var(--primary-black);
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
}

/* line 230, app/assets/stylesheets/announcement.scss */
.announcement-page-item + .announcement-page-item {
  border-top: solid 0.0625rem var(--ps-black);
  padding-top: 1rem;
  margin-top: 1.5rem;
}

/* line 237, app/assets/stylesheets/announcement.scss */
.announcement-item-title {
  font-family: var(--secondary-italic);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: .75rem;
}

/* line 243, app/assets/stylesheets/announcement.scss */
.announcement-item-title p {
  margin: 0;
}

/* line 248, app/assets/stylesheets/announcement.scss */
.announcement-page-dates {
  color: var(--ps-gray);
  font-size: .75rem;
  line-height: 1;
}

/* line 254, app/assets/stylesheets/announcement.scss */
.announcement-page-description {
  font-size: .875rem;
  line-height: 1;
  margin-bottom: .5rem;
}

/* line 260, app/assets/stylesheets/announcement.scss */
.announcement-page-cta-container {
  font-family: var(--primary-black);
  font-size: .875rem;
  line-height: 1;
  margin-bottom: .25rem;
}

/* line 268, app/assets/stylesheets/announcement.scss */
.announcements-page-list-container .announcement-show-separator {
  display: none;
}

/* line 274, app/assets/stylesheets/announcement.scss */
.announcement-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
}

/* line 286, app/assets/stylesheets/announcement.scss */
.announcement-modal.show {
  display: flex;
}

/* line 292, app/assets/stylesheets/announcement.scss */
.announcement-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 301, app/assets/stylesheets/announcement.scss */
.announcement-modal-content {
  position: relative;
  background: #fff;
  max-width: 42.5rem;
  max-height: 80vh;
  overflow-y: auto;
  padding: 5rem;
  z-index: 10001;
  margin: 0 auto;
}

/* line 312, app/assets/stylesheets/announcement.scss */
.announcement-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: var(--pathstone-black);
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 329, app/assets/stylesheets/announcement.scss */
.announcement-modal-close:hover {
  opacity: 0.7;
}

/* line 334, app/assets/stylesheets/announcement.scss */
.announcement-modal-header {
  margin-bottom: 1.5rem;
  padding-right: 2.5rem;
}

/* line 339, app/assets/stylesheets/announcement.scss */
.announcement-modal-title {
  font-family: var(--secondary-italic);
  font-style: italic;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 2rem 0;
  font-weight: normal;
}

/* line 348, app/assets/stylesheets/announcement.scss */
.announcement-modal-description {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #333;
}

/* line 354, app/assets/stylesheets/announcement.scss */
.announcement-modal-description * {
  word-wrap: break-word;
}

/* line 358, app/assets/stylesheets/announcement.scss */
.announcement-modal-description p {
  margin: 0 0 1rem 0;
}

/* line 361, app/assets/stylesheets/announcement.scss */
.announcement-modal-description p:last-child {
  margin-bottom: 0;
}

/* line 367, app/assets/stylesheets/announcement.scss */
.announcement-modal-cta-link {
  display: inline-block;
  color: var(--pathstone-red);
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
}

/* line 377, app/assets/stylesheets/announcement.scss */
.announcements-page-container {
  flex-grow: 1;
}

/* line 381, app/assets/stylesheets/announcement.scss */
.announcements-show-page-title {
  font-size: .75rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--ps-red);
  margin-bottom: .75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 394, app/assets/stylesheets/announcement.scss */
.announcements-show-page {
  padding: 3.5rem 0 3rem 0;
}

@media (max-width: 959px) {
  /* line 394, app/assets/stylesheets/announcement.scss */
  .announcements-show-page {
    padding: 2.5rem 0 5rem 0;
  }
}

/* line 401, app/assets/stylesheets/announcement.scss */
.announcements-show-page .announcement-page-item {
  display: flex;
  flex-direction: column;
}

/* line 406, app/assets/stylesheets/announcement.scss */
.announcements-show-page .announcement-item-title {
  order: 1;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

/* line 413, app/assets/stylesheets/announcement.scss */
.announcements-show-page .announcement-page-dates {
  order: 2;
  color: var(--ps-black);
  font-size: .875rem;
  margin-bottom: 2rem;
}

/* line 420, app/assets/stylesheets/announcement.scss */
.announcements-show-page .announcement-show-separator {
  order: 3;
}

/* line 424, app/assets/stylesheets/announcement.scss */
.announcements-show-page .announcement-page-description {
  order: 4;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: .75rem;
  margin-bottom: 3rem;
}

/* line 432, app/assets/stylesheets/announcement.scss */
.announcements-show-page .announcement-page-cta-container {
  order: 5;
  font-family: var(--secondary-italic);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
/* Minimal structural hooks for the feed search dropdown.
   Visual polish is intentionally deferred. */
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 5, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search {
  flex-grow: 1;
}

/* line 9, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-input {
  appearance: none;
  width: 100%;
  height: 2rem;
  padding: .5rem .5rem .5rem .75rem;
  outline: none;
  border: none;
  border-bottom: solid 1px var(--ps-gray-02);
  font-size: .875rem;
  background-color: var(--ps-white) !important;
}

@media (max-width: 959px) {
  /* line 9, app/assets/stylesheets/feed_search_dropdown.scss */
  .feed-search-input {
    font-size: 16px;
  }
}

/* line 24, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-input:focus {
  border-bottom-color: var(--ps-red);
  background-color: var(--ps-white) !important;
}

/* line 29, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'><path fill='%23A39382' d='M9.629 1.4a.686.686 0 0 1 .97.971L6.97 6l3.63 3.629a.686.686 0 0 1-.971.97L6 6.97 2.371 10.6a.686.686 0 0 1-.97-.971L5.03 6 1.4 2.371a.686.686 0 0 1 .971-.97L6 5.03z'/></svg>") no-repeat center;
}

/* line 39, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown[hidden] {
  display: none;
}

/* line 43, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown {
  position: absolute;
  top: calc(100% - .5rem);
  left: 0;
  right: 0;
  z-index: 50;
  background-color: var(--ps-white);
}

/* Show 4 items by default and allow scrolling beyond that.
   (Assumes each item is roughly the same height.) */
/* line 54, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-results {
  max-height: 30rem;
  overflow: auto;
  border-radius: 2px;
  /* Shadow medium */
  box-shadow: 0 24px 24px -12px rgba(62, 68, 80, 0.02), 0 12px 12px -6px rgba(62, 68, 80, 0.02), 0 6px 6px -3px rgba(62, 68, 80, 0.02), 0 3px 3px -1.5px rgba(62, 68, 80, 0.02), 0 1px 1px -0.5px rgba(62, 68, 80, 0.02);
}

/* line 63, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1rem;
  border-top: 1px solid var(--ps-gray-02);
}

/* line 69, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item:hover {
  background-color: var(--ps-gray-01);
}

/* line 73, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item:first-child {
  border-top: none;
}

/* line 78, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-media {
  width: 5rem;
  aspect-ratio: 1 / 1;
  background: var(--ps-gray-02);
  color: var(--ps-red);
  flex-shrink: 0;
}

/* line 85, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-media img,
.feed-search-dropdown-item-media video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* line 94, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-media-placeholder {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* line 102, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-media-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* line 108, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-main {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 113, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-icon {
  width: 2rem;
  color: var(--ps-gray-02);
  font-size: 1rem;
}

/* line 119, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-eyebrow {
  font-size: .75rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--ps-red);
  margin-bottom: .5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

/* line 131, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-title {
  font-family: var(--primary-medium);
  font-size: 1rem;
  line-height: 1;
  color: var(--ps-black);
  margin-bottom: .75rem;
}

/* line 139, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-submeta {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  color: var(--ps-black);
  line-height: 1;
}

/* line 148, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-date {
  color: var(--ps-black);
  font-size: .75rem;
}

/* line 153, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-pill {
  display: inline-flex;
  align-items: center;
  height: 1.375rem;
  padding: 0 8px;
  border-radius: .25rem;
  border: 1px solid var(--ps-gray-02);
  background: var(--ps-white);
  color: var(--ps-gray-06);
  font-size: .875rem;
}

/* line 165, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-item-pill--preview {
  border-color: var(--pathstone-red);
  color: var(--pathstone-red);
}

/* line 170, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-results-count {
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ps-gray-07);
  border-bottom: 1px solid var(--ps-gray-02);
  background-color: var(--ps-white);
  position: sticky;
  top: 0;
}

/* Gives the infinite-scroll sentinel a real box so IntersectionObserver can fire reliably. */
/* line 184, app/assets/stylesheets/feed_search_dropdown.scss */
.feed-search-dropdown-sentinel {
  min-height: .5rem;
  flex-shrink: 0;
}
/* line 4, app/assets/stylesheets/deep_linking.scss */
.academy-show-page :target {
  animation: highlight-fade 2s ease-out;
}

/* line 9, app/assets/stylesheets/deep_linking.scss */
.academy-show-page .accordion-title {
  scroll-margin-top: 20px;
}

/* line 14, app/assets/stylesheets/deep_linking.scss */
.academy-show-page .academy-post-block {
  scroll-margin-top: 20px;
}

/* line 19, app/assets/stylesheets/deep_linking.scss */
.academy-show-page .accordion-panel {
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/deep_linking.scss */
.academy-show-page {
  scroll-behavior: smooth;
}

@keyframes highlight-fade {
  0% {
    background-color: rgba(255, 230, 230, 0.5);
  }
  100% {
    background-color: transparent;
  }
}

/* line 40, app/assets/stylesheets/deep_linking.scss */
.link-copied-notification {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

/* line 56, app/assets/stylesheets/deep_linking.scss */
.link-copied-notification.show {
  bottom: 20px;
}

/* line 60, app/assets/stylesheets/deep_linking.scss */
.notification-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 66, app/assets/stylesheets/deep_linking.scss */
.notification-content i {
  color: #4CAF50;
}

/* line 71, app/assets/stylesheets/deep_linking.scss */
.copy-link {
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/deep_linking.scss */
.copy-link:hover {
  opacity: 0.8;
}
/* Styles for Markdown token-based formatting
   - Place this file in the asset pipeline (Sprockets/webpacker) and include
     it in your main application stylesheet.
   - These provide example classes used by TOKEN_MAP in MarkdownProcessor.
*/
/* line 7, app/assets/stylesheets/markdown_tokens.scss */
.md-color {
  display: inline;
}

/* line 8, app/assets/stylesheets/markdown_tokens.scss */
.md-color--red {
  color: var(--pathstone-red);
}

/* line 9, app/assets/stylesheets/markdown_tokens.scss */
.md-color--blue {
  color: var(--pathstone-blue);
}
/* line 8, app/assets/stylesheets/plyr.scss */
.plyr {
  --plyr-color-main: var(--pathstone-red);
  --plyr-video-control-color: var(--pathstone-white);
  --plyr-video-control-color-hover: var(--pathstone-white);
  --plyr-video-control-background-hover: var(--pathstone-red);
  --plyr-audio-control-color: var(--pathstone-black);
  --plyr-audio-control-color-hover: var(--pathstone-white);
  --plyr-range-fill-background: var(--pathstone-red);
  --plyr-badge-background: var(--pathstone-red);
  --plyr-badge-text-color: var(--pathstone-white);
  --plyr-captions-background: rgba(0, 0, 0, 0.82);
  --plyr-captions-text-color: #ffffff;
  --plyr-control-icon-size: 18px;
  --plyr-control-spacing: 10px;
  --plyr-control-radius: 4px;
  --plyr-tooltip-background: var(--pathstone-black);
  --plyr-tooltip-color: var(--pathstone-white);
  --plyr-tooltip-radius: 4px;
  --plyr-font-family: var(--primary), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --plyr-font-size-base: 14px;
  --plyr-font-size-small: 12px;
  --plyr-font-weight-regular: 400;
  --plyr-font-weight-bold: 500;
}

/* line 35, app/assets/stylesheets/plyr.scss */
.plyr--video {
  max-width: 100%;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/plyr.scss */
.plyr--video .plyr__video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 46, app/assets/stylesheets/plyr.scss */
.plyr--video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background-color: var(--pathstone-black);
  display: block;
}

/* line 55, app/assets/stylesheets/plyr.scss */
.plyr--video .plyr__time,
.plyr--video .plyr__time--current,
.plyr--video .plyr__time--duration {
  color: var(--ps-white) !important;
}

/* line 63, app/assets/stylesheets/plyr.scss */
.plyr--audio {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  background: var(--pathstone-yield-bg);
}

/* line 69, app/assets/stylesheets/plyr.scss */
.plyr--audio .plyr__controls {
  background: transparent;
  padding: 10px 14px;
}

/* line 74, app/assets/stylesheets/plyr.scss */
.plyr--audio .plyr__time,
.plyr--audio .plyr__time--current,
.plyr--audio .plyr__time--duration {
  color: var(--ps-black) !important;
}

/* line 82, app/assets/stylesheets/plyr.scss */
.plyr .plyr__controls {
  border-radius: 0 0 8px 8px;
}

/* line 89, app/assets/stylesheets/plyr.scss */
.plyr .plyr__captions {
  color: #ffffff !important;
}

/* line 93, app/assets/stylesheets/plyr.scss */
.plyr .plyr__caption {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.82) !important;
}

/* line 99, app/assets/stylesheets/plyr.scss */
.plyr.plyr--youtube iframe, .plyr.plyr--vimeo iframe {
  filter: none !important;
}

/* line 106, app/assets/stylesheets/plyr.scss */
.plyr.plyr--youtube [data-plyr='captions'] {
  display: inline-block;
}

/* line 111, app/assets/stylesheets/plyr.scss */
.plyr .plyr__progress__container {
  flex: 1;
}

/* line 117, app/assets/stylesheets/plyr.scss */
.plyr .plyr__progress input[type=range]::-webkit-slider-thumb {
  background: var(--pathstone-red);
  border: 2px solid var(--pathstone-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* line 123, app/assets/stylesheets/plyr.scss */
.plyr .plyr__progress input[type=range]::-moz-range-thumb {
  background: var(--pathstone-red);
  border: 2px solid var(--pathstone-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* line 134, app/assets/stylesheets/plyr.scss */
.plyr .plyr__volume input[type=range]::-webkit-slider-thumb {
  background: var(--pathstone-red);
}

/* line 138, app/assets/stylesheets/plyr.scss */
.plyr .plyr__volume input[type=range]::-moz-range-thumb {
  background: var(--pathstone-red);
}

/* line 145, app/assets/stylesheets/plyr.scss */
.plyr .plyr__control--overlaid {
  background: var(--pathstone-red);
  border-radius: 50%;
  padding: 18px;
}

/* line 150, app/assets/stylesheets/plyr.scss */
.plyr .plyr__control--overlaid:hover, .plyr .plyr__control--overlaid:focus {
  background: var(--pathstone-red-dark);
}

/* line 155, app/assets/stylesheets/plyr.scss */
.plyr .plyr__control--overlaid svg {
  width: 24px;
  height: 24px;
}

/* line 162, app/assets/stylesheets/plyr.scss */
.plyr .plyr__time {
  font-family: var(--primary), sans-serif;
  font-size: 13px;
  color: var(--pathstone-white);
}

/* line 169, app/assets/stylesheets/plyr.scss */
.plyr .plyr__tooltip {
  font-family: var(--primary), sans-serif;
}

/* line 174, app/assets/stylesheets/plyr.scss */
.plyr .plyr__menu__container {
  background: var(--pathstone-white);
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* line 179, app/assets/stylesheets/plyr.scss */
.plyr .plyr__menu__container .plyr__control {
  color: var(--pathstone-black);
}

/* line 182, app/assets/stylesheets/plyr.scss */
.plyr .plyr__menu__container .plyr__control:hover, .plyr .plyr__menu__container .plyr__control--pressed {
  background: var(--pathstone-red-light);
  color: var(--pathstone-red);
}

/* line 192, app/assets/stylesheets/plyr.scss */
.plyr__poster {
  width: auto;
  max-width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 200, app/assets/stylesheets/plyr.scss */
.plyr--loading .plyr__controls {
  opacity: 0.6;
}

/* line 206, app/assets/stylesheets/plyr.scss */
.plyr--fullscreen-active .plyr__controls {
  border-radius: 0;
}

/* line 213, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr,
.dark .plyr {
  --plyr-color-main: var(--pathstone-red);
  --plyr-video-control-color: var(--pathstone-white);
  --plyr-video-control-color-hover: var(--pathstone-white);
  --plyr-video-control-background-hover: var(--pathstone-red);
  --plyr-audio-control-color: var(--pathstone-black);
  --plyr-audio-control-color-hover: var(--pathstone-red);
  --plyr-tooltip-background: var(--pathstone-black);
  --plyr-tooltip-color: var(--pathstone-white);
  --plyr-captions-background: rgba(0, 0, 0, 0.82);
  --plyr-captions-text-color: #ffffff;
}

/* line 227, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__controls,
.dark .plyr .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: var(--pathstone-white);
}

/* line 232, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__control,
.dark .plyr .plyr__control {
  color: var(--pathstone-white);
}

/* line 236, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__control svg,
.dark .plyr .plyr__control svg {
  fill: var(--pathstone-white);
}

/* line 241, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__menu__container,
.dark .plyr .plyr__menu__container {
  background: var(--pathstone-white);
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* line 246, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__menu__container .plyr__control,
.dark .plyr .plyr__menu__container .plyr__control {
  color: var(--pathstone-black);
}

/* line 249, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__menu__container .plyr__control:hover, .dark .active_admin .plyr .plyr__menu__container .plyr__control--pressed,
.dark .plyr .plyr__menu__container .plyr__control:hover,
.dark .plyr .plyr__menu__container .plyr__control--pressed {
  background: var(--pathstone-red-light);
  color: var(--pathstone-red);
}

/* line 258, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr.plyr--audio,
.dark .plyr.plyr--audio {
  background: var(--pathstone-yield-bg);
}

/* line 261, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr.plyr--audio .plyr__controls,
.dark .plyr.plyr--audio .plyr__controls {
  background: transparent;
  color: var(--pathstone-black);
}

/* line 266, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr.plyr--audio .plyr__control,
.dark .active_admin .plyr.plyr--audio .plyr__control svg,
.dark .plyr.plyr--audio .plyr__control,
.dark .plyr.plyr--audio .plyr__control svg {
  color: var(--pathstone-black);
  fill: var(--pathstone-black);
}

/* line 272, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr.plyr--audio .plyr__time,
.dark .plyr.plyr--audio .plyr__time {
  color: var(--pathstone-black);
}

/* line 278, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__progress input[type=range]::-webkit-slider-thumb,
.dark .plyr .plyr__progress input[type=range]::-webkit-slider-thumb {
  background: var(--pathstone-red);
  border: 2px solid var(--pathstone-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* line 283, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__progress input[type=range]::-moz-range-thumb,
.dark .plyr .plyr__progress input[type=range]::-moz-range-thumb {
  background: var(--pathstone-red);
  border: 2px solid var(--pathstone-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* line 291, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__volume input[type=range]::-webkit-slider-thumb,
.dark .plyr .plyr__volume input[type=range]::-webkit-slider-thumb {
  background: var(--pathstone-red);
}

/* line 294, app/assets/stylesheets/plyr.scss */
.dark .active_admin .plyr .plyr__volume input[type=range]::-moz-range-thumb,
.dark .plyr .plyr__volume input[type=range]::-moz-range-thumb {
  background: var(--pathstone-red);
}
/* line 1, app/assets/stylesheets/dividers.scss */
.hr {
  border-top: solid 15px var(--ps-white);
  border-bottom: solid 16px var(--ps-white);
  border-left: 0;
  border-right: 0;
  padding-top: 1px;
  background: transparent;
  margin: 0;
  box-shadow: 0 10px 0 var(--ps-black) inset;
}

/* line 11, app/assets/stylesheets/dividers.scss */
.hr-lg {
  padding-top: 5px;
}

/* line 15, app/assets/stylesheets/dividers.scss */
.hr-white {
  box-shadow: 0 10px 0 var(--ps-white) inset;
}

/* line 19, app/assets/stylesheets/dividers.scss */
.hr-plum {
  box-shadow: 0 10px 0 var(--ps-plum) inset;
}

/* line 23, app/assets/stylesheets/dividers.scss */
.hr-lb {
  box-shadow: 0 10px 0 var(--ps-light-blue) inset;
}

/* line 27, app/assets/stylesheets/dividers.scss */
.hr-gold {
  box-shadow: 0 10px 0 var(--ps-gold) inset;
}

/* line 31, app/assets/stylesheets/dividers.scss */
.hr-moss {
  box-shadow: 0 10px 0 var(--ps-moss) inset;
}

/* line 35, app/assets/stylesheets/dividers.scss */
.hr-brick {
  box-shadow: 0 10px 0 var(--ps-brick) inset;
}

/* line 39, app/assets/stylesheets/dividers.scss */
.hr-red {
  box-shadow: 0 10px 0 var(--ps-red) inset;
}

/* line 43, app/assets/stylesheets/dividers.scss */
.hr-gray {
  box-shadow: 0 10px 0 var(--ps-gray) inset;
}
/* line 1, app/assets/stylesheets/custom_select.scss */
select.common-select {
  appearance: base-select;
  border-radius: 0;
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background-color: var(--ps-white);
  border-bottom: solid 1px var(--ps-gray-02);
  font-size: 0.875rem;
  line-height: 1;
  padding: .5rem .5rem .5rem .75rem;
}

/* line 14, app/assets/stylesheets/custom_select.scss */
select.common-select:focus {
  border-color: var(--ps-red);
}

/* line 18, app/assets/stylesheets/custom_select.scss */
select.common-select::picker(select) {
  appearance: base-select;
  background-color: var(--ps-white);
  border: none;
  border-radius: 2px;
  box-shadow: 0 24px 24px -12px rgba(62, 68, 80, 0.02), 0 12px 12px -6px rgba(62, 68, 80, 0.02), 0 6px 6px -3px rgba(62, 68, 80, 0.02), 0 3px 3px -1.5px rgba(62, 68, 80, 0.02), 0 1px 1px -0.5px rgba(62, 68, 80, 0.02);
  margin-top: -1px;
}

/* line 27, app/assets/stylesheets/custom_select.scss */
select.common-select::picker-icon {
  content: "";
  width: 1rem;
  transition: .5s;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'><path fill='%23000' d='M9.447 3.498a.676.676 0 0 1 .955.955l-4.05 4.05a.676.676 0 0 1-.955 0l-4.05-4.05a.676.676 0 0 1 .956-.955L5.875 7.07z'/></svg>");
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 36, app/assets/stylesheets/custom_select.scss */
select.common-select:open::picker-icon {
  transform: scale(-1);
}

/* line 40, app/assets/stylesheets/custom_select.scss */
select.common-select option {
  padding: .75rem 1rem;
  border-top: solid 1px var(--ps-gray-02);
}

/* line 44, app/assets/stylesheets/custom_select.scss */
select.common-select option:first-child {
  border-top: solid 1px var(--ps-red);
}

/* line 48, app/assets/stylesheets/custom_select.scss */
select.common-select option::checkmark {
  display: none;
}

/* line 52, app/assets/stylesheets/custom_select.scss */
select.common-select option:hover, select.common-select option:checked {
  background-color: var(--ps-gray-01);
}

/* line 59, app/assets/stylesheets/custom_select.scss */
.custom-dropdown {
  position: relative;
}

/* line 63, app/assets/stylesheets/custom_select.scss */
.custom-dropdown-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  min-height: 2rem;
  padding: .5rem .5rem .5rem .75rem;
  margin: 0;
  border: none;
  border-bottom: solid 1px var(--ps-gray-02);
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: .875rem;
  line-height: 1.2;
  color: var(--ps-black);
  text-align: left;
  outline: none;
}

/* line 83, app/assets/stylesheets/custom_select.scss */
.custom-dropdown-trigger:focus-visible {
  border-bottom-color: var(--ps-red);
}

/* line 88, app/assets/stylesheets/custom_select.scss */
.custom-dropdown.is-open .custom-dropdown-trigger {
  border-bottom-color: var(--ps-red);
}

/* line 92, app/assets/stylesheets/custom_select.scss */
.custom-dropdown-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

/* line 101, app/assets/stylesheets/custom_select.scss */
.custom-dropdown-chevron {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .625rem;
  color: var(--ps-black);
  transition: transform 0.2s ease;
}

/* line 111, app/assets/stylesheets/custom_select.scss */
.custom-dropdown.is-open .custom-dropdown-chevron {
  transform: scale(-1);
}

/* line 115, app/assets/stylesheets/custom_select.scss */
.custom-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 18rem;
  overflow: auto;
  margin: 0;
  padding: 0;
  z-index: 60;
  background-color: var(--ps-white);
  border-radius: 2px;
  box-shadow: 0 24px 24px -12px rgba(62, 68, 80, 0.06), 0 12px 12px -6px rgba(62, 68, 80, 0.04), 0 4px 8px -2px rgba(62, 68, 80, 0.06);
}

/* line 133, app/assets/stylesheets/custom_select.scss */
.custom-dropdown-option {
  display: block;
  width: 100%;
  margin: 0;
  padding: .75rem 1rem;
  border: none;
  border-top: 1px solid var(--ps-gray-02);
  background: var(--ps-white);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.25;
  color: var(--ps-black);
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* line 149, app/assets/stylesheets/custom_select.scss */
.custom-dropdown-option:first-child {
  border-top: none;
}

/* line 153, app/assets/stylesheets/custom_select.scss */
.custom-dropdown-option:hover, .custom-dropdown-option:focus-visible, .custom-dropdown-option.is-active {
  background-color: var(--ps-gray-01);
}
@media (min-width: 960px) {
  /* line 18, app/assets/stylesheets/mixin.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 24, app/assets/stylesheets/mixin.scss */
  .hide-mobile {
    display: none !important;
  }
}
