/**
 * Public styles for the plugin.
 */

/* PDF ボタン */
.inv-pdf-button-container {
    margin: 20px 0;
    text-align: center;
}



.inv-pdf-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url('../images/pdf-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* ショートコードスタイル */

.inv-pdf-shortcode.inv-pdf-link {
    color: #0073aa;
    text-decoration: underline;
    font-weight: bold;
}

.inv-pdf-shortcode.inv-pdf-link:hover,
.inv-pdf-shortcode.inv-pdf-link:focus {
    color: #005a87;
}
