.ftcr-empty{background:#fff7ed;border:1px solid #fed7aa;padding:12px;border-radius:8px;text-align:center}

/* Scoped button styling for the plugin's refresh button only */
.ftcr-refresh {
    width: 50%;
    margin-top: 20px;
    padding: 10px;
    font-size: 18px;
    background-color: #198754 !important;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.ftcr-refresh:hover {
    background-color: #157347 !important;
}