﻿.msl-whosmyrep {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1.5rem;
}

@media all and (min-width:768px) {
    .msl-whosmyrep {
        grid-template-columns: repeat(3,1fr);
    }
}

.msl-whosmyrep-item {
    list-style: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

.msl-whosmyrep-name, .msl-whosmyrep-groupname {
    text-align: center;
}

.msl-whosmyrep-actions {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.msl-whosmyrep-name {
    margin: 1rem 0 0 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.msl-whosmyrep-action {
    background: transparent;
    padding: 0.25rem 1.5rem;
}

.msl-whosmyrep-action::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.msl-whosmyrep-action:hover {
    cursor: pointer;
}

#fdb-currentAreaMessage {
    margin-top: 2rem;
}

#fdb-currentAreaText {
    font-weight:700;
    font-size:1.25rem;
}

dialog#feedbackDialog:not([open]) {
    position:absolute;
    display:none;
}

#feedbackDialog::backdrop {
    background-image: none;
    background-color: #333;
    opacity: 0.75;
}

dialog .fdb-c-submit {
    margin: 0 auto;
}

#feedbackDialog {
    border: none;
    background: transparent;
}

#dialogClose {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: var(--screaming-pink);
    color: #fff;
    border: 3px solid #fff; */
}

#dialogClose::before {
    content: '\00d7';
    font-size: 1.5rem;
}
