/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/* Yandex Music Widget — Phase 3, CRO-02 */
.tsh-ym-widget {
  background: #f8f8f6;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 16px;
}
.tsh-ym-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #393027;
  margin: 0 0 16px;
}
.tsh-ym-iframe-container {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.tsh-ym-caption {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
}
.tsh-ym-caption:hover { color: #A59301; }
@media (max-width: 767px) {
  .tsh-ym-widget iframe { height: 350px !important; }
}
