.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%;
}
}