/* 
Theme Name:		 Foxiz Child
Theme URI:       https://foxiz.themeruby.com
Description:	 Foxiz Child is a child theme of Foxiz
Author:          Theme-Ruby
Author URI:      https://themeforest.net/user/theme-ruby/
Template:		 foxiz
Version:		 1.0.0
Text Domain:	 foxiz-child
*/

/*
    Add your custom styles here
*/

.mb-2 {
  margin-bottom: 8px;
}
.pros-cons-holder > * {
  justify-content: start;
}

.wp-block-table th {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
}
.stuff-col-1 .pros-cons-holder {
  flex-flow: column nowrap;
}
.boxShadow {
  box-shadow: 0 5px 30px var(--shadow-7);
}

.feat-holder {
  padding-bottom: 10px;
}
.entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Change this number for more/less lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:root {
  --review-bg: #20222f;
  --review-section-bg: #ffffff;
  --review-text: #000000;
}

[data-theme="dark"] {
  --review-bg: #2f3244;
  --review-section-bg: #20222f;
  --review-text: #e0e0e0;
}

.review-section {
  background-color: var(--review-section-bg);
}

.review-bg {
  background-color: var(--review-bg);
}
