.map-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 60px;
	margin-top: 30px;
    text-align: center;
    position: relative;
}

/* --- Górny label --- */
.map-label-top {
    width: 40%;
    margin: 0 auto -10px auto;
    padding: 24px 25px;
    background: linear-gradient(180deg, rgba(30, 0, 0, 0.4), rgba(10, 0, 0, 0.7));
    border-radius: 18px 18px 8px 8px;

    transform: perspective(600px) translateZ(10px);
    color: #ffffff;
	    border: 1px solid rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(255, 50, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.5);
	
	    font-size: 1.9rem;
    font-weight: 700;
	
	    text-shadow: 0 2px 6px rgba(0,0,0,0.7);
		
		    line-height: 1.35;
			
	font-family: 'Oxygen', sans-serif;

}

@media (max-width: 600px) {
	.map-label-top {
		width: 65%;
			    font-size: 1.5rem;
    font-weight: 500;
	}
}

/* sprawia że box jest "węższy" u góry */
.map-label-top span {
    display: inline-block;
    transform: scale(0.92);
}

/* --- Iframe mapy --- */
.map-iframe {
    width: 100%;
    height: 420px;
    border: 1px solid rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(255, 50, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
    backdrop-filter: blur(4px);
}


/* --- Iframe mapy --- */
.map-iframe-small {
    width: 100%;
    height: 320px;
    border: 1px solid rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(255, 50, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
    backdrop-filter: blur(4px);
}
/* --- Dolny label --- */
.map-label-bottom {
    display: block;
    width: 55%;
    margin: -10px auto 0 auto;
    padding: 14px 25px;
    background: linear-gradient(180deg, rgba(30, 0, 0, 0.4), rgba(10, 0, 0, 0.7));
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px 8px 18px 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
		    border: 1px solid rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(255, 50, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.5);
	
	    font-size: 1.05rem;
    font-weight: 400;
    color: #f1f1f1;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
	
	    line-height: 1.35;
			font-family: 'Oxygen', sans-serif;

	
}

.map-label-bottom a {
    color: #f1f1f1 !important; /* delikatnie jaśniejszy */
}

/* efekt zwężenia ku dołowi */
.map-label-bottom span {
    display: inline-block;
    transform: scale(0.88);
}

/* hover efekt (lekki lifting jak promobox) */
.map-label-bottom:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.45);
}

/* targetujemy bezpośrednio element-a, bo .map-label-bottom to <a> */
.map-label-bottom,
.map-label-bottom:link,
.map-label-bottom:visited {
  color: #f1f1f1 !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #f1f1f1 !important; /* na iOS/Safari */
}

/* hover / active — też wymuszamy kolor */
.map-label-bottom:hover,
.map-label-bottom:active,
.map-label-bottom:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
}
