/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.chsy-corp-status {  }
.chsy-corp-status .title { font-size: 1.125rem; font-weight: bold; margin-bottom: 0.8rem; }
.chsy-corp-status .list-wrapper { display: grid; grid-template-columns: repeat(2, 2fr); gap: 0.5rem; }
.chsy-corp-status .list-wrapper .item { background-color: #f3f3f3; border-radius: 10px; text-align: center; border: 1px solid #ddd; padding-bottom: 0.4rem; }
.chsy-corp-status .list-wrapper .item:last-child { grid-column: span 2; background-color: #C63764FF; color: #fff; }
.chsy-corp-status .list-wrapper .item .name { font-size: 0.9rem; padding: 0.3rem; }
.chsy-corp-status .list-wrapper .item .count-wrapper { display: flex; width: 100%; gap: 0.5rem; justify-content: center; align-items: flex-end; margin-top: 0.5rem; }
.chsy-corp-status .list-wrapper .item .count-wrapper .count-item {  }
.chsy-corp-status .list-wrapper .item .count-wrapper .count-item .count-name { font-size: 0.8rem; line-height: 0.8rem; }
.chsy-corp-status .list-wrapper .item .count-wrapper .count-item .count { font-size: 1.2rem; font-weight: bold; line-height: 1.2rem; }
.chsy-corp-status .list-wrapper .item .count-wrapper .count-item .count span { font-size: 0.8rem; font-weight: normal; }