.header__sec-menu--btn svg {
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 48rem) {
  .header__sec-menu--btn svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.header__sec-menu--btn span {
  display: none;
}

@media (min-width: 48rem) {
  .header__sec-menu--btn span {
    display: inline;
  }
}
.header__sec-menu--btn.is-close .open {
  display: none;
}

.header__sec-menu--btn.is-close .close {
  display: inline;
}

.header__sec-menu--btn.is-open .close {
  display: none;
}

.header__sec-menu--btn.is-open .open {
  display: inline;
}

.header__sec-menu--panel {
  overflow-y: hidden;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  height: fit-content;
  visibility: hidden;
  padding-bottom: 2.5rem;
  display: none;
}

@media (min-width: 60rem) {
  .header__sec-menu--panel {
    padding: 2rem 3.5rem 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    column-gap: 3%;
    row-gap: 1rem;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 5.375rem);
  }
}
.header__sec-menu--panel .header__menu-content--col {
  border-bottom: solid 1px #ddd;
}

.header__sec-menu--panel .header__menu-content--col h3 {
  cursor: pointer;
  margin-bottom: 0;
}

@media (min-width: 60rem) {
  .header__sec-menu--panel .header__menu-content--col h3 {
    cursor: auto;
    padding: 0 !important;
  }
}
.header__sec-menu--panel .header__menu-content--col:last-child h3 {
  padding: 1.25rem 1.25rem 0;
}

.header__sec-menu--panel .header__menu-content--col:not(:last-child) h3 {
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__sec-menu--panel .header__menu-content--col:not(:last-child) h3:after {
  display: flex;
  align-items: center;
  justify-content: space-between;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDEzaC02djZoLTJ2LTZINXYtMmg2VjVoMnY2aDZ2MnoiLz48L3N2Zz4=");
}

@media (min-width: 60rem) {
  .header__sec-menu--panel .header__menu-content--col:not(:last-child) h3:after {
    display: none;
  }
}
.header__sec-menu--panel .header__menu-content--col:not(:last-child) > div {
  display: none;
}

@media (min-width: 60rem) {
  .header__sec-menu--panel .header__menu-content--col:not(:last-child) > div {
    display: flex;
  }
}
.header__sec-menu--panel .header__menu-content--col.is-open h3 {
  padding: 1.25rem 1.25rem 0;
}

.header__sec-menu--panel .header__menu-content--col.is-open h3:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDEzSDV2LTJoMTR2MnoiLz48L3N2Zz4=");
}

.header__sec-menu--panel .header__menu-content--col.is-open h3 + div {
  display: flex;
}

.header__sec-menu--panel .header__menu-content--col:last-child .col-content {
  flex-direction: column;
}

@media (min-width: 60rem) {
  .header__sec-menu--panel .header__menu-content--col {
    padding: 0;
    border-bottom: 0;
    height: fit-content;
  }
  .header__sec-menu--panel .header__menu-content--col h3 {
    cursor: auto;
    padding: 0;
  }
  .header__sec-menu--panel .header__menu-content--col h3 + div {
    margin-top: 1rem;
    padding: 0;
  }
}
.header__sec-menu--panel .header__menu-content--col .col-content {
  padding: 1.25rem;
}

@media (min-width: 60rem) {
  .header__sec-menu--panel .header__menu-content--col .col-content {
    padding: 0;
  }
}
.header__sec-menu--panel .header__menu-content--col:nth-child(n+4) {
  position: relative;
}

@media (min-width: 60rem) {
  .header__sec-menu--panel .header__menu-content--col:nth-child(n+4) {
    padding-left: 1rem;
    box-shadow: -1px 0px 0 0px rgba(0, 0, 0, 0.2);
  }
}
.header__sec-menu--panel h4 {
  display: flex;
  position: relative;
  font-family: var(--wp--preset--font-family--montserrat);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 700;
  line-height: 1.125rem;
  overflow: hidden;
}

.header__sec-menu--panel h4 span {
  font-size: 0.75rem;
}

@media (min-width: 81.5rem) {
  .header__sec-menu--panel h4 {
    font-size: 0.75rem;
    margin: 0.75rem 0 0.75rem 0;
    line-height: 1.5rem;
    border: none;
  }
  .header__sec-menu--panel h4:before {
    content: "";
  }
}
.header__sec-menu--panel p.description {
  font-size: 0.75rem;
}

.header__sec-menu--panel a:not(.title) {
  font-family: var(--wp--preset--font-family--pt-serif);
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
  margin: 0.5625rem 0;
}

@media (min-width: 81.5rem) {
  .header__sec-menu--panel a:not(.title) {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.header__sec-menu--panel img {
  display: block;
}

@media (min-width: 81.5rem) {
  .header__link-list {
    margin-bottom: 1.6875rem;
  }
}
.header__menu-content--sections {
  flex-direction: column;
}

.header__menu-content--section {
  position: relative;
  margin-bottom: 1rem;
}

.header__menu-content--section h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.header__menu-content--section p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}

.header__menu-content--section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: transparent;
  top: 0;
  left: -0.75rem;
  transition: all 150ms ease;
}

.header__menu-content--section:hover:before {
  background-color: var(--wp--preset--color--black);
}

.header__menu-content--col-title {
  font-family: var(--wp--preset--font-family--abril-fatface);
  font-style: italic !important;
  margin-bottom: 1.625rem;
}

@media (min-width: 60rem) {
  .header__menu-content--col-title {
    display: flex;
  }
  .header__menu-content--col-title + div {
    display: flex;
  }
}
.header__menu-content--col-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.625rem;
}

.header__menu-content--issue-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__menu-content--issue-thumb span {
  position: absolute;
  color: var(--wp--preset--color--primary);
}

.header__featured-content {
  border-bottom: solid 1px #ddd;
  padding: 1rem;
}

@media (min-width: 81.5rem) {
  .header__featured-content {
    grid-column: 3/5;
    padding: 1rem;
    border-bottom: none;
  }
}
.header__featured-content h4 {
  margin-bottom: 0.4375rem;
}

@media (min-width: 81.5rem) {
  .header__featured-content h4 {
    display: inline-block;
    line-height: 1.125rem;
    margin-top: 0;
    padding: 0;
  }
}
.header__featured-content--content {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  column-gap: 1rem;
}

.header__featured-content--content figure {
  margin-bottom: 0.5625rem;
}

.header__featured-content--content figure img {
  width: 100%;
}

.header__featured-content--content .feature-col {
  flex-basis: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 48rem) {
  .header__featured-content--content .feature-col {
    flex-basis: 33.33%;
    margin-bottom: 0;
  }
}
.header__featured-content--content a {
  display: block;
}

.header__recent-issues {
  padding: 1.25rem 1rem;
  border-bottom: solid 1px #ddd;
}

@media (min-width: 81.5rem) {
  .header__recent-issues {
    grid-column: 1/4;
    padding: 0;
    border-bottom: none;
  }
}
@media (min-width: 87.5rem) {
  .header__recent-issues {
    grid-column: 1/7;
  }
}
.header__recent-issues--title {
  margin-bottom: 1rem;
}

.header__recent-issues figure {
  margin-bottom: 0.3125rem;
}

.header__recent-issues figure img {
  width: 100%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.header__recent-issues--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}

.header__recent-issues--content > * {
  margin-bottom: 1rem;
}

@media (min-width: 81.5rem) {
  .header__recent-issues .sep {
    width: 1px;
    height: 1.5rem;
    background-color: var(--wp--preset--color--black);
  }
}
.header__recent-issues--links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__subscriber-collection {
  padding: 1rem;
}

@media (min-width: 81.5rem) {
  .header__subscriber-collection {
    grid-column: 4/7;
    margin-top: 3rem;
    padding: 0;
  }
}
@media (min-width: 87.5rem) {
  .header__subscriber-collection {
    grid-column: 1/7;
    margin-top: 0;
  }
}
.header__subscriber-collection--wrapper a {
  display: flex;
  background-color: var(--wp--preset--color--secondary);
}

.header__subscriber-collection--wrapper figure {
  margin-bottom: 0;
  flex-shrink: 1;
}

.header__subscriber-collection--wrapper img {
  width: auto;
  height: 100%;
  min-width: 8rem;
  object-fit: cover;
}

.header__subscriber-collection--content {
  width: 100%;
  padding: 1.4375rem 1.6875rem;
}

.header__subscriber-collection--content h4 {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
