/* Page-specific styles for Gdy szukasz wsparcia */
.circular-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.poradnik-img {
    max-width: 100%;
    height: auto;
}

.pdf-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pdf-frame {
    width: 100%;
    height: 600px;
    border: none;
}

/* Remove redundant styles - now handled globally in site.css */

/* Make the Dwie Kreski logo perfectly circular (overrides global right-column img rule) */
.right-column img.circular-img {
    display: block;
    width: min(260px, 80%);
    aspect-ratio: 1 / 1;      /* ensure a perfect circle */
    height: auto;
    border-radius: 50% !important;
    object-fit: contain;       /* show the whole logo inside the circle */
    background: #fff;          /* white background inside the circle */
    padding: 5px;              /* match global spacing */
    margin: 10px auto;         /* center within the right column */
}