/* Googleレビュー風 */

.wpmtst-testimonial {
    margin: 12px !important;
}

.wpmtst-testimonial-inner {
    background: #fff !important;
    border: 1px solid #dadce0 !important;
    border-radius: 12px !important;
    padding: 16px !important;
    box-shadow: 0 1px 3px rgba(60,64,67,.18) !important;
}

.wpmtst-testimonial-inner:hover {
    box-shadow: 0 4px 12px rgba(60,64,67,.28) !important;
}

.wpmtst-testimonial-heading {
    color: #202124 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 8px !important;
}

.wpmtst-testimonial-content {
    color: #3c4043 !important;
    line-height: 1.7 !important;
    margin: 0 0 10px !important;
}

.wpmtst-testimonial-content p {
    margin: 0 !important;
}

.testimonial-field {
    color: #5f6368 !important;
    font-size: 13px !important;
    margin-top: 6px !important;
}

.strong-rating svg {
    width: 18px !important;
    height: 18px !important;
    fill: #fbbc04 !important;
}

/* 引用符を消す */
.wpmtst-testimonial::before,
.wpmtst-testimonial::after,
.wpmtst-testimonial-inner::before,
.wpmtst-testimonial-inner::after {
    content: none !important;
    display: none !important;
}