.page-author-widget__card {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-author-widget__buttons {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page-author-widget__images-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .page-author-widget__images-grid {
    grid-template-columns: 1fr;
  }
}
.page-author-widget__address-header, .page-author-widget__images-header {
  align-items: center;
}
.page-author-widget__image-item {
  position: relative;
  overflow: hidden;
}

.page-author-widget {
  background-color: #ffffff;
  padding: 64px;
  border-radius: 20px;
  border: 1px solid #ff9a26;
}
@media (max-width: 768px) {
  .page-author-widget {
    padding: 24px;
  }
}
.page-author-widget__section-title {
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .page-author-widget__section-title {
    text-align: center;
  }
}
.page-author-widget__description {
  color: #666666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .page-author-widget__description {
    text-align: center;
  }
}
.page-author-widget__author-info {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .page-author-widget__author-info {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.page-author-widget__author-photo img {
  max-width: 75px;
  max-height: 85px;
  object-fit: cover;
}
.page-author-widget__author-name {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  padding-bottom: 8px;
}
.page-author-widget__author-email {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-author-widget__address-section {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-top: 46px;
}
.page-author-widget__address-title {
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
.page-author-widget__buttons {
  display: flex;
  gap: 32px;
  padding-top: 64px;
  flex-wrap: wrap;
}
.page-author-widget__button {
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #333;
  padding: 12px 24px;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  transition: all 100ms ease-in-out;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  gap: 12px;
  background: transparent;
}
.page-author-widget__button:hover {
  background: #333;
  color: #fff !important;
  box-shadow: none;
}
@media (max-width: 768px) {
  .page-author-widget__button {
    display: flex;
    justify-content: center;
  }
}
.page-author-widget .product-button-group__button--with-icon.has-wawi-gradient {
  color: #333;
  box-shadow: none;
  background-image: linear-gradient(64deg, #ff9a26 0%, #ffc935 100%);
  background-color: #ff9a26;
  transition: none;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.page-author-widget .product-button-group__button--with-icon.has-wawi-gradient:hover {
  background: linear-gradient(64deg, #ffc935 0%, #ff9a26 100%);
}
.page-author-widget__images-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 32px;
  padding-top: 128px;
}
@media (max-width: 768px) {
  .page-author-widget__images-header {
    padding-top: 64px;
  }
}
.page-author-widget__images-title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.page-author-widget__images-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-left: 40px;
}
.page-author-widget__image-item img {
  max-width: 180px;
  max-height: 180px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
