.se__wrapper {
  border-radius: 0.5rem;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  gap: 0 16px;
  grid-template-areas: "se_area_image se_area_main se_area_action";
}
@media (max-width: 992px) {
  .se__wrapper {
    align-content: center;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "se_area_image" "se_area_main" "se_area_action";
    gap: 16px 0;
  }
}
.se__wrapper--type-consultant {
  margin-top: 16px;
}
.se__wrapper--type-editor {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .se__wrapper--type-editor {
    grid-template-rows: auto auto;
    grid-template-areas: "se_area_image" "se_area_main";
  }
}
.se__image {
  grid-area: se_area_image;
  justify-self: center;
  max-width: 100px;
}
@media (max-width: 992px) {
  .se__image {
    max-width: 120px;
  }
}
.se__image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.se__main {
  grid-area: se_area_main;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.25rem;
}
.se__title {
  font-size: 16px;
  font-weight: 500;
  color: #272323;
}
@media (max-width: 992px) {
  .se__title {
    text-align: center;
  }
}
.se__title a {
  color: initial;
  text-decoration: none;
}
.se__subtitle {
  color: #9a9898;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .se__subtitle {
    text-align: center;
    flex-direction: column;
  }
}
.se__text {
  color: rgb(101, 108, 125);
  font-size: 14px;
  line-height: 20px;
  margin-top: auto;
  text-align: justify;
  hyphens: auto;
}
@media (max-width: 992px) {
  .se__text {
    margin-top: 0.5rem;
  }
}
.se__attribute {
  align-items: center;
  display: inline-flex;
  column-gap: 0.25rem;
}
.se__attribute + .se__attribute {
  margin-left: 13px;
}
@media (max-width: 992px) {
  .se__attribute {
    justify-content: center;
  }
}
.se__attribute_title:after {
  content: ":";
}
.se__attribute--type-status .se__attribute_value {
  color: #27ae60;
}
.se__attribute--type-date .se__attribute_value {
  color: rgb(39, 35, 35);
}
.se__action {
  grid-area: se_area_action;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 992px) {
  .se__action {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.se__button {
  background: rgb(244, 244, 244);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0 0.25em;
  justify-content: center;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  min-width: 128px;
  text-decoration: none !important;
}
.se__button span {
  color: rgb(39, 35, 35);
}
.se__button--type-messenger {
  background: rgb(0, 106, 255);
}
.se__button--type-messenger span {
  color: #ffffff;
}
.se__button--type-telegram {
  background-color: #1c93e3;
}
.se__button--type-telegram span {
  color: #ffffff;
}
.se__button--type-viber {
  background-color: #7360f2;
}
.se__button--type-viber span {
  color: #ffffff;
}

/*# sourceMappingURL=store-expert.css.map */
