.portal-content {
    overflow-x: hidden;
}

.profile-card {
    overflow-x: hidden;
    max-width: 100%;
}

.profile-section {
    overflow-x: hidden;
    max-width: 100%;
}

.clan-description-block {
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    color: #aaa;
    overflow-x: auto;
    overflow-y: visible;
    white-space: pre-line;
    display: block;
}

.clan-description-block::-webkit-scrollbar {
    height: 8px;
}

.clan-description-block::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.clan-description-block::-webkit-scrollbar-thumb {
    background: #4a9eff;
    border-radius: 4px;
}

.clan-description-block::-webkit-scrollbar-thumb:hover {
    background: #357abd;
}
