.content-card-drawer {
  border: 1px solid #CFCFD5;
  position: relative;
  height: 100%;
  min-height: 164px; }

.content-card-drawer__media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .content-card-drawer__media > * {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .content-card-drawer__media img {
    width: 100%;
    display: block; }

.content-card-drawer__icon {
  position: absolute;
  top: 10px;
  right: 0;
  width: 55px;
  height: 36px; }

.content-card-drawer__inner {
  border-top: 1px solid #CFCFD5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: min-height 300ms ease-in-out; }
  @media (min-width: 48em) {
    .content-card-drawer__inner {
      min-height: 164px;
      height: 100px; } }
  .content-card-drawer__inner .foreground-content {
    padding: 0;
    width: 100%;
    max-height: 164px;
    overflow: hidden; }
  .content-card-drawer__inner .button {
    max-height: 0;
    visibility: hidden;
    height: 1px;
    opacity: 0;
    transition: visibility 0s linear 0s, opacity 300ms, max-height 100ms cubic-bezier(1, 0, 1, 0);
    padding: 0;
    display: table; }
    @media (min-width: 48em) {
      .content-card-drawer__inner .button {
        max-height: initial;
        transition: 100ms opacity 200ms; } }
  .content-card-drawer.active .content-card-drawer__inner {
    min-height: 100%;
    border-top: 0;
    -ms-flex-pack: center;
    justify-content: center; }
    .content-card-drawer.active .content-card-drawer__inner .foreground-content {
      max-height: none; }
    .content-card-drawer.active .content-card-drawer__inner .button {
      height: auto;
      max-height: 100px;
      visibility: visible;
      opacity: 1;
      margin-top: 12px;
      padding: 10px 15px; }

.content-card__plus {
  width: 14px;
  height: 14px;
  transition: 300ms linear transform;
  background: url("../assets/icon-plus-small.svg") no-repeat 0 0;
  background-size: 14px; }
  @media (min-width: 37.5em) {
    .content-card__plus {
      position: absolute;
      bottom: 0;
      right: 0;
      top: initial;
      left: initial; } }
  .content-card-drawer.active .content-card__plus {
    transform: rotate(224deg); }

.more-elements {
  margin-top: 0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .more-elements .content-card__plus {
    margin-right: 0.5em; }
  @media (min-width: 37.5em) {
    .more-elements {
      position: absolute;
      bottom: 20px;
      right: 20px;
      margin-top: 0; }
      .more-elements .content-card__plus-text {
        display: none; }
      .more-elements .content-card__plus {
        margin-right: 0; } }
  .more-elements .content-card__plus-text {
    text-transform: uppercase; }

.content-card-drawer .heading {
  position: relative;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0; }
  .content-card-drawer .heading::after {
    background: #E9B226;
    content: '';
    display: block;
    height: 3px;
    width: 80px;
    margin: 15px 0; }
  .content-card-drawer .heading.centered-text::after {
    margin: 15px auto; }
  .content-card-drawer .heading::after {
    margin: 8px 0; }
  @media (min-width: 48em) {
    .content-card-drawer .heading {
      font-size: 2.2rem; } }

.content-card-drawer .subtitle {
  color: #141414;
  display: inline;
  white-space: normal; }
  .content-card-drawer .subtitle + .subtitle::before {
    content: '|'; }

.content-card-drawer .body--full,
.content-card-drawer.active .body--summary {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  display: block; }
  @media (min-width: 48em) {
    .content-card-drawer .body--full,
    .content-card-drawer.active .body--summary {
      position: static !important;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto;
      visibility: hidden;
      opacity: 0;
      max-height: 0;
      transition: visibility 3s linear 300ms, opacity 300ms, max-height 100ms cubic-bezier(0, 1, 0, 1); } }

.content-card-drawer .body-content {
  width: calc(100% - 20px); }

.content-card-drawer.active .body--full,
.content-card-drawer .body--summary {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  display: block; }
  @media (min-width: 48em) {
    .content-card-drawer.active .body--full,
    .content-card-drawer .body--summary {
      position: static !important;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto;
      visibility: visible;
      opacity: 1;
      max-height: 500px;
      transition: visibility 0s linear 0s, opacity 300ms, max-height 100ms cubic-bezier(1, 0, 1, 0);
      transition-delay: 50ms;
      overflow: hidden; } }
