
:root {
    --rasz-green: #215c38;
    --rasz-green-dark: #18492c;
    --rasz-bg: #f5f6f4;
    --rasz-border: #d9dfda;
    --rasz-text: #263126;
}

html, body {
    background: var(--rasz-bg);
    color: var(--rasz-text);
    font-family: Arial, sans-serif;
}

.wrap {
    max-width: 1400px;
}

.headerbar {
    background: linear-gradient(135deg, #215c38, #18492c);
    border-radius: 14px;
    border: none;
    min-height: 95px;
    padding: 16px 24px;
}

#site-description {
    display: flex;
    align-items: center;
    gap: 24px;
}

#site-description h1,
#site-description p {
    display: none;
}
#logo {
    display: block;
    width: 320px;
    height: 70px;
}

.site_logo {
    display: block;
    width: 320px;
    height: 70px;

    background-image: url("./images/site_logo.png") !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.site_logo_img {
    width: 320px;
    height: auto;
    display: block;
    margin: 0;
}

.navbar {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #d9dfda;
    margin-top: 10px;
}

.forabg,
.forumbg {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #d9dfda;
    overflow: hidden;
    margin-bottom: 20px;
}

.forabg .header,
.forumbg .header {
    background: linear-gradient(90deg, #215c38, #18492c);
    border: none;
}

li.row {
    border-top: 1px solid #edf1ed;
    background: #fff;
}

li.row:hover {
    background: #f8faf8;
}

a {
    color: #18492c;
}

a.forumtitle {
    font-size: 1.08rem;
    font-weight: 700;
}

.headerbar,
.navbar,
.forabg,
.forumbg,
.panel,
.post,
.bg1,
.bg2,
.bg3,
.ucprowbg,
.fieldsbg,
.jumpbox-cat-link,
.inputbox,
.button,
.button1 {
    border-radius: 0 !important;
}

.headerbar,
.forabg,
.forumbg,
.panel,
.post {
    box-shadow: none !important;
}
.wrap {
    box-shadow:
        0 2px 12px rgba(0,0,0,0.08),
        0 1px 2px rgba(0,0,0,0.04);

    background: #fff;
}
body {
    background: #edf1ee;
}

.wrap,
#page-header,
.headerbar,
.navbar,
.forabg,
.forumbg,
.panel,
.post {
    border-radius: 0 !important;
    overflow: hidden;
}

.button,
.button1,
input.button1 {

}