.discord-widget {
    padding: 22px;
    border-radius: 22px;

    background:
        linear-gradient(
            150deg,
            rgba(66, 95, 50, .94),
            rgba(31, 43, 25, .94)
        ),
        url(https://images.unsplash.com/photo-1471193945509-9ad0617afabf?auto=format&fit=crop&w=900&q=80);

    background-size: cover;
    background-position: center;

    color: white;
    box-shadow: 0 18px 45px rgba(34, 48, 27, .22);
}

.discord-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 22px;
}

.discord-head span {
    width: 34px;
    height: 34px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background: rgba(255,255,255,.14);
}

.discord-head h3 {
    font-size: 16px;
    color: white;
}

.discord-count strong {
    display: block;

    font-size: 46px;
    line-height: 1;

    color: #ffffff;
}

.discord-count span {
    display: block;

    margin-top: 6px;

    color: rgba(255,255,255,.72);
    font-weight: 700;
}

.discord-info {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 10px;

    margin: 22px 0;
}

.discord-info div {
    padding: 12px;

    border-radius: 16px;

    background: rgba(255,255,255,.12);
}

.discord-info b {
    display: block;

    font-size: 20px;
    color: #f0c96d;
}

.discord-info small {
    color: rgba(255,255,255,.65);
    font-weight: 700;
}

.discord-btn {
    display: block;

    padding: 13px 16px;

    border-radius: 16px;

    background: linear-gradient(135deg, #d9a441, #f0c96d);

    color: #2c210b;
    text-align: center;
    text-decoration: none;

    font-weight: 900;

    box-shadow: 0 14px 30px rgba(217,164,65,.25);
}




#portal_announcements {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}

#portal_announcements .cl-news-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(66,95,50,.12);
}

#portal_announcements .cl-news-card:first-child {
  grid-row: span 3;
}

#portal_announcements .cl-news-card:first-child .cl-news-image {
  min-height: 280px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background:
    linear-gradient(180deg, transparent, rgba(0,0,0,.72)),
    url(https://images.unsplash.com/photo-1471193945509-9ad0617afabf?auto=format&fit=crop&w=1200&q=85);
  background-size: cover;
  background-position: center;
}

#portal_announcements .cl-news-card:not(:first-child) .cl-news-image {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 14px;
  padding: 12px;
}

#portal_announcements .cl-news-card:not(:first-child) .cl-news-image::before {
  content: "?";
  min-height: 104px;
  border-radius: 18px;
  background: linear-gradient(135deg,#d9a441,#6d8b42);
  display: grid;
  place-items: center;
  font-size: 34px;
}

#portal_announcements .cl-news-card:not(:first-child) .cl-tag {
  display: none;
}

.cl-news-text {
  width: 100%;
}

#portal_announcements .cl-news-card:first-child h2 {
  font-size: 28px;
  margin: 10px 0 8px;
}

#portal_announcements .cl-news-card:not(:first-child) h2 {
  font-size: 16px;
  margin: 6px 0;
  color: #425f32;
}

#portal_announcements .cl-news-card h2 a {
  color: inherit;
  text-decoration: none;
}

.cl-meta {
  font-size: 12px;
  font-weight: 800;
  color: #7b735f;
  margin-bottom: 8px;
}

#portal_announcements .cl-news-card:first-child .cl-meta {
  color: rgba(255,255,255,.78);
}

#portal_announcements .cl-news-card:first-child p {
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}

#portal_announcements .cl-news-card:not(:first-child) p {
  font-size: 13px;
  color: #7b735f;
  line-height: 1.45;
}

.cl-tag {
  width: fit-content;
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  background: #d9a441;
  color: #2b210b;
  font-size: 12px;
  font-weight: 900;
}

.cl-readmore {
  display: inline-block;
  margin-top: 12px;
  color: #425f32;
  font-weight: 900;
  text-decoration: none;
}

#portal_announcements .cl-news-card:first-child .cl-readmore {
  color: #f3ca68;
}

@media(max-width: 900px) {
  #portal_announcements {
    grid-template-columns: 1fr;
  }

  #portal_announcements .cl-news-card:first-child {
    grid-row: auto;
  }
}
.cl-news-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#portal_announcements .cl-news-card:not(:first-child) .cl-news-excerpt {
  -webkit-line-clamp: 6;
}


.cl-footer {
    width: 100%;
    margin-top: 90px;
    color: #fff;
}

.cl-footer-bg {
    position: relative;
    overflow: hidden;
    padding: 95px 0 70px;

    background:
        linear-gradient(
            rgba(18,27,14,.86),
            rgba(18,27,14,.88)
        ),
        url(../../../images/footer-farm.jpg);

    background-size: cover;
    background-position: center;
}

.cl-footer-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(217,164,65,.26), transparent 28%),
        radial-gradient(circle at 85% 65%, rgba(109,139,66,.28), transparent 32%);
    pointer-events: none;
}
.cl-footer-container {
    position: relative;
    z-index: 2;

    width: min(1180px, 92%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 55px;
    align-items: start;
}

.cl-footer-brand {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.cl-footer-logo {
    width: 72px;
    height: 72px;
    min-width: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            #d9a441,
            #efc96c
        );

    color: #2b210b;
    font-size: 34px;

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.45),
        0 18px 45px rgba(0,0,0,.22);
}

.cl-footer-brand h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
}

.cl-footer-brand p {
    max-width: 520px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.75;
}

.cl-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.cl-footer-links h4 {
    margin: 0 0 16px;
    color: #f3ca68;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.cl-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cl-footer-links li {
    margin-bottom: 11px;
}

.cl-footer-links a {
    color: rgba(255,255,255,.76);
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
}

.cl-footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.cl-footer-selects {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.cl-footer-selects select {
    max-width: 100%;
    padding: 9px 12px;
    border: 0;
    border-radius: 12px;
    background: rgba(255,255,255,.9);
    color: #24301f;
}

.cl-footer-bottom {
    background: #172014;
    padding: 18px 0;
}

.cl-footer-bottom-inner {
    width: min(1180px, 92%);
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;

    color: rgba(255,255,255,.62);
    font-size: 13px;
    font-weight: 700;
}

.cl-footer-bottom-inner span:first-child {
    color: #f3ca68;
    font-weight: 900;
}

@media (max-width: 900px) {
    .cl-footer-bg {
        padding: 85px 0 55px;
    }

    .cl-footer-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .cl-footer-links {
        grid-template-columns: 1fr;
    }

    .cl-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .cl-footer-brand {
        flex-direction: column;
    }

    .cl-footer-brand h3 {
        font-size: 25px;
    }
}
.cl-boardstats {
	margin: 22px 0;
	padding: 18px;
	border-radius: var(--cl-radius);
	background: rgba(255,255,255,.68);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--cl-shadow);
	backdrop-filter: blur(18px);
}

.cl-boardstats-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
	padding: 18px 20px;
	border-radius: 22px;
	color: #fff;
	background:
		linear-gradient(135deg,rgba(66,95,50,.95),rgba(128,88,50,.88)),
		linear-gradient(45deg,transparent,rgba(255,255,255,.16));
}

.cl-boardstats-head h2 {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.cl-boardstats-head span {
	display: block;
	margin-top: 4px;
	color: rgba(255,255,255,.76);
	font-size: 13px;
	font-weight: 700;
}

.cl-boardstats-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 12px;
}

.cl-boardstat-tile {
	padding: 18px 20px;
	border-radius: 18px;
	background: #f6f0e4;
}

.cl-boardstat-tile span {
	display: block;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--cl-muted);
	font-size: 12px;
	font-weight: 900;
}

.cl-boardstat-tile strong {
	display: block;
	margin-top: 8px;
	color: var(--cl-green);
	font-size: 28px;
	line-height: 1;
}

.cl-boardstats-details {
	display: grid;
	gap: 12px;
	margin-top: 14px;
}

.cl-boardstats-details:empty {
	display: none;
}

.cl-boardstats-details tr,
.cl-boardstats-details tbody,
.cl-boardstats-details td {
	display: block;
	width: 100% !important;
}

.cl-boardstats-details .tcat {
	margin-top: 10px;
	border-radius: 14px 14px 0 0;
	background: rgba(66,95,50,.10);
	color: var(--cl-green);
}

.cl-boardstats-details .trow1,
.cl-boardstats-details .trow2 {
	border-radius: 0 0 14px 14px;
	background: rgba(255,255,255,.7);
}

.cl-boardstats-links {
	margin-top: 12px;
	text-align: right;
	color: var(--cl-muted);
	font-size: 13px;
}
.cl-boardstat-card .cl-boardstat-icon {
	position: absolute;
	left: 18px;
	top: 18px;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(66,95,50,.14);
	color: var(--cl-green);
	font-weight: 900;
}
		