body.etiket-page .etiket-page-main {
    max-width: 1200px;
}

.etiket-page-header {
    align-items: stretch;
}

.etiket-page-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 107, 0, 0.12);
    color: var(--site-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.etiket-page-content {
    margin-top: 0.85rem;
    max-width: 720px;
    color: #5f4b3d;
    font-size: 0.95rem;
    line-height: 1.65;
}

.etiket-page-header-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid #f0dfd2;
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.12);
}

.etiket-page-content-wrap {
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .etiket-page-header {
        flex-direction: column;
    }

    .etiket-page-header-image {
        align-self: flex-start;
    }
}
