.ib-btn-wrapper { margin: 12px 0; text-align: center; }
.ib-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 28px;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
text-decoration: none;
cursor: pointer;
border: none;
transition: background 0.2s, transform 0.1s;
line-height: 1.4;
}
.ib-btn:active { transform: scale(0.97); }
.ib-btn-icon { flex-shrink: 0; } .ib-btn-small { padding: 8px 16px; font-size: 13px; }
.ib-btn-medium { padding: 10px 22px; font-size: 15px; }
.ib-btn-large { padding: 14px 32px; font-size: 17px; } .ib-btn-download {
background: #00a32a;
color: #fff;
}
.ib-btn-download:hover {
background: #008a22;
color: #fff;
text-decoration: none;
} .ib-btn-print {
background: #2271b1;
color: #fff;
}
.ib-btn-print:hover {
background: #1a5f99;
color: #fff;
} .ib-coloring-image {
text-align: center;
margin: 30px auto 10px;
}
.ib-coloring-image picture,
.ib-coloring-image img {
max-width: 100%;
height: auto;
} .ib-gallery {
display: grid;
gap: 16px;
margin: 20px 0;
}
.ib-gallery-cols-2 { grid-template-columns: repeat(2, 1fr); }
.ib-gallery-cols-3 { grid-template-columns: repeat(3, 1fr); }
.ib-gallery-cols-4 { grid-template-columns: repeat(4, 1fr); }
.ib-gallery-item {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
transition: transform 0.2s;
}
.ib-gallery-item:hover {
transform: translateY(-3px);
}
.ib-gallery-link { text-decoration: none; color: inherit; display: block; }
.ib-gallery-thumb { aspect-ratio: 1; overflow: hidden; background: #f5f5f5; }
.ib-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ib-gallery-title {
padding: 10px 12px;
font-size: 14px;
font-weight: 600;
margin: 0;
text-align: center;
color: #333;
} .ib-stats-inline { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin: 15px 0; }
.ib-stat-item { font-size: 13px; color: #666; } .ib-no-results { text-align: center; padding: 40px; color: #666; font-size: 16px; }  @media (max-width: 768px) {
.ib-gallery-cols-3,
.ib-gallery-cols-4 { grid-template-columns: repeat(2, 1fr); }
.ib-btn-large { padding: 12px 24px; font-size: 16px; }
} @media (max-width: 480px) {
.ib-gallery { grid-template-columns: repeat(2, 1fr) !important; gap: 10px; } .ib-btn-wrapper { margin: 8px 0; }
.ib-btn {
display: flex;
width: 100%;
padding: 14px 20px;
font-size: 15px;
}
.ib-gallery-title { font-size: 12px; padding: 8px; }
.ib-gallery-item { border-radius: 6px; }
} @media print {
.ib-btn-wrapper,
.ib-download-wrapper,
.ib-print-wrapper { display: none !important; }
}.ilkboyamam-buttons {
text-align: center;
margin: 30px 0;
padding: 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 15px;
box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.ilkboyamam-download-btn,
.ilkboyamam-print-btn {
display: inline-block;
padding: 15px 30px;
margin: 0 10px;
border: none;
border-radius: 25px;
font-weight: bold;
text-decoration: none;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
transform: translateY(0);
}
.ilkboyamam-download-btn:hover,
.ilkboyamam-print-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0,0,0,0.3);
text-decoration: none;
}
.seo-cta-section {
background: #f8f9fa;
padding: 20px;
border-left: 4px solid #667eea;
margin: 30px 0;
border-radius: 8px;
}
.seo-footer {
margin-top: 40px;
padding-top: 20px;
border-top: 2px solid #eee;
font-size: 0.9em;
color: #666;
}
@media (max-width: 768px) {
.ilkboyamam-download-btn,
.ilkboyamam-print-btn {
display: block;
margin: 10px auto;
width: 80%;
max-width: 250px;
}
}