/* H3X Trustpilot Rating Badge block */

.h3x-tp-badge-block {
    margin:auto;
    width:fit-content;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    line-height: 1.3;
}
.h3x-tp-badge-block a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    text-decoration: none;
    color: inherit;
}
/* Some themes recolour link text to #fff on hover, which makes the badge
   text vanish against its background. Force a readable hover state. */
.h3x-tp-badge-block a:hover,
.h3x-tp-badge-block a:focus,
.h3x-tp-badge-block a:hover .h3x-tp-badge-block__score,
.h3x-tp-badge-block a:hover .h3x-tp-badge-block__label,
.h3x-tp-badge-block a:hover .h3x-tp-badge-block__count,
.h3x-tp-badge-block a:focus .h3x-tp-badge-block__score,
.h3x-tp-badge-block a:focus .h3x-tp-badge-block__label,
.h3x-tp-badge-block a:focus .h3x-tp-badge-block__count {
    color: #000 !important;
    text-decoration: underline !important;
}
.h3x-tp-badge-block__score { font-weight: 700; font-size: 17px; }
.h3x-tp-badge-block__label { font-weight: 600; }
.h3x-tp-badge-block__stars { height: 20px; width: auto; }
.h3x-tp-badge-block__count { color: #555; }

/* Alignment support */
.h3x-tp-badge-block.aligncenter { display: flex; justify-content: center; }
.h3x-tp-badge-block.alignright { display: flex; justify-content: flex-end; }

.h3x-tp-badge-editor-placeholder {
    border: 1px dashed #c3c4c7;
    border-radius: 6px;
    padding: 12px 16px;
    background: #fafafa;
    display: inline-block;
}
.h3x-tp-badge-editor-placeholder strong { display: block; margin-bottom: 4px; }
