/**
 * Adding Wysiwyg editor for admin configuration
 *
 * @category AbcCode
 * @package AbcCode_About
 * @author Korzh Ruslan <korzhruslan.it.abc@gmail.com>
 * @copyright Copyright (c) 2025 Abc Code Studio (https://abc-code.studio)
 * @license https://opensource.org/licenses/OSL-3.0.php Open Software License 3.0
 */
.care-billing-info-block {
  font-size: 12px;
}
.care-billing-info-block .tabs__content-item {
  width: 100%;
  padding-top: 60px;
}
.care-billing-info-block .tabs__content-item .care {
  display: grid;
  grid-template-columns: 90px 1fr;
  margin: 0 15% 3rem 15%;
  line-height: 20px;
  text-align: left;
}
.care-billing-info-block .tabs__content-item .care .care-img {
  padding: 20px;
  text-align: center;
}
.care-billing-info-block .tabs__content-item .care .care-text {
  align-self: center;
  font-weight: normal;
}
