#et-template-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#et-template-popup .popup-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    margin: 100px auto;
}

.et-template-card {
    margin-bottom: 15px;
}

.et-template-card button {
    padding: 10px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

.et-template-card button:hover {
    background-color: #005177;
}

/* Estilos para o botão de fechar */
#et-template-popup .et-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}
