/*-----------------------------------------------------------------------------------------------------/
	@version		1.4.5
	@build			18th March, 2024
	@created		30th September, 2022
	@package		Cancer Pulse
	@subpackage		sources.css
	@author			Emmanuel Danan - Agence Agerix <https://www.agerix.fr>
	@copyright		Copyright (C) 2022. All Rights Reserved
	@license		GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
	  __    ___  ____  __ _   ___  ____     __    ___  ____  ____  __  _  _
	 / _\  / __)(  __)(  ( \ / __)(  __)   / _\  / __)(  __)(  _ \(  )( \/ )
	/    \( (_ \ ) _) /    /( (__  ) _)   /    \( (_ \ ) _)  )   / )(  )  (
	\_/\_/ \___/(____)\_)__) \___)(____)  \_/\_/ \___/(____)(__\_)(__)(_/\_)
/------------------------------------------------------------------------------------------------------*/


/* CSS Document */

.country-data h2 {
    color: #fff;
    background-color: #057b9c !important;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    clear: both;
}
.country-data h3 {
    background-color: #ed4b82;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: table;
    clear: both;
}
.country-data h4 {
    color: #ed4b82;
    font-weight: 400;
    font-size: 20px;
}
