/* public/css/tinymce-cards.css */
.tiny-card-link{text-decoration:none;color:inherit;}
.tiny-card{display:flex;align-items:center;
          border:1px solid #cdd3df;border-radius:4px;
          padding:8px 12px;margin:15px 0;background:#f7fafd;}
.tiny-card img             {width:90px;height:70px;object-fit:cover;
                            border-radius:3px;margin-right:12px;}
.tiny-card-title           {font-weight:600;font-size:15px;line-height:1.3;}
/*-----------custom style for note-----------*/
.note-block {
  border-left: 5px solid #007bff;
  background: #f0f8ff;
  padding: 10px 15px;
  margin: 10px 0;
  font-style: italic;
  color: #333;
  border-radius: 4px;
}

.warning-block {
  border-left: 5px solid #dc3545;
  background: #fff0f0;
  padding: 10px 15px;
  margin: 10px 0;
  font-weight: bold;
  color: #a00;
  border-radius: 4px;
}

.tb-note-block {
  border-top: 5px solid #007bff;
  background: #f0f8ff;
  padding: 10px 15px;
  margin: 10px 0;
  font-style: italic;
  color: #333;
  border-radius: 4px;
}

.tb-warning-block {
  border-top: 5px solid #dc3545;
  background: #fff0f0;
  padding: 10px 15px;
  margin: 10px 0;
  font-weight: bold;
  color: #a00;
  border-radius: 4px;
}