/* Base card */
.tcfb-card{border:1px solid #e5e7eb;padding:16px;border-radius:10px;background:#f9fafb;margin:12px 0;transition:all .15s ease}
.tcfb-status{font-weight:600;margin-bottom:10px}
.tcfb-cta{margin-top:10px}
.tcfb-button{display:inline-block;background:#2f855a;color:#fff;text-decoration:none;padding:10px 14px;border-radius:10px;border:1px solid #276749}

/* Themes */
.tcfb-theme-standard{}.tcfb-theme-standard .tcfb-button{}

.tcfb-theme-minimal{border:0 !important;background:transparent !important;padding:0 !important;box-shadow:none}
.tcfb-theme-minimal .tcfb-status{font-weight:500;margin:0 0 8px}

.tcfb-theme-bold{border:2px solid #2f855a !important;background:#f0fff4 !important}
.tcfb-theme-bold{border:2px solid #2f855a !important;background:#f0fff4 !important}
.tcfb-theme-bold{border:2px solid #2f855a !important;background:#f0fff4 !important}

.tcfb-theme-dark{background:#1a202c !important;color:#e2e8f0 !important;border-color:#2d3748 !important}
.tcfb-theme-dark{background:#1a202c !important;color:#e2e8f0 !important;border-color:#2d3748 !important}
.tcfb-theme-dark{background:#1a202c !important;color:#e2e8f0 !important;border-color:#2d3748 !important}

/* Responsive */
@media (max-width:480px){
  .tcfb-card{padding:14px}
  .tcfb-button{padding:9px 12px}
}
