/*!
Theme Name:Felan Child
Theme URI: https://felan.ricetheme.com/
Author: RiceTheme
Author URI: https://ricetheme.com/
Description: This is a child theme of Felan
Template: felan
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
License URI: https://choosealicense.com/licenses/gpl-2.0/
Text Domain:felanchild
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


.archive-layout .inner-content .area-archive {
    display: block;
}

.felan-service-item {
  width: calc((100% / 5) - 20px); /* Set your desired width */
  margin-bottom: 20px; /* Adjust the bottom margin as needed */
}


.felan-service-item {
  box-sizing: border-box; /* important for consistent sizing */
  margin-bottom: 20px; /* or 0, if Masonry gutter covers spacing */
}
.content-service {
  /* optional: clear floats if you have any */
  overflow: hidden;
}

.archive-service .inner-content {
  width: 100% !important;
  max-width: 100% !important;
}