@charset "utf-8";
/* CSS Document */
/* Ažurirano 27-10-2025 13:34 */

.user-page {
	overflow:hidden;
}

.user-page strong {
    font-weight: 700;
}
.user-page em {
    font-style: italic;
}
.user-page u {
    text-decoration: underline;
}
.user-page s {
    text-decoration: line-through;
}
.user-page p {
    margin: 0;
	color:#fff;
	line-height: 1.9;
	font-size: clamp(1rem, 0.988rem + 0.063vw, 1.063rem);
    /*16-17*/
}

.user-page p + p {
    margin-top: 20px;
}

.user-page h1, .user-page h2, .user-page h3, .user-page h4, .user-page h5, .user-page h6 {
	margin-bottom:20px;
}


.user-page ol {
    list-style: decimal outside none;
	padding-left: 20px;
}

.user-page ol li {
	font-size: clamp(1rem, 0.988rem + 0.063vw, 1.063rem);
    /*16-17*/
    line-height: 1.9;
	color: #fff;
	margin-bottom: 10px;
}

.user-page ul {
    list-style: disc outside none;
	padding-left: 20px;
}
.user-page ul + p {
    margin-top: 30px;
}

.user-page ol + p {
    margin-top: 30px;
}

.user-page ul li {
	font-size: clamp(1rem, 0.988rem + 0.063vw, 1.063rem);
    /*16-17*/
    line-height: 1.9;
	color: #fff;
	margin-bottom: 10px;
}

.user-page dl + p {
    margin-top: 30px;
}

.user-page dl li {
    padding-left: 20px;
	font-size: clamp(1rem, 0.988rem + 0.063vw, 1.063rem);
    /*16-17*/
	color: #fff;
	margin-bottom: 10px;
}

.user-page a {
    color: #d5a44c;
    text-decoration: none;
    transition: all 0.3s ease;
}
.user-page a:hover {
    opacity: 0.7;
}

.user-page img {
    height: auto !important;
	padding: 5px;
}

.user-page td a {
	color:#d5a44c;
}

img[style*="left"] {
    margin-right: 50px;
}

img[style*="right"] {
    margin-left: 50px;
}

@media screen and (max-width:600px) {
	img[style*="left"] {
		margin-right: 20px;
	}

	img[style*="right"] {
		margin-left: 20px;
	}
}