.ft-cta-container {
    color: white;
    text-align: center;
}

.ft-cta-content h3 {
    color: #fff !important;
    font-size: 1.8em;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0 #000000;
}

.ft-cta-container p {
    color: #fff;
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 #000000;
}

.ft-cta-container .dashicons {
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 0 #000000;
}

.ft-cta-container a.ft-cta-button {
    background-color: #2c5d88;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    margin-top: 15px;
    transition: background-color 0.2s ease-in-out;
}

.ft-cta-container a.ft-cta-button:hover {
    background-color: #1e4263;
    color: white;
}