/*-- -------------------------- -->
<---          Content           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #content-1451 {
    padding: var(--sectionPadding);
  }
  #content-1451 .cs-container {
    width: 100%;
    max-width: 51.25rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sectionGap);
  }
  #content-1451 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content-1451 .cs-title,
  #content-1451 .cs-text {
    max-width: 100%;
  }
  #content-1451 .cs-text a {
    color: var(--primaryDark);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

/*-- -------------------------- -->
<---           About            -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #salphycon-about-section {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #salphycon-about-section .cs-container {
    width: 100%;
    max-width: 64rem;
    margin: auto;
  }
  #salphycon-about-section .cs-about-card {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid var(--lineColor);
    border-radius: 6px;
    box-shadow: var(--boxCardShadow);
    padding: 1.75rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #salphycon-about-section .cs-title {
    font-size: 0.6875rem;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primaryDark);
    margin: 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--lineColor);
    width: 100%;
  }
  #salphycon-about-section .cs-text {
    font-size: 0.9375rem;
    font-family: 'Figtree', sans-serif;
    color: var(--bodyTextColor);
    opacity: 0.8;
    line-height: 1.7;
    max-width: unset;
    text-align: left;
    margin: 0;
  }
  #salphycon-about-section .cs-about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
  }
  #salphycon-about-section .cs-filter {
    font-size: 0.6875rem;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondaryDark);
    background: var(--secondary);
    border-radius: 3px;
    padding: 0.2rem 0.55rem;
    line-height: 1.4;
  }
}

/*-- -------------------------- -->
<---          App Embed         -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #salphycon-app-section {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #salphycon-app-section .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #salphycon-app-section .cs-app-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }
  #salphycon-app-section .cs-title {
    font-size: 0.6875rem;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primaryDark);
    margin: 0;
  }
  #salphycon-app-section .cs-open-tab-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Figtree', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--secondaryDark);
    background: var(--secondary);
    border-radius: 4px;
    padding: 0.4rem 0.75rem;
    text-decoration: none;
    transition: opacity 0.2s;
  }
  #salphycon-app-section .cs-open-tab-link:hover {
    opacity: 0.75;
  }
  #salphycon-app-section .cs-open-tab-link img {
    opacity: 0.85;
  }
  #salphycon-app-section .line {
    width: 100%;
    max-width: unset;
    margin: 0;
    opacity: 0.6;
  }
  #salphycon-app-section .cs-app-frame-wrapper {
    width: 100%;
    border: 1px solid var(--lineColor);
    border-radius: 6px;
    box-shadow: var(--boxCardShadow);
    overflow: hidden;
    background: #fff;
  }
  #salphycon-app-section iframe {
    width: 100%;
    height: 75vh;
    min-height: 32rem;
    border: none;
    display: block;
  }
  #salphycon-app-section .cs-app-fallback {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8125rem;
    color: var(--bodyTextColor);
    opacity: 0.75;
    text-align: center;
    margin: 0;
  }
  #salphycon-app-section .cs-app-fallback a {
    color: var(--primaryDark);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #salphycon-app-section iframe {
    height: 80vh;
  }
}

/*-- -------------------------- -->
<---          Cite it           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #salphycon-cite-section {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #salphycon-cite-section .cs-container {
    width: 100%;
    max-width: 64rem;
    margin: auto;
  }
  #salphycon-cite-section .cs-cite-card {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid var(--lineColor);
    border-radius: 6px;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #salphycon-cite-section .cs-title {
    font-size: 0.6875rem;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primaryDark);
    margin: 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--lineColor);
    width: 100%;
  }
  #salphycon-cite-section .cs-text {
    font-size: 0.875rem;
    font-family: 'Figtree', sans-serif;
    color: var(--bodyTextColor);
    opacity: 0.75;
    line-height: 1.6;
    max-width: unset;
    text-align: left;
    margin: 0;
  }
  #salphycon-cite-section .cs-cite-list {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  #salphycon-cite-section .cs-cite-list li {
    font-size: 0.8125rem;
    font-family: 'Figtree', sans-serif;
    color: var(--bodyTextColor);
    opacity: 0.75;
    line-height: 1.6;
    text-align: left;
  }
  #salphycon-cite-section .cs-cite-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.25rem;
  }
  #salphycon-cite-section .cs-cite-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Figtree', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--primaryDark);
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s;
  }
  #salphycon-cite-section .cs-cite-links a:hover {
    opacity: 1;
  }
  #salphycon-cite-section .cs-cite-links img {
    opacity: 0.85;
  }
}
