/**
 * CTA Card Block - Frontend Styles
 * 
 * The main styles for .ap-cta-card are defined in the theme's apoie.css.
 * This file provides any additional block-specific styles if needed.
 * 
 * @package Ably_Blocks
 */

/* Block wrapper - inherits theme styles */
.ap-cta-card {
    /* Styles are defined in theme: wordpress/wp-content/themes/ably-theme/css/apoie.css */
}

.ap-cta-card__title {
    /* Styles are defined in theme */
}

.ap-cta-card__desc {
    /* Styles are defined in theme */
}

/* Ensure proper spacing for the button within the card */
.ap-cta-card .btn {
    margin-top: 0;
}
