@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

.review-img {
  width: 100%;
  max-width: 600px;
  border-radius: 2px;
  margin: auto;
}

.review-date {
  margin-bottom: 1rem;
}

article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.review h1 {
  color: rgb(49, 114, 17);
}

.review article a {
  color: rgb(49, 114, 17);
}

.review p,
.review li {
  color: #3f3f3f;
}

article h3 {
  margin-top: 1.5rem;
}

article img {
  /* max-width: 500px; */
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.review table {
  margin-bottom: 1rem;
}

.review table td,
.review table th {
  text-align: left;
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid #ccc;
}

.review table {
  max-width: 500px;
  margin-top: 1rem;
}

.review tr td:first-of-type {
  font-weight: bold;
}

.review tr td:nth-of-type(2) {
  color: #3f3f3f;
}

.rating-box {
  padding: 2rem;
  margin-top: 2rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.rating-box h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.rating-box__main {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.rating-box img {
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.review table td {
  border: none;
}

@media only screen and (max-width: 746px) {
  .rating-box__main {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .rating-box__main img {
    height: auto;
  }
}
