.qaf-flag-wrapper {
    margin: 0 auto;
    text-align: center;
}

.qaf-flag-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    padding: 5px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}

.qaf-flag-image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    box-sizing: border-box;
}

.qaf-flag-label {
    margin-top: 8px;
    word-break: break-word;
}

.qaf-flag-label strong {
    font-weight: inherit;
}
