.cf7-submited {
    display: none;
}

div#cf7-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

div#cf7-toast-container .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cf7-toast.success {
    background-color: #4caf50;
}

.wpcf7-response-output {
    display: none !important;
}

.cf7-toast {
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    display: inline-block;
    background-color: #f44336;
    max-width: 300px;
    font-size: 0.8rem;
}