/*
Theme Name: Kho Plugin
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
.dark h1 strong{
    color: black;
}

.cart_totals .button {
    border-radius: 10px !important;
}
.button {
    border-radius: 10px !important;
}

/* css post header */
.author-info-box {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 0px;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
  margin: 10px;
}

.author-info-box .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.author-info-box .info {
  flex: 1;
}

.author-info-box .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
  color: black;
}

.author-info-box .verified {
  font-size: 12px;
  color: #28a745;
  margin-left: 8px;
}

.author-info-box .meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.author-info-box .social-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.author-info-box .social a {
  margin-right: 8px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.author-info-box .stars {
  color: gold;
}
.author-info-box .rating{
    color: black;
}

