.kontownik-image img {
    max-width: 200px;
    border-radius: 50%;
    margin: 1rem 0;
}

.kontownik-event {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1rem 0;
}

.kontownik-event table {
    width: 100%;
    border-collapse: collapse;
}

.kontownik-event td, .kontownik-event th {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

.kontownik-webinars {
    list-style: none;
    padding-left: 0;
}

.kontownik-webinars li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.kontownik-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.product-card {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.product-card span {
    display: block;
    margin-top: 0.5rem;
    font-weight: 500;
}