/* Copyright © Carecode Oy. All rights reserved. */
/* vim: set si ai et sw=4 ft=css ff=unix: */

@import url('buttons.css?7964de4');

#hero-background {
  grid-row-end: row-3;
}

.grid-container {
  grid-template-rows: [row-1] 64px [row-2] auto [row-3] auto [row-4] 13rem [row-5] !important;
}

#prescription-renewal {
  grid-column-start: line-2;
  grid-column-end: line-3;
  grid-row-start: row-3;
  grid-row-end: row-4;
  display: block;
  width: 100%;
  padding: 1rem 0 1rem 0;
}

#prescription-renewal > div {
  margin-bottom: 4rem;
}

.link-button {
  display: block;
  width: max-content;
  font-size: 1.2rem;
  padding: 0.5rem 1.2rem 0.5rem 1.2rem;
  margin: auto auto;
}

#ru-stock-photo {
  border-radius: 1rem;
  margin-top: -12rem;
  width: 25rem;
  float: right;
  box-shadow: 0 0.125rem 1rem 0 var(--box-shadow-color);
}

@media (max-width: 1124px) {
  #hero h1 {
    max-width: 14em;
  }
}

#hero #prescription-index {
  float: left;
}

@media (max-width: 768px) {
  #ru-stock-photo {
    float: none;
    margin-top: 0;
    max-height: 16rem;
    width: 100%;
    object-fit: none;
    object-position: 70% 25%;
  }
}
