/*
Theme Name: Blog Companion
Version: 1.0.0
Text Domain: blogcompanionio
Domain Path: /languages
Description: The blogcompanion.io Laravel design converted to WordPress, on the CRM/Webshop theme conventions.
*/

/* --- from pages/service.blade.php --- */

.terms-section {
    background-color: transparent !important;
}

/* --- WordPress-side only: the dashboard iframe wrapper. Laravel carried the
   iframe's sizing inline on pages/home.blade.php; the CRM shortcode builds the
   element here, so the rules live on its class. --- */

.dashboard-content {
    display: block;
    width: 100%;
    min-height: 900px;
    border: 0;
}
