/* DVTV Button Editor - Front CSS */

.dvtv-button {
    transition: all 0.3s ease !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box;
}

.dvtv-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.3);
}

/* アイコンのトランジション */
.dvtv-button i {
    transition: all 0.3s ease;
}

/* リンクの下線を消す */
.dvtv-button,
.dvtv-button:visited,
.dvtv-button:hover,
.dvtv-button:active {
    text-decoration: none !important;
}
