.site-foo {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width:992px) {
    .site-foo {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .site-foo {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.dtgfrG {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fdfghfh {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ghjhj {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grhfghee {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fdggx {
    word-break: break-all;
}

h1 {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding-bottom: 20px !important;
}

h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
}

h3 {
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}

h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}

p {
    font-size: 18px !important;
}

.fdggx h2 {
    text-align: center !important;
    color: #000 !important;
}

.fdggx h3 {
    text-align: center !important;
    color: #000 !important;
}

.fdggx h4 {
    text-align: center !important;
    color: #000;
}

.fdggx h5,
.fdggx h6 {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
}

.fdggx li,
.fdggx span,
.fdggx a {
    color: #000 !important;
}

.fdggx img {
    max-width: 100%;
    height: auto;
}

.fdggx p {
    line-height: 1.6 !important;
    text-align: left !important;
    color: #000 !important;
}

.fdggx table {
    word-break: break-all !important;
}

.fdggx td {
    font-size: 16px !important;
    color: #000 !important;
}

.fdggx li {
    font-size: 16px !important;
    text-align: left !important;
    color: #000 !important;
}

.raptor-green-hosting-badge {
    --r-ghb-primary: #34a12e;
    --r-ghb-text: var(--c-black);
    --r-ghb-bc-primary: #ff004a;

    display: flex;
    gap: 16px;
}

.raptor-green-hosting-badge span {
    display: block;
}

.raptor-green-hosting-badge span:last-of-type {
    margin-bottom: 8px;
    padding-bottom: 6px;

    border-bottom: 2px solid var(--r-ghb-primary);
}