/**
 * TFormat Customization Plugin Styles
 */
footer {
    position: relative;
}
.tfc-hardcoded-content {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.tfc-hardcoded-content h3 {
    color: #333;
    margin-top: 0;
}

.tfc-hardcoded-content ul {
    list-style-type: square;
    padding-left: 20px;
}

.tfc-hardcoded-content li {
    margin-bottom: 5px;
}

.tfc-whatsapp-info {
    margin-top: 15px;
    padding: 10px;
    background-color: #d1f0d1;
    border: 1px solid #a5d6a5;
    border-radius: 3px;
}

.tfc-whatsapp-info a {
    color: #25D366;
    font-weight: bold;
    text-decoration: none;
}

.tfc-whatsapp-info a:hover {
    text-decoration: underline;
}