/* ISO Belgelendirme Bölümü Özel Stilleri */
.iso-support .btn-primary,
.iso-support button.btn-primary {
    background: linear-gradient(45deg, #2d5016, #4a7c59);
    border: none;
    padding: 8px 16px;
    font-size: 0.9rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(45, 80, 22, 0.2);
    pointer-events: auto !important;
    z-index: 999 !important;
    position: relative !important;
    cursor: pointer !important;
    text-decoration: none;
    color: white !important;
}

.iso-support .btn-primary:hover,
.iso-support button.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(45, 80, 22, 0.3);
    background: linear-gradient(45deg, #4a7c59, #2d5016);
    pointer-events: auto !important;
}

/* Belge Butonları Grid Layout */
.btn-outline-primary {
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    padding: 6px 12px;
}

.btn-outline-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(45, 80, 22, 0.15);
}

/* Blog Kartları için ISO Badge */
.blog-entry a[href*="iso-"] .meta-date {
    background: linear-gradient(135deg, #2d5016, #4a7c59);
    color: white;
}

.blog-entry a[href*="iso-"] .meta-date::after {
    content: "🏆";
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 0.8rem;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .iso-support .btn-outline-primary {
        font-size: 0.75rem;
        padding: 4px 8px;
        margin: 2px;
    }
}

/* Hizmetler sayfası belge butonları */
.services .text .btn-outline-primary {
    margin: 2px;
    white-space: nowrap;
    font-size: 0.8rem;
}

/* Ana sayfa ISO section highlight */
.services-2.iso-support {
    border: 2px solid #2d5016;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(45, 80, 22, 0.05), rgba(74, 124, 89, 0.05));
}

.services-2.iso-support .icon {
    background: linear-gradient(45deg, #2d5016, #4a7c59);
    color: white;
}

.services-2.iso-support h3 {
    color: #2d5016;
    font-weight: bold;
}
