/* 既存のcomp系CSSを維持しつつ、カード全体をa要素にした場合の補助指定 */
.vcp-auto-group + .vcp-auto-group {
    margin-top: 28px;
}

.vcp-auto-heading {
    margin: 0 0 16px;
}

.vcp-auto-more {
    clear: both;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}

.vcp-auto-more-link,
.entry .vcp-auto-more-link,
.entry .vcp-auto-more-link:visited {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    background: #2356a7;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
}

.vcp-auto-more-link:hover,
.vcp-auto-more-link:focus-visible,
.entry .vcp-auto-more-link:hover,
.entry .vcp-auto-more-link:focus-visible {
    background: #1b4587;
    color: #fff;
    text-decoration: none;
}

.vcp-auto-more-link:focus-visible {
    outline: 2px solid #2356a7;
    outline-offset: 2px;
}

.vcp-editor-auto-message {
    padding: 16px;
    border: 1px dashed #a7aaad;
    background: #f6f7f7;
    color: #50575e;
    text-align: center;
}

.vcp-manufacturer-tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin: 0 0 16px;
}

.vcp-manufacturer-tabs[hidden] {
    display: none !important;
}

.vcp-manufacturer-tab {
    appearance: none;
    min-height: 34px;
    padding: 6px 14px;
    border: 1px solid #2356a7;
    border-radius: 4px;
    background: #fff;
    color: #2356a7;
    font: inherit;
    line-height: 1.4;
    cursor: pointer;
}

.vcp-manufacturer-tab:hover,
.vcp-manufacturer-tab:focus-visible {
    background: #eef3fb;
}

.vcp-manufacturer-tab.is-active,
.vcp-manufacturer-tab[aria-selected="true"] {
    background: #2356a7;
    color: #fff;
}

.vcp-manufacturer-tab:focus-visible {
    outline: 2px solid #2356a7;
    outline-offset: 2px;
}

.vcp-compare-instance .comp-card-link[hidden] {
    display: none !important;
}

.entry a.comp-card-link,
.entry a.comp-card-link:visited {
    color: #2356a7;
    text-decoration: none;
}

.entry a.comp-card-link:hover,
.entry a.comp-card-link:focus {
    color: #2356a7;
    text-decoration: none;
}

.comp-card-link .comp-namelink {
    line-height: 14px;
    font-size: 14px;
}

.comp-card-link .comp-buttonlink {
    display: inline-block;
    padding: 6px 9px;
    border-radius: 4px;
    background: #2356a7;
    color: #fff;
    font-size: 13px;
}

.mb-theme .entry .comp-card-link .comp-namelink {
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

.mb-theme .comp-card-link .comp-buttonlink {
    padding: 6px 9px;
    font-size: 13px;
}

@media screen and (max-width: 600px) {
    .vcp-manufacturer-tabs {
        gap: 5px;
        margin-bottom: 12px;
    }

    .vcp-manufacturer-tab {
        min-height: 32px;
        padding: 5px 10px;
        font-size: 13px;
    }
}
