.tp-button-danger {
    background-color: #e53935; /* قرمز */
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.tp-button-danger:hover {
    background-color: #c62828; /* قرمز تیره‌تر در حالت هاور */
}

.tp-button-danger:active {
    background-color: #b71c1c;
}

.tp-button-danger:focus {
    outline: none;
}
