.communtiyserver {
    background-color: #1f1f1f;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem;
    text-decoration: none;
    color: #ddd;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    user-select: none;
}

.communtiyserver h2 {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    display: inline-block;
}

.Type {
    font-size: smaller;
    padding-bottom: 1rem;
}

.communtiyserver img {
    width: 15%;
    height: 15%;
    border-radius: 10px;
    margin-bottom: 0.8rem;
}

.communtiyserver p {
    padding-top: 1rem;
}

.title-with-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.left-text {
    flex: 1;
}

.right-image img {
    width: 200px;
    height: auto;
    border-radius: 10px;
}

.disclaimer {
    background-color: #2a2a2a;
    border: 1px solid #555;
    border-left: 4px solid #1d5c1d; /* Orange accent border */
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    color: #e0e0e0;
    font-size: 0.95rem;
    font-style: italic;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.disclaimer::before {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}
