/* Połączone style: styles1 + styles2 + styles3 */

body {
    height: 100%;
    margin: 0;
    background-color: black;
    font-size: 12px;
}

/* Tło – cały obraz widoczny, bez przycinania */
.background-container {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    background-color: black;
    align-items: center;
    z-index: -1;
}

.background-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    z-index: -1;
}

.content {
    color: white;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
}

/* Strony konta (account) – treść na wierzchu zdjęcia tła */
.content3 {
    position: absolute;
    z-index: 1;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    color: #000;
}

.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size15 { font-size: 15px; }

.inset_white_14 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: lighter;
    text-shadow: rgb(0, 0, 0) 0px 1px 1px;
}

.loginbuttons {
    padding-top: 20px;
    text-decoration: none;
}

.flag { padding-bottom: 5px; }

a.maro_14:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #764800;
}

.opis1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: black;
    text-shadow: 0px 1px 1px #fff4da;
}

.error-message {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
}

/* Tabele i sekcje konta */
.naz2 font, .naz2 p, .naz2 h2, .naz2 span, .naz2 td {
    color: #000;
}

table.naz2 {
    width: 100%;
    border-collapse: collapse;
}

table.naz2 td {
    padding: 8px;
    border: 1px solid #ddd;
}

.cl-right { margin-top: 20px; }

.hst-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.m-tb { background-color: #f9f9f9; }
.htt { background-color: #f1f1f1; }
.clr { clear: both; }

.centered-table {
    margin: 13px auto;
    width: 865px;
    height: 18px;
    border-collapse: collapse;
}

.centered-table2 {
    margin: 13px auto;
    width: 400px;
    height: 18px;
    border-collapse: collapse;
}

.centered-table2 td {
    font-size: 17px;
    color: darkgreen;
    padding: 10px;
}

.centered-table3 {
    margin: 13px auto;
    width: 830px;
    height: 18px;
    border-collapse: collapse;
}

.block1 { margin-left: 140px; }

.block3 {
    position: relative;
    width: 350px;
    text-align: center;
}

.block3 img {
    display: block;
    margin: 0 auto;
    width: 350px;
    height: auto;
}

.block4 {
    display: block;
    margin: 0 auto;
    width: 350px;
    height: auto;
}

.text-overlay {
    height: 100px;
    width: 310px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.text-overlay .reflink { font-size: 10px; }
.text-overlay .info { width: 300px; }

.img-opacity {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.img-opacity:hover {
    opacity: 1;
}

.img-effect {
    opacity: 0.5;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.img-effect:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.custom-link {
    color: #8B4513;
    text-decoration: none;
}

.custom-link:hover {
    color: green;
}
