.pirswoo-review-showcase-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
	align-items: center; 
    
}

.pirswoo-review-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: inherit;
    width:100%;
	max-width: 600px;
	
}

.pirswoo-custom-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    color: inherit;
}


.pirswoo-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.pirswoo-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid #0073aa;
}

.pirswoo-author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pirswoo-author-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: inherit;
}

.pirswoo-verified-badge {
    background-color: #4caf50;
    color: #fff;
    font-size: 0.80rem;
    padding: 2px 8px;
    border-radius: 15px;
    font-weight: 600;
	
}


.pirswoo-star {
    color: goldenrod;
    font-size: 18px;
    margin-right: 2px;
}

.pirswoo-star.inactive-star {
    color: #ccc; 
}


.pirswoo-powered-by{
	font-size:1rem;
}




.pirswoo-product-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.pirswoo-product-link:hover {
    text-decoration: underline;
}

.pirswoo-review-expand-button {
  flex-shrink: 0;
  margin-left: 10px;
}

.pirswoo-expand-btn {
  background-color: #767676;
  border: none;
  padding: 4px 10px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
}
