.round-pdf-button { display: none; }

/* Show and style from 600px and up */
@media (min-width: 600px) {
.round-pdf-button {
position: fixed;
right: 30px;
bottom: 20px;

	
	width: 150px;
height: 150px;
min-width: 150px;
min-height: 150px;
max-width: 150px;
max-height: 150px;
box-sizing: border-box; 
	
	
border-radius: 50%;
background: #A0B1B6;
color: #ffffff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.15;

box-shadow: 0 8px 20px rgba(0,0,0,0.25);
z-index: 9999;
font-family: 'Vogun', sans-serif;
font-weight: 600;
font-size: clamp(9px, 1.5vw, 16px);
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.round-pdf-button:hover,
.round-pdf-button:focus-visible {
background: #B3C0C4;
transform: translateY(-2px);
box-shadow: 0 12px 26px rgba(0,0,0,0.3);
outline: none;
}
}

.round-pdf-button { display: none; }


@media (min-width: 600px) {
.round-pdf-button {
position: fixed;
right: 30px;
bottom: 20px;
width: 150px;
height: 150px;
min-width: 150px;
min-height: 150px;
max-width: 150px;
max-height: 150px;
box-sizing: border-box; 
border-radius: 50%;
background: #A0B1B6;
color: #ffffff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.15;
padding: 16px;
box-shadow: 0 8px 20px rgba(0,0,0,0.25);
z-index: 9999;
font-family: 'Vogun', sans-serif;
font-weight: 600;
font-size: clamp(11px, 1.2vw, 16px);
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.round-pdf-button:hover,
.round-pdf-button:focus-visible {
background: #B3C0C4;
transform: translateY(-2px);
box-shadow: 0 12px 26px rgba(0,0,0,0.3);
outline: none;
}
}