.tulemused-table .paevik-row {
  grid-template-columns: 1fr;
  display: grid;
  gap: 5px;
  background-color: #fff;
  padding: 20px 16px;
  margin-bottom: 12px;
  border-radius: .5rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: .115em solid #e8e8e8 !important;
}

/* Rea labelid (mobiilivaates nähtavad) */
.paevik-row-label {
  display: block;
  font-weight: 500;
}

.tulemused-table .paevik-row>div {
  position: relative;
  margin-bottom: 5px;
}

.tulemused-table .paevik-row>div:first-child {
  margin-bottom: 0px;
}

.tulemused-arrow {
  margin-bottom: 0px !important;
}

.tulemused-aastas-hinnang {
  padding-right: 40px;
}

.paevik-row.paevik-row-head,
.tulemused-aastas .paevik-row.paevik-row-head {
  display: none !important;
}

.tulemused-hinnang {
  padding-right: 40px;
}

.tulemused-table .paevik-row>div.tulemused-arrow {
  position: absolute;
  padding-top: 0px;
  right: 20px;
  cursor: pointer;
}

.tulemused-aastas-periood {
  margin-bottom: 5px;
}

.tulemused-aastas-periood-nimi {
  display: block;
  font-weight: 500;
  font-size: 1.1rem;
}

.tulemused-aastas-periood-aeg {
  display: block;
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 3px;
}

.tulemused-aastas-hinne {
  margin-top: 5px;
}

.tulemused-table.paevik-table.cols-6 .paevik-row {
  grid-template-columns: 1fr;
  display: grid;
  gap: 5px;
  background-color: #fff;
  padding: 20px 16px;
  margin-bottom: 12px;
  border-radius: .5rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: .115em solid #e8e8e8 !important;
}

.tulemused-perioodis .paevik-row {
  grid-template-columns: 1fr;
  display: grid;
  gap: 5px;
  background-color: #fff;
  margin-bottom: 12px;
  border-radius: .5rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 15px 16px;
  border: .115em solid #e8e8e8 !important;
}

.tulemused-perioodis-kuupaev {
  font-size: 1rem;
}

.tulemused-table {
  margin-top: 10px;
  overflow: hidden;
}

.tulemused-kool {
  font-size: 1em;
  font-weight: 400;
}

.tulemused-paevik {
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 500;
  margin-right: 30px;
}

.tulemused-arrow,
.tulemused-arrow:hover {
  text-align: right;
  color: #131416;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.tulemused-arrow:hover {
  background-color: #dfe2ec;
}

.tulemused-pealkiri {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.tulemused-oa button,
.tulemused-oa button:hover,
.tulemused-oa button:active,
.tulemused-oa button:focus {
  background: #fff !important;
  border: 0px !important;
  border-radius: 4px;
  cursor: pointer;
  width: 32px !important;
  height: 32px !important;
  color: #131416 !important;
  padding: 0px !important;
  margin: 0px 3px;
}

.tulemused-oa button:hover,
.tulemused-oa button:active,
.tulemused-oa button:focus {
  background: #e9e9ea !important;
}

.tulemused-oa-vaartus {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-weight: 500;
}

.tulemused-oa {
  display: flex;
  align-items: center;
}

.tulemused-pealkiri div {
  padding-bottom: 5px;
}

.tulemused-kool:before {
  width: .444rem;
  height: .444rem;
  background: none;
  border: .2rem solid #6DBB77;
  border-radius: .2331rem;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  transform: rotate(45deg);
  content: "";
}

.tulemused-perioodis-kuupaev:before {
  content: url("ikoonid/calendar.svg") !important;
  margin: 0;
  margin-right: 3px;
  transform: scale(0.8);
}

.tulemused-perioodis .paevik-row-value {
  display: block;
}

.tulemused-perioodis-kuupaev {
  display: inline-flex;
  align-items: center;
  margin-left: -2px;
}

@media (max-width: 767.98px) {
  .tulemused-pealkiri {
    display: block;
    font-size: 1.2rem;
  }

  .tulemused-table .paevik-row>div.tulemused-arrow {
    right: 8px;
  }
}
