/*
Theme Name: Vaximo Child
Theme URI: https://algosys.wpdev247.com
Description: Child theme for Vaximo. Algosystems customizations go here so parent theme updates do not overwrite them.
Author: Hellenic Technologies
Author URI: https://hellenictechnologies.com
Template: vaximo
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vaximo-child
*/

/* Algosystems overrides — add CSS below. Parent styles load first. */

/*
 * Cloud Security feature icons (feature-01 / feature-02 / feature-03).
 * Parent `img { max-width: 100% }` shrinks them when the title wraps,
 * so the three numbered badges render at different sizes.
 */
.cs-features-inner .row > [class*="col-"] {
	display: flex;
}

.cs-features-card {
	width: 100%;
	height: 100%;
}

.cs-features-card .title .icon {
	flex: 0 0 100px;
	width: 100px;
	margin-right: 16px;
}

.cs-features-card .title .icon img {
	display: block;
	width: 100px;
	height: auto;
	max-width: none;
}

.cs-features-card .title h3 {
	flex: 1 1 auto;
	min-width: 0;
}

.cs-features-card p {
	max-width: none;
}

@media only screen and (max-width: 767px) {
	.cs-features-card .title .icon {
		flex-basis: 80px;
		width: 80px;
	}

	.cs-features-card .title .icon img {
		width: 80px;
	}
}
