/* =========================================================================
 * File: /wp-content/plugins/collateral-manager/assets/themes-table.css
 * ========================================================================= */
.cm-themes-wrap{max-width:1200px;margin:0 auto;padding:16px}
.cm-themes-header{max-width:1200px;margin:0 auto;padding:16px 16px 0}
.cm-theme-row{
  display:grid;
  grid-template-columns: 1fr 380px;
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid #e5e7eb;
}
.cm-theme-left h3.cm-theme-title{
  margin:4px 0 8px;
  font-size:1.25rem;
  line-height:1.3;
  font-weight:700;
}
.cm-theme-desc p{margin:.4em 0 1em; color:#01253B;}
.cm-theme-right{display:flex;justify-content:flex-end}
.cm-theme-thumb{
  width:100%; height:auto; border-radius:8px; display:block; object-fit:cover;
  aspect-ratio: 16/9;
  background:#f3f4f6;
}
.cm-theme-thumb--ph{display:flex;align-items:center;justify-content:center;color:#6b7280}

.cm-kit-btn{
  display:inline-block;
  background:#80c342;
  color:#fff !important;
  border-radius:999px;
  padding:10px 16px;
  text-decoration:none;
  font-weight:700;
  line-height:1.2;
  transition: background .15s ease, transform .06s ease;
}
.cm-kit-btn:hover{ background:#6bb135; }
.cm-kit-btn:active{ transform: translateY(1px); }
.cm-kit-btn:focus-visible{ outline:2px solid #7cc4ff; outline-offset:2px; }

@media (max-width: 960px){
  .cm-theme-row{ grid-template-columns: 1fr; }
  .cm-theme-right{ order:-1; }
}
