    .cfp-header {
        background: linear-gradient(#4b89fc);
        color: white;
        text-align: center;
        padding: 15px 10px; /* Reduced padding */
    }
    .cfp-header h1 {
   	font-size: 20px; /* Smaller font */
	margin: 1px 0;
	color: white;
	font-weight: bold;
	text-transform: capitalize; /* Capitalize each word */
   }
    .cfp-header h2 {
   	font-size: 14px; /* Smaller font */
	margin: 1px 0;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize; /* Capitalize each word */
   }
    .cfp-header p {
        font-size: 0.9rem; /* Smaller text */
        margin: 5px 0;
    }
    .cfp-btn {
        display: inline-block;
        margin-top: 8px;
        padding: 6px 14px; /* Smaller button */
        background-color: #ffcc00;
        color: #000;
        text-decoration: none;
        font-weight: bold;
        border-radius: 4px;
        font-size: 0.85rem;
        transition: 0.3s;
    }
    .cfp-btn:hover {
        background-color: #ffaa00;
    }