/*
Theme Name: PokaTheme Child
Template: pokatheme
Theme URI: https://pokatheme.com
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Author URI: https://pokatheme.com
Version: 1.0.0
License: Licensed theme
Tags: black, blue, white, two-columns
Text Domain:  poka
*/

/*
    Add your custom styles here
*/

.review-extra-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.review-extra-links-item {
    display: block;
}

.review-box-disclaimer {
    text-align: center; /* Center disclaimer text */
}

.review-box-actions--rounded a::before,
.review-box-actions--rounded .review-extra-links-item::before {
    content: none !important; /* Removes the slash */
}

.review-extra-links-item::before {
    content: none !important;
}

.site-header--style2 .header-logo::after {
    background: none !important; /* removes background entirely */
}