@import "dxHelpers/text";
@import "dxHelpers/reset";

iframe {
    border-radius: 16px;
}

h2 {
    margin-top: var(--dx-g-spacing-md);
}

.profile-image {
    height: 48px;
    width: 48px;
    border-radius: 48px;
}

.profile-container {
    display: grid;
    grid-template-columns: 48px 1fr 100px;
    align-items: center;
}

.profile-text {
    margin-left: 10px;
}

.profile-text p {
    color: var(--dx-g-blue-vibrant-20);
}

dx-icon {
    display: inline;
    margin: 0 6px;
}
