/*PRINT FUNCTION*/
@media print {
  /* Hide everything */
  body * {
    visibility: hidden !important; }

  /* Show only the section you want */
  .rd-section.drop-down-list,
  .rd-section.drop-down-list * {
    visibility: visible !important; }

  /* Position the print section at top of page */
  .rd-section.drop-down-list {
    position: absolute;
    top: 0;
    left: 0; }

  /* Optional: hide headers if they are positioned elements */
  header, .site-header {
    display: none !important; } }
/* END PRINT FUNCTION */
/* GENERAL STYLES */
body.single-labels h1 span.subtitle {
  font-family: "swiss721condensed","Swiss721BT-RomanCondensed",sans-serif; }

/* END GENERAL STYLES */
/* DROP DOWN */
.rd-section.drop-down-list {
  text-align: center; }
  .rd-section.drop-down-list hr {
    background: #000;
    margin: 1em 0; }
  .rd-section.drop-down-list .inside {
    max-width: 780px; }
  .rd-section.drop-down-list .inside:after {
    content: "";
    border-bottom: 1px solid #000;
    width: 100%;
    display: block; }
  .rd-section.drop-down-list .toggle-link {
    padding: 0.5em 0;
    border-top: 1px solid #000;
    display: block; }
    .rd-section.drop-down-list .toggle-link h3 {
      font-size: 1.5em;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .rd-section.drop-down-list .toggle-link h3 i.fa {
        margin-left: 2rem; }
  .rd-section.drop-down-list .toggle-target {
    padding: 0.1em 1em 1em 1em;
    background-color: #efefef; }
    .rd-section.drop-down-list .toggle-target p {
      font-size: 1em;
      line-height: 1.2em;
      text-align: left; }
    .rd-section.drop-down-list .toggle-target h2.section {
      font-size: 1.6em;
      text-align: left; }

/* END DROP DOWN */
/* LABEL */
.label {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-top: 1px solid #000;
  padding: 1rem 0; }
  @media screen and (max-width: 568px) {
    .label {
      flex-direction: column; } }
  .label .label-thumbnail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex-shrink: 0; }
    @media screen and (max-width: 568px) {
      .label .label-thumbnail-wrapper {
        flex-direction: row;
        flex-wrap: wrap; } }
    .label .label-thumbnail-wrapper img.label-thumbnail, .label .label-thumbnail-wrapper img.cumulus {
      width: 120px;
      height: auto;
      object-fit: cover;
      flex-shrink: 0; }
      @media screen and (max-width: 568px) {
        .label .label-thumbnail-wrapper img.label-thumbnail, .label .label-thumbnail-wrapper img.cumulus {
          width: 100%; } }
  .label .label-meta {
    display: flex;
    flex-direction: column;
    gap: 2px; }
    .label .label-meta p {
      margin-top: 1rem;
      margin-bottom: 0; }
      .label .label-meta p:first-of-type {
        margin-top: 0; }
    .label .label-meta .artist-title, .label .label-meta .work-title {
      font-family: "swiss721medium", "Swiss721BT-Medium", helvetica, sans-serif;
      margin-bottom: 0px; }
      .label .label-meta .artist-title em, .label .label-meta .work-title em {
        font-family: 'Swiss721BT-MediumItalic', sans-serif; }
      .label .label-meta .artist-title .light, .label .label-meta .work-title .light {
        font-family: "swiss721light", "Swiss721BT-Light", helvetica, sans-serif !important; }
    .label .label-meta .date, .label .label-meta .materials {
      padding: 0px;
      margin: 0px; }
    .label .label-meta .credit {
      font-size: 80% !important; }
    .label .label-meta .extended-label {
      border: none;
      padding: 0px;
      margin-top: 1rem;
      margin-bottom: 0px; }

/* END LABEL */
