/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#c401k {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  max-width: 600px;
  padding: 30px 20px;
}

#c401k table tbody tr:hover > td, 
#c401k table tbody tr:hover > th,
#c401k table tbody > tr:nth-child(odd) > td, 
#c401k table tbody > tr:nth-child(odd) > th {
  background-color: inherit;
}

#c401k table {
  border-collapse: collapse;
  margin-block-end: 0px;
  width: 100%;
}

#c401k th[colspan="2"] {
  border: none !important;
  margin-bottom: 10px;
}

#c401k td,
#c401k th {
  border: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-align: left;
  vertical-align: middle;
}

#c401k input[type="number"],
#c401k input[type="text"],
#c401k select {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  width: 100%;
}

#c401k input[type="number"]:focus,
#c401k input[type="text"]:focus,
#c401k select:focus {
  background-color: #F2F2F2;
  border-color: #11326F;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
  outline: none;
}

#c401k input#c401kc-dues-total,
#c401k input#c401kc-saved-total {
  background-color: #F2F2F2;
  font-weight: 600;
}

#c401k td[colspan="2"] {
  font-size: 12px;
}
