/* ============================================================
   ご愛用者の声 スタイル
   配置場所: /wp-content/themes/LINQWEB/customer-voice-style.css
============================================================ */

/* ----------------------------------------------------------
   詳細ページ：タイトル・メタ非表示
---------------------------------------------------------- */
.single-customer-voice h1.entry-title,
.single-customer-voice .entry-title,
.single-customer-voice .entry-meta {
    display: none !important;
}

.tax-regionname .archive-header-title {
    color: #56ACB6 !important;
}


/* ----------------------------------------------------------
   詳細ページ：メインカード
---------------------------------------------------------- */
.cv-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    padding: 40px;
    margin-bottom: 40px;
}

/* タイトル・シリーズ・商品名ヘッダー */
.cv-card-header {
    border-bottom: 2px solid #6bd7e4;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

span.cv-label.cv-label--product {
    font-weight: 600 !important;
    margin-right: 20px;
}
a.cv-series-link {
    font-weight: 600;
}

.cv-title {
    font-size: clamp(18px, 2.5vw, 26px);
    color: #3cacc3;
    margin: 0 0 10px;
    line-height: 1.5;
}

.cv-series {
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #56ACB6;
    font-weight: 600;
}
.cv-series-sep {
    margin: 0 4px;
    color: #aaa;
}
.cv-product {
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #6bd7e4;
    font-weight: 600;
}

/* シリーズ・商品名を横並び */
.cv-series-product-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.cv-series-product-row .cv-series,
.cv-series-product-row .cv-product {
    margin: 0;
}



/* ラベルバッジ */
.cv-label {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
    font-weight: 600;
}

.cv-label--series {
    background: #56ACB6;
}

.cv-label--product {
    background: #6bd7e4;
}

/* シリーズリンク */
.cv-series-link {
    color: #6BD7E4;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s, border-color 0.2s;
}

.cv-series-link:hover {
    color: #6BD7E4;
    border-bottom: 1px solid #6BD7E4;
}

/* お悩みタグ */
.cv-nayami {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.cv-nayami-label {
    font-size: 12px;
    color: #fff;
    background: #56ACB6;
    padding: 3px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.cv-nayami-value {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}

/* お客様名 */
.cv-customer-name {
    font-size: 17px;
    color: #6BD7E4;
    font-weight: 600 !important;
    margin-bottom: 16px;
}

/* コメント本文 */
.cv-comment {
    margin-bottom: 24px;
}

.cv-comment-body {
    position: relative;
    background: #f7fbfc;
   border-radius: 0 8px 8px 0;
    padding: 30px 19px;
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}

.cv-comment-icon {
    font-size: 35px;
    color: #6bd7e4;
    opacity: 0.4;
    position: absolute;
    top: -10px;
    line-height: 1;
    transform: scaleX(-1);
    display: inline-block;
    padding-bottom:50px!important;
}

.fas fa-comment cv-comment-icon{
    margin-left:0px!important;
}


.entry-meta-data-list dt {
    background-color:#BFEDF2!important;
    color: #333333 !important; }


/*ホームページ*/
span.cv-website-label {
    display: inline-block;
    margin-right: 20px;
    background-color: #6BD7E4;
    border-radius: 20px;
    padding: 5px 5px;
    color: #ffffff;
    font-weight: 500;
}

/* ----------------------------------------------------------
   詳細ページ：写真エリア
---------------------------------------------------------- */
.cv-photos {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.cv-photo-item {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.cv-photo-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* ----------------------------------------------------------
   アーカイブページ：カードの追加情報
---------------------------------------------------------- */
.cv-card-series {
    display: inline-block;
    background: #56ACB6!important;
    color: #fff!important;
    font-size: 11px!important;
    font-weight: 600!important;
    padding: 2px 10px!important;
    border-radius: 20px!important;
    margin-right: 4px!important;
    margin-bottom: 4px!important;
}

.cv-card-nayami {
    display: inline-block;
    background: #6bd7e4;
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 4px;
}

.cv-card-product {
    display: inline-block;
    background: #6bd7e4!important;
    color: #fff!important;
    font-size: 11px!important;
    padding: 2px 10px!important;
    border-radius: 20px!important;
    margin-bottom: 4px!important;
}


/* ----------------------------------------------------------
   レスポンシブ
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .cv-card {
        padding: 24px 20px;
    }

    .cv-photos {
        flex-direction: column;
        gap: 12px;
    }

    .cv-photo-item img {
        height: 180px;
    }

    .cv-comment-body {
        padding: 16px 18px;
        font-size: 14px;
    }

    .cv-nayami {
        gap: 8px;
    }
}
