.story-page{
 position: relative;
}

.story-listings form fieldset{
  border:none;
}

.story-listings .form-checkboxes{
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}

.story-tag a{
  text-decoration: none!important;
  cursor:default;
}
.story-body{
  max-width: 1000px;
  margin: auto;
  padding-top: 56px;
  padding-bottom: 28px;
}
.story-top-text{
  width: 1320px;
  gap: 8px;
  display: grid;
}

.story-top{
  display: flex;
  padding: 32px var(--spacing-module-sm-2xs, 56px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.story-tag{
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  cursor:auto;
  border-radius: var(--border-radius-md, 4px);
  border: var(--border-width-sm, 1px) solid var(--surface-disabled, #FAFAFA);
  background: var(--surface-primary, #F2F2F3);
  width: fit-content;
}

.story-body img{
  max-width: 1320px;
  max-height: 880px;
  left: -160px;
  position: relative;
  border-radius: var(--border-radius-lg, 8px);
  object-fit: cover;
  margin-top: 56px;
  margin-bottom: 56px;
}
.story-page h3,
.story-page h2,
.story-page h1{
  padding-bottom:32px;
}

@media only screen and (max-width: 1360px) {
  .story-body img{
    left: 0;
    max-width: 1000px;
    max-height: 600px;
  }
  .story-top-text{
    max-width: 1320px;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .story-page{
    top:0;
  }
  .story-top{
    padding-left:24px;
    padding-right:24px;
  }
  .story-body{
    padding:24px;
    padding-bottom: 72px;
  }
  .story-body img{
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
    max-height: 464px;
  }
}

@media only screen and (max-width: 743px) {
  .story-body img {
    max-height: 229px;
  }
  .story-body{
    padding-left: 16px;
    padding-right: 16px;
  }
}
