/* 
Theme Name:		 Xaito Child
Theme URI:		 https://xoomcoders.com/wp/xaito
Description: Xaito Theme is fully flexible, user-friendly and responsive that looks great on every devices as desktops, tablets, and mobiles.
Author:			 freekytheme
Author URI:		 https://themeforest.net/user/freekytheme
Template:		 xaito
Version:		 1.0.0
Text Domain:	 xaito-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
 .archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.archive-item {
  background: #fff;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
}

.archive-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.archive-title a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 768px) {
  .archive-grid {
    grid-template-columns: 1fr;
  }
}
.archive-item .xc-btn.xc-btn-border {
  background: transparent;   /* matches blog list */
  border: 1px solid #0f0f0f; /* adjust to theme’s border color */
  color: #0f0f0f;            /* adjust to theme’s text color */
}

.archive-item .xc-btn.xc-btn-border:hover {
  background: #0f0f0f;       /* theme hover color */
  color: #fff;
}


