/**
 * Styles for the Claim na konci text displayed on the front end.
 *
 * @package    Claim_Na_Konci
 * @subpackage Claim_Na_Konci/public/css
 * @since      1.0.0
 */

 .cnk-claim-text-wrapper {
    margin-top: 30px; /* Add space above the claim */
    padding-top: 20px; /* Add space inside the top border */
    border-top: 1px solid #F9F6F1; /* Optional separator line */
    font-size: 13px; /* Slightly smaller font */
    clear: both; /* Ensure it appears below floated elements */
}

.cnk-claim-text-wrapper p, .cnk-claim-text-wrapper a {
    font-size: 13px !important; /* Slightly smaller font */
}

.cnk-claim-text-wrapper p:last-child {
    margin-bottom: 0; /* Remove extra margin from the last paragraph inside */
}