/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2026 | 23:43:55 */
.smb-box {
  position: relative;
  border-radius: 15px;
  padding: 2px; 
  background: linear-gradient(144.12deg, #FB8F10 14.68%, #FE0101 81.68%);
}
.smb-box__background {
  border: none!important;
}
.smb-box__body {
  border-radius: 14px;
  background: rgba(0,0,0,1);
  padding: 24px;
  color: #fff;
}

.smb-box {
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: 0.3s;
}

.smb-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.7);
}

.smb-box h2 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

.sme-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(144.12deg, #FB8F10, #FE0101);
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.sme-badge .sme-text-color {
  color: #fff !important;
}

.smb-box p {
  line-height: 1.7;
}

.smb-box .has-small-font-size {
  opacity: 0.7;
}

.smb-box .has-text-align-right {
  margin-top: 20px;
}

.smb-box .has-text-align-right {
  text-align: right;
}

.smb-box .has-text-align-right::before {
  content: "";
}

.smb-box .has-text-align-right {
  margin-top: 20px;
  text-align: right;
  color: #fff;
  font-weight: bold;
}