/* Minimal custom styles for BD Horoměřice website */
/* Only adding what Pico CSS doesn't provide */

/* Mobile-specific adjustments for better touch targets */
@media (max-width: 768px) {
    /* Slightly tighter spacing for mobile documents */
    .archive-article {
        margin-bottom: 0.75rem;
        padding: 0.75rem;
    }
    
    /* Better touch targets for buttons on mobile */
    [role="button"] {
        min-height: 44px;
        padding: 0.5rem 1rem;
    }
    
    /* Compact article spacing */
    article p {
        line-height: 1.3;
    }
}

/* Phone number styling */
a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
}

a[href^="tel:"]:hover {
    text-decoration: underline;
}