/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Add your custom styles below this line */

/* Styling for the project costs table */
/* .project-costs__table {
    margin-bottom: 30px;
}

.project-costs__title-row {
    font-weight: bold;
    background-color: #f5f5f5;
}

.project-costs__row {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.project-costs__total-row {
    font-weight: bold;
    border-top: 2px solid #ddd;
    margin-top: 10px;
} */
/* Dynamic Form Rows Styling */
.project-costs__controls {
  margin: 15px 0;
  text-align: right;
  clear: both;
  width: 100%;
  display: block;
}

.project-costs__add-button {
  background-color: #003057;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
}

.project-costs__remove-button {
  background-color: transparent !important;
  color: red !important;
  border: none !important;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
  padding: 0 !important;
  width: 24px;
  height: 24px;
  line-height: 1 !important;
}
.project-costs__remove-button:hover {
  background-color: transparent !important;
  scale: 1.2;
}

.project-costs__row {
  position: relative;

  .kb-adv-form-field {
    width: 100% !important;
    max-width: 208px !important;
  }
}
.project-costs__row .kt-inside-inner-col {
  height: fit-content !important;
}
.project-costs__add-btn {
  margin: 20px 0;
  text-align: center;
}

#add-cost-row {
  background-color: transparent;
  color: #003057;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

#add-cost-row:hover {
  background-color: transparent;
}
