.sp-testimonial-tabs-panel {
    .sp-real-component-header-reset {
        color: #8c8f94;
        height: 14px;
        width: 14px;

        &:focus {
            box-shadow: none;
        }

        &:hover svg {
            color: var(--sp-real-primary-color);
        }

        &::after {
            border: 0;
        }

        &:focus:not(:disabled) {
            box-shadow: none;
        }

        &.components-button:hover svg {
            color: var(--sp-real-primary-color);
        }
    }

    .sp-real-select-field.sp-d-flex .sp-real-component-header {
        margin-bottom: 0;
    }
}