/*
Theme Name: AISAL
Description: Child theme of CMAA
Author: Your Name
Template: cmaa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cmaa-child
*/

/* 
 * Import parent theme styles
 * This will be handled by functions.php for better performance
 */

/* 
 * Add your custom styles below this line
 * These styles will override the parent theme styles
 */

/* Example custom styles - you can modify or remove these */
/*
body {
    font-family: 'Your Custom Font', sans-serif;
}

.custom-class {
    color: #your-color;
}
*/

.wpc-filters-ul-list {
  list-style: none !important;
  padding-left: 0 !important;
}

/* Custom overlay addition styles for wp_ulike integration */
.custom-overlay-addition {
  margin-top: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wp-ulike-overlay-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.custom-overlay-addition .wp_ulike_general_class {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.custom-overlay-addition .wp_ulike_btn {
  color: rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 4px 8px !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}

.custom-overlay-addition .wp_ulike_btn:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.custom-overlay-addition .wp_ulike_btn.wp_ulike_btn_is_active {
  color: #ff6b6b !important;
  border-color: #ff6b6b !important;
  background: rgba(255, 107, 107, 0.1) !important;
}

.overlay-like-count {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-overlay-addition {
    margin-top: 8px;
    padding: 6px 0;
  }

  .wp-ulike-overlay-wrapper {
    gap: 8px;
    font-size: 11px;
  }

  .custom-overlay-addition .wp_ulike_btn {
    padding: 3px 6px !important;
    font-size: 10px !important;
  }

  .overlay-like-count {
    font-size: 10px;
  }
}

.wp-ulike-pro-content-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.wp-ulike-featured-image {
  height: 100px;
  width: 100px;
}
.wp-ulike-content-style-default .wp-ulike-pro-item-title {
  margin-bottom: 0;
}

.t-overlay-text .t-entry .t-entry-meta {
  display: none !important;
}

.tmb-dark.tmb-border, .tmb-dark.tmb-bordered:not(.tmb-no-bg):not(.tmb-shadowed).tmb > .t-inside, .tmb-dark.tmb-bordered.tmb-no-bg.tmb > .t-inside .t-entry-visual {
	border: none !important;
}
