<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('./fonts.css');

/*** Common : START ***/
.ccc-favorite-post-count &gt; a::before,
.ccc-favorite-post-toggle &gt; a::before,
.ccc-favorite-post-delete &gt; a::before {
    /* icomoon Font =========== */
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon-ccc-my_favorite' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* icomoon Font =========== */
}
.ccc-favorite-post-toggle &gt; a {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 6px;
    transition: all 0.3s;
    text-decoration: none;
}
.ccc-favorite-post-toggle &gt; a::before {
    /* icomoon Font =========== */
    content: '\f08a';
    /* icomoon Font =========== */
}
.ccc-favorite-post-toggle &gt; a.save::before {
    /* icomoon Font =========== */
    content: '\f004';
    /* icomoon Font =========== */
}
.ccc-favorite-post-delete &gt; a::before {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em;
    /* icomoon Font =========== */
    content: '\f1f8';
    /* icomoon Font =========== */
}
.ccc-favorite-post-count {
    transition: all 0.3s;
    margin-right: 12px;
    display: none; /* JS */
}
.ccc-favorite-post-count.active {
    display: block;
}
.ccc-favorite-post-count &gt; a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
}
.ccc-favorite-post-count &gt; a::before {
    font-size: 16px;
    margin-right: 0.25em;
    /* icomoon Font =========== */
    content: '\f004';
    /* icomoon Font =========== */
}
.ccc-favorite-post-count .num {
    font-size: 0.75em;
    font-weight: bold;
}
.ccc-favorite-post-count .text {
    font-size: 0;
    display: none; /* for Safari */
}
/*** Common : END ***/

/****** Style: [data-ccc_my_favorites-select_button-style="1"]: START ******/
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style='1'] {
    text-align: right;
    position: relative;
    z-index: 10;
}
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style='1']
    &gt; a
    &gt; .text {
    display: none;
}
/****** Style: [data-ccc_my_favorites-select_button-style="1"]: END ******/
</pre></body></html>