/*
Theme Name: Bithub Theme
Description: A custom child theme based on TwentyTwenty.
Theme URI: https://refrigeration.lt/
Author: Vaidas | Bithub
Author URI: https://bithub.lt
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bithub-theme
*/

.comment-review-item {
    background-color: #faf5ed;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    font-family: sans-serif;
}

.comment-review-item .stars {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 10px;
}

.comment-review-item .comment-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.comment-review-item .service-name {
    display: inline-block;
    background-color: #f4ece1;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-review-item .author-date {
    font-size: 14px;
    color: #888;
}



#specialistas-calendar #calendar-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#specialistas-calendar .calendar-modal-backdrop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
}

#specialistas-calendar .calendar-modal {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  width: 320px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

#specialistas-calendar .calendar-modal label {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

#specialistas-calendar .calendar-modal textarea {
  width: 100%;
}

#specialistas-calendar .calendar-modal-actions {
  margin-top: 15px;
  text-align: right;
}
