/* CafeF-like + GLOBAL selectors (works even if wpautop breaks wrapper) */
.bottom-info{margin:14px 0 16px!important;clear:both}
.srcbox{
  display:block!important;
  margin:0!important;
  padding:10px 0 0!important;
  border-top:1px solid #e5e5e5!important;
  font-family:Arial,Helvetica,sans-serif!important;
  color:#2d2d2d!important;
}

/* Header row */
.srcbox-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  color:#555!important;
  font-size:14px!important;
  line-height:1.35!important;
  text-decoration:none!important;
}
.srcbox-head b{color:#1f1f1f!important;font-weight:700!important}
.srcbox-right{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-left:auto!important}
.srcbox-time{font-size:12px!important;color:#7a7a7a!important;white-space:nowrap!important}

.srcbox-open,.srcbox-copy,.btncopy{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:2px 9px!important;
  border:1px solid #adb5bd!important;
  background:#f5f6f7!important;
  color:#2f3b4a!important;
  border-radius:2px!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.2!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}
.srcbox-open:hover,.srcbox-copy:hover,.btncopy:hover{background:#eceff2!important;border-color:#9aa3ad!important;color:#1f2a37!important}

.srcbox-body,.link-source-detail{display:none!important;margin-top:8px!important}
.srcbox-body.is-open,.link-source-detail.is-open{display:block!important}

.srcbox-meta-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.srcbox-label,.link-source-detail-title{
  margin-right:auto!important;
  font-size:11px!important;
  text-transform:uppercase!important;
  color:#8a8a8a!important;
  font-weight:700!important;
  letter-spacing:.15px!important;
}

.srcbox-url,.link-source-full{
  display:block!important;
  margin-top:6px!important;
  color:#111!important;
  font-size:13px!important;
  line-height:1.45!important;
  word-break:break-word!important;
}

@media (max-width:767px){
  .srcbox-head{flex-wrap:wrap!important}
  .srcbox-right{margin-left:0!important}
  .srcbox-meta-row{justify-content:flex-start!important}
  .srcbox-label,.link-source-detail-title{margin-right:0!important;width:100%!important}
}
