/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 06:37:51 */
body.post .text-indent {
  display: inline-block;
  padding-left: 4.5rem;
  text-indent: -4.5rem;
}

.text-frame {
  padding: 2rem 3rem;
  background: white;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.sections-title{
  border-left:6px solid #1e73be;
  padding-left:15px;
  margin-bottom:20px;
  font-size:26px;
  font-weight:bold;
}
@media (max-width: 768px){
	.sections-title{
		font-size: 16px;
	}
}
.label-before{
  text-align:center;
  margin-top:10px;
}

.label-before span{
  background:#777;
  color:#fff;
  padding:5px 12px;
  border-radius:4px;
  font-size:13px;
}
.label-after{
  text-align:center;
  margin-top:10px;
}

.label-after span{
  background:#1e73be;
  color:#fff;
  padding:5px 12px;
  border-radius:4px;
  font-size:13px;
}
.label-cd span{
  background:#1e73be;
  color:#fff;
  padding:5px 12px;
  border-radius:4px;
  font-size:13px;
}
.label-cd{
  text-align:left;
  margin-top:10px;
}
@media (max-width: 768px) {
  .text-frame {
    padding: 1rem 2rem;
  }
}