.sr-title {
    font-size: 28px;
    font-weight: 800;
    color: #ff4d1f;
    margin: 0 0 18px 0;
    line-height: 1.2;
}

.sr-box {
    background: rgba(20, 20, 20, 0.88);
    border: 1px solid rgba(255, 80, 30, 0.18);
    border-left: 4px solid #ff4d1f;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

.sr-heading {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.sr-box{
background:rgba(18,18,18,0.95);
border:1px solid rgba(255,70,30,0.25);
border-left:4px solid #ff4d1f;
border-radius:10px;
padding:18px 20px;
margin-bottom:18px;
box-shadow:0 6px 20px rgba(0,0,0,0.35);
transition:all .2s ease;
}

.sr-box:hover{
border-left:4px solid #ff6a2f;
}

.sr-box strong {
    color: #ffffff;
}

/* Чуть улучшаем общую страницу */
.page-content,
.static-page,
.staticPage,
.content-page {
    max-width: 980px;
}

.page-content img,
.static-page img,
.staticPage img,
.content-page img {
    max-width: 100%;
}

.sr-title {
border-bottom:2px solid rgba(255,80,30,0.4);
padding-bottom:10px;
margin-bottom:20px;
}

[class*="Product-module__root"],
[class*="Product-module__container"],
[class*="Product-module__product"],
[class*="Product-module__card"] {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.20) !important;
}

[class*="Product-module__price"] {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    font-weight: 700 !important;
}

[data-monitoringserverid="42072"] {
  position: relative;
  padding-bottom: 14px;
}

[data-monitoringserverid="42072"]::before {
  content: "Вайп по четвергам:";
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

[data-monitoringserverid="42072"] .sr-connect-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #df4b2b;
  color: #fff !important;
  text-decoration: none !important;
  padding: 11px 10px;
  margin-top: 12px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.2s ease;
  box-sizing: border-box;
}

[data-monitoringserverid="42072"] .sr-connect-btn:hover {
  background: #ef5a35;
  color: #fff !important;
}