/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.nmedv-add-to-calendar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color1);
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 8px;
    width: fit-content;
    gap: 10px;
}

.nmedv-add-to-calendar-button span,
.nmedv-add-to-calendar-button i {
    color: #fff !important;
}