/**
Theme Name: shop drawing studio
Author: Mehedi Hasan
Author URI: https://mmehedi.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: shop-drawing-studio
Template: astra
*/
/* Sticky Header for Astra Free */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}


/* Sample design CPT  */
/* Default desktop/tablet: 3 columns (already in your shortcode inline styles) */
.sample-designs-list{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(3, 1fr);
}

/* Tablet & mobile: 2 columns */
@media (max-width: 768px){
  .sample-designs-list{
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
  }
}

/* Small phones: still 2 columns but tighter spacing (optional) */
@media (max-width: 420px){
  .sample-designs-list{
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
  }
}


.sd-loadmore {
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
    background: none;
    border-radius: 8px;
    cursor: pointer;
}

.sd-loadmore:hover {
    color: #000;
    background: #f2f2f2;
	border: 1px solid #f2f2f2;
}

.sd-lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.sd-lightbox-overlay.active {
    display: flex;
}

.sd-lightbox-content {
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.sd-lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    display: block;
}

.sd-lightbox-close {
    position: absolute;
    right: 0px;
    background: #FCB532;
    border-radius: 20px;
    font-size: 30px;
    line-height: 1;
    color: #111;
    cursor: pointer;
}

article.sample-design-card {
    border: 1px solid #1E4E8C;
    border-radius: 10px;
    padding: 0;
    background: #e1e1e1;
}

.sd-cats {
    font-size: 14px;
    font-weight: 600;
    color: #f2f2f2;
    padding: 5px 22px;
    border-radius: 0 8px 8px 0;
    background: #1E4E8C;
}

.sd-cats a {
	color: #f2f2f2;
	text-decoration: none !important;
}

h3.sd-title {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    color: #05081c;
}