/* Add custom CSS styles below */ 
.s-advertisement-content-main {
    background-color: #000;   /* خلفية سوداء */
    color: #fff;              /* خط أبيض */
    padding: 15px 20px;       /* مسافة داخلية */
    border-radius: 8px;       /* حواف ناعمة */
    font-weight: bold;        /* تخانة الخط */
    font-size: 20px;          /* حجم الخط */
    text-align: center;       /* توسيط النص */
  line-height: 25px;
}