/*
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
*/



.custom-image-block-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.custom-image-block {
  flex: 1 1 250px;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

.custom-image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.custom-image-block a.custom-link {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  background: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.custom-image-block a.custom-link:hover {
  background: #005177;
}
