.custom-pdf-link {
margin: 10px 0;
}
.custom-ppdf-link a {
display: block;
text-decoration: none;
color: inherit;
}
.custom-pdf-link .pdf-link-content {
display: flex;
align-items: center;
padding: 10px;
transition: background-color 0.3s ease;
border-bottom: 1px solid #EEF2F5;
}
.custom-pdf-link .pdf-link-content:hover {
background-color: #f8f9fb; 
}
.custom-pdf-link img {
margin-right: 10px; 
width: 35px; 
height: 35px; 
}
.custom-pdf-link span {
flex-grow: 1;
}
.custom-docx-link {
margin: 10px 0;
}
.custom-docx-link a {
display: block;
text-decoration: none;
color: inherit;
}
.custom-docx-link .docx-link-content {
display: flex;
align-items: center;
padding: 10px;
transition: background-color 0.3s ease;
border-bottom: 1px solid #EEF2F5;
}
.custom-docx-link .docx-link-content:hover {
background-color: #f8f9fb; 
}
.custom-docx-link img {
margin-right: 10px; 
width: 35px; 
height: 35px; 
}
.custom-docx-link span {
flex-grow: 1;
}
.file-info {
font-size: 0.85em; 
color: rgb(46,38,32);     
}
.nazwa_menu{
font-size: 1.4em;
line-height:1.5em;
} .contextual-menu {
list-style: none;
padding: 0;
margin: 0;
}
.contextual-menu > li.menu-item {
margin: 5px 0;
padding: 5px;
} .contextual-menu ul {
padding-left: 20px; 
margin: 0;
}
.contextual-menu a {
text-decoration: none;
display: inline-block; 
color: #2E2621 !important;
}
.contextual-menu > li.menu-item.active > a {
background-color: #f8f9fb; 
border-left: 4px solid #4E9743;
padding: 10px;
display: block;
}
.contextual-menu ul .menu-item.active > a {
border-left: 4px solid #4E9743; 
padding-left: 12px; 
color: #2b6635 !important; 
} .lista li{
list-style-type: none; 
padding-left: 1em; 
position: relative;
}
.lista li::before {
content: "\25A0"; 
font-size: 1em;
color: #4E9743;; 
position: absolute;
left: -1em;
top: 0;
} .table_waluty {
border: none;
border-collapse: collapse;
width: 100%;
font-size: 1em; 
line-height: 1.5;
}
.table_waluty th, .table_waluty td {
border: none;
padding: 12px;
text-align: left;
}
.table_waluty th {
font-size: 1.1em;
color: #2B6635;
font-weight:400;
line-height: 1.4;
}
.table_waluty td img {
margin-right: 10px;
}
.kursy-data {
font-size: 0.9em;
margin-top: 10px;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} .stawki-referencyjne {
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
align-items: stretch; 
height: 100%;
}
.stawka-referencyjna {
display: flex;
align-items: center;
width: 100%;
min-height: 50%;
border-radius: 0;
border-bottom: 0px solid #f8f9fb;
padding: 40px 15px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
transition: background-color 0.3s ease;
text-align: left;
line-height: 1.4;
}
.stawka-referencyjna:hover {
background-color: #f6f6f6;
}
.ikonka {
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
}
.ikonka img {
width: 50px;
height: auto;
}
.opis-stawki {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.nazwa_stawki {
font-size: 1.1em;
}
.data_stawki {
font-weight: normal;
font-size: 0.9em;
color: #666;
}
.wartosc-stawka {
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5em;
font-weight: bold;
color: #4e9644;
width: 100px;
text-align: center;
}
@media (max-width: 600px) {
.stawki-referencyjne {
flex-direction: column;
align-items: center;
}
.stawka-referencyjna {
flex: 1 1 100%;
}
} .sip-post-kafel {
display: flex;
gap: 24px;
align-items: center;
background: #fff;
padding: 20px 0;
border-bottom: 1px solid rgba(0,0,0,0.08);
}
.sip-post-kafel-obraz {
width: 260px;
height: 160px;
flex-shrink: 0;
overflow: hidden;
display: block;
}
.sip-post-kafel-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.sip-post-kafel:hover .sip-post-kafel-img {
transform: scale(1.03);
}
.sip-post-kafel-content {
flex: 1;
}
.sip-post-kafel-tytul {
margin: 0 0 10px;
font-size: clamp(22px, 1.6vw, 28px);
line-height: 1.2;
font-weight: 700;
}
.sip-post-kafel-tytul a {
color: #111;
text-decoration: none;
}
.sip-post-kafel-tytul a:hover {
color: var(--e-global-color-primary);
}
.sip-post-kafel-opis {
margin: 0 0 18px;
color: #555;
line-height: 1.6;
max-width: 700px;
}
.sip-post-kafel-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 18px;
background: var(--e-global-color-primary);
color: #fff !important;
text-decoration: none;
font-weight: 600;
transition: opacity 0.2s ease;
}
.sip-post-kafel-btn:hover {
opacity: 0.9;
}
@media (max-width: 768px) {
.sip-post-kafel {
flex-direction: column;
align-items: flex-start;
}
.sip-post-kafel-obraz {
width: 100%;
height: 220px;
}
}