.global-profile-card {
    --gpc-bg: #f4fbf7 !important;
    --gpc-card: rgba(255, 255, 255, .94) !important;
    --gpc-panel: rgba(255, 255, 255, .86) !important;
    --gpc-panel-strong: #ffffff !important;
    --gpc-line: rgba(12, 107, 51, .13) !important;
    --gpc-line-strong: rgba(12, 107, 51, .22) !important;
    --gpc-text: #0f1720 !important;
    --gpc-soft: #637368 !important;
    --gpc-muted: #7b8a80 !important;
    --gpc-green: #0f7a35 !important;
    --gpc-green-2: #166534 !important;
    --gpc-green-soft: #ecf8ef !important;
    --gpc-gold: #f4b000 !important;
    --gpc-radius: 18px !important;
    --gpc-radius-sm: 12px !important;
    --gpc-shadow: 0 18px 45px rgba(18, 98, 53, .13), 0 2px 10px rgba(15, 23, 32, .05) !important;
    --gpc-inner-shadow: inset 0 1px 0 rgba(255, 255, 255, .92) !important;
}

.global-profile-card,
.global-profile-card * {
    box-sizing: border-box !important;
}

.global-profile-card {
    width: 100% !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    color: var(--gpc-text) !important;
    font-family: inherit !important;
}

.global-profile-card .gpc-card {
    position: relative !important;
    width: min(356px, 100%) !important;
    overflow: hidden !important;
    border: 1px solid var(--gpc-line-strong) !important;
    border-radius: var(--gpc-radius) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(249, 253, 250, .96)) !important;
    box-shadow: var(--gpc-shadow) !important;
    isolation: isolate !important;
}

.global-profile-card .gpc-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 112px -80px auto auto !important;
    width: 190px !important;
    height: 190px !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(22, 163, 74, .08), rgba(22, 163, 74, 0) 66%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.global-profile-card .gpc-cover {
    position: relative !important;
    z-index: 2 !important;
    height: 104px !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background-color: #123d2d !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.global-profile-card .gpc-cover::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .42), transparent 27%),
        linear-gradient(180deg, rgba(7, 20, 27, .06) 0%, rgba(7, 20, 27, .16) 56%, rgba(10, 68, 35, .25) 100%) !important;
    pointer-events: none !important;
}

.global-profile-card .gpc-cover::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -1px !important;
    height: 34px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .38) 58%, rgba(255, 255, 255, .94) 100%) !important;
    pointer-events: none !important;
}

.global-profile-card .gpc-cover-shine {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        linear-gradient(110deg, transparent 0 26%, rgba(255, 255, 255, .08) 35%, transparent 46% 100%),
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .28) 0 1px, transparent 1.6px),
        radial-gradient(circle at 72% 16%, rgba(255, 255, 255, .22) 0 1px, transparent 1.8px) !important;
    pointer-events: none !important;
}

.global-profile-card .gpc-avatar {
    position: absolute !important;
    left: 23px !important;
    top: 70px !important;
    z-index: 5 !important;
    display: grid !important;
    place-items: center !important;
    width: 78px !important;
    height: 78px !important;
    padding: 6px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .88) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .15), 0 0 0 1px rgba(12, 107, 51, .10) !important;
    backdrop-filter: blur(18px) saturate(1.35) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.35) !important;
    cursor: pointer !important;
}

.global-profile-card .gpc-avatar img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 999px !important;
    background: #f6faf7 !important;
}

.global-profile-card .gpc-content {
    position: relative !important;
    z-index: 1 !important;
    padding: 58px 13px 14px !important;
}

.global-profile-card .gpc-heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 0 !important;
    margin: 0 0 15px !important;
}

.global-profile-card .gpc-title-area {
    min-width: 0 !important;
}

.global-profile-card .gpc-title {
    margin: 0 !important;
    overflow: hidden !important;
    color: var(--gpc-text) !important;
    line-height: 1.03 !important;
    letter-spacing: -.65px !important;
font-weight: 950 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-location {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    max-width: 118px !important;
    min-height: 34px !important;
    padding: 7px 11px !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 122, 53, .23) !important;
    border-radius: 999px !important;
    background: rgba(236, 248, 239, .78) !important;
    color: var(--gpc-green-2) !important;
    box-shadow: var(--gpc-inner-shadow) !important;
font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.global-profile-card .gpc-location i {
    flex: 0 0 auto !important;
    color: var(--gpc-green) !important;
}

.global-profile-card .gpc-rating {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    margin-top: 8px !important;
    overflow: hidden !important;
    line-height: 1 !important;
}

.global-profile-card .gpc-stars {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    gap: 2px !important;
    color: var(--gpc-gold) !important;
    white-space: nowrap !important;
}

.global-profile-card .gpc-stars i {
    color: var(--gpc-gold) !important;
filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .55)) !important;
}

.global-profile-card .gpc-rate-value {
    color: var(--gpc-text) !important;
font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.global-profile-card .gpc-comment-count {
    min-width: 0 !important;
    overflow: hidden !important;
    color: var(--gpc-muted) !important;
font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-tags-shell {
    position: relative !important;
    min-width: 0 !important;
    margin: 0 0 13px !important;
}

.global-profile-card .gpc-tags-shell::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 28px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .96) 82%) !important;
    pointer-events: none !important;
}

.global-profile-card .gpc-tags {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 1px 2px 2px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
}

.global-profile-card .gpc-tags::-webkit-scrollbar {
    display: none !important;
}

.global-profile-card .gpc-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    gap: 7px !important;
    max-width: 174px !important;
    min-height: 34px !important;
    padding: 8px 13px !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 122, 53, .14) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .88) !important;
    color: #1b2a20 !important;
    box-shadow: var(--gpc-inner-shadow), 0 7px 18px rgba(15, 23, 42, .035) !important;
    font-weight: 650 !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.global-profile-card .gpc-tag i {
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: var(--gpc-green) !important;
}

.global-profile-card .gpc-tag.is-featured {
    border-color: rgba(15, 122, 53, .18) !important;
    background: rgba(236, 248, 239, .78) !important;
    color: #123d22 !important;
}

.global-profile-card .gpc-tags-more {
    display: none !important;
}

.global-profile-card .gpc-summary-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 9px !important;
    margin: 0 0 12px !important;
}

.global-profile-card .gpc-summary-item {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    align-items: center !important; 
    padding: 13px 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 122, 53, .13) !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, .90) !important;
    box-shadow: var(--gpc-inner-shadow), 0 10px 24px rgba(15, 23, 42, .035) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

.global-profile-card .gpc-summary-item::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 16px !important;
    bottom: 16px !important;
    width: 2px !important;
    border-radius: 999px !important;
    background: rgba(15, 122, 53, .68) !important;
    opacity: .0 !important;
}

.global-profile-card .gpc-summary-item:first-child::before {
    opacity: 1 !important;
}

.global-profile-card .gpc-summary-icon {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(236, 248, 239, .96), rgba(221, 243, 228, .76)) !important;
    color: var(--gpc-green) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

.global-profile-card .gpc-summary-icon i {
    color: var(--gpc-green) !important;
}

.global-profile-card .gpc-summary-body {
    min-width: 0 !important;
}

.global-profile-card .gpc-label {
    display: block !important;
    overflow: hidden !important;
    color: #6f7f75 !important;
font-weight: 950 !important;
    letter-spacing: 1.25px !important;
    line-height: 1.08 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-value {
    display: block !important;
    margin-top: 7px !important;
    overflow: hidden !important;
    color: var(--gpc-text) !important;
line-height: .94 !important;
    font-weight: 1000 !important;
    letter-spacing: -.45px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-value.is-positive,
.global-profile-card .gpc-info-item strong.is-positive {
    color: var(--gpc-green) !important;
}

.global-profile-card .gpc-value.is-accent,
.global-profile-card .gpc-info-item strong.is-accent {
    color: var(--gpc-green) !important;
}

.global-profile-card .gpc-subtext {
    display: block !important;
    margin-top: 7px !important;
    overflow: hidden !important;
    color: var(--gpc-soft) !important;
    font-weight: 760 !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-subtext.text-primary {
        color: var(--gpc-green) !important;
}

.global-profile-card .gpc-date-strip {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 11px !important;
    align-items: center !important; 
    padding: 11px 12px !important;
    margin: 0 0 12px !important;
    border: 1px solid rgba(15, 122, 53, .12) !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, .88) !important;
    box-shadow: var(--gpc-inner-shadow), 0 10px 24px rgba(15, 23, 42, .035) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

.global-profile-card .gpc-date-icon {
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    background: linear-gradient(180deg, rgba(236, 248, 239, .96), rgba(221, 243, 228, .72)) !important;
    color: var(--gpc-green) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96) !important;
}

.global-profile-card .gpc-date-icon i {
    color: var(--gpc-green) !important;
}

.global-profile-card .gpc-date-main {
    min-width: 0 !important;
}

.global-profile-card .gpc-date-main strong {
    display: block !important;
    overflow: hidden !important;
    color: var(--gpc-text) !important;
font-weight: 950 !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-date-main span {
    display: block !important;
    margin-top: 5px !important;
    overflow: hidden !important;
    color: var(--gpc-muted) !important;
font-weight: 780 !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-countdown {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(15, 122, 53, .17) !important;
    border-radius: 12px !important;
    background: rgba(236, 248, 239, .72) !important;
    color: var(--gpc-green-2) !important;
font-weight: 950 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.global-profile-card .gpc-info-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 7px !important;
    margin: 0 0 12px !important;
}

.global-profile-card .gpc-info-item {
    min-height: 48px !important;
    padding: 9px !important;
    border: 1px solid rgba(15, 122, 53, .11) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .86) !important;
    box-shadow: var(--gpc-inner-shadow) !important;
}

.global-profile-card .gpc-info-item .gpc-label {
    letter-spacing: .75px !important;
}

.global-profile-card .gpc-info-item strong {
    display: block !important;
    margin-top: 6px !important;
    overflow: hidden !important;
    color: var(--gpc-text) !important;
line-height: 1.08 !important;
    font-weight: 920 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-fees {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
    margin: 0 0 12px !important;
}

.global-profile-card .gpc-fee-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 9px 10px !important;
    border: 1px solid rgba(15, 122, 53, .11) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .86) !important;
    box-shadow: var(--gpc-inner-shadow) !important;
}

.global-profile-card .gpc-fee-item span {
    overflow: hidden !important;
    color: #6f7f75 !important;
font-weight: 940 !important;
    letter-spacing: .78px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-fee-item strong {
    color: var(--gpc-green) !important;
font-weight: 950 !important;
    white-space: nowrap !important;
} 

.global-profile-card .gpc-action-shell {
    margin-bottom: 13px !important;
}

.global-profile-card .gpc-actions {
    gap: 8px !important;
}

.global-profile-card .gpc-actions .gpc-action {
    max-width: 102px !important; 
    padding: 9px 12px !important;
    justify-content: flex-start !important;
    border-radius: 13px !important;
line-height: 1.18 !important;
    white-space: normal !important;
}

.global-profile-card .gpc-actions .gpc-action i {
    display: grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    color: var(--gpc-green) !important;
}

.global-profile-card .gpc-awards-panel {
    position: relative !important;
    padding: 12px !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 122, 53, .12) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .88) !important;
    box-shadow: var(--gpc-inner-shadow), 0 12px 26px rgba(15, 23, 42, .035) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

.global-profile-card .gpc-awards-panel::after {
    content: "" !important;
    position: absolute !important;
    top: 42px !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 38px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .96) 84%) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

.global-profile-card .gpc-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 0 10px !important;
}

.global-profile-card .gpc-section-head strong {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: var(--gpc-text) !important;
font-weight: 950 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-section-head strong i {
    display: grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 9px !important;
    background: var(--gpc-green-soft) !important;
    color: var(--gpc-green) !important;
}

.global-profile-card .gpc-section-head span {
    flex: 0 0 auto !important;
    color: var(--gpc-green-2) !important;
font-weight: 900 !important;
    white-space: nowrap !important;
}

.global-profile-card .gpc-awards-grid {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 1px 24px 2px 1px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
}

.global-profile-card .gpc-awards-grid::-webkit-scrollbar {
    display: none !important;
}

.global-profile-card .gpc-award-item {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    gap: 6px !important; 
    padding: .3rem !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 122, 53, .12) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: var(--gpc-inner-shadow), 0 9px 21px rgba(15, 23, 42, .035) !important;
}

.global-profile-card .gpc-award-item.is-primary { 
    border-color: rgba(15, 122, 53, .16) !important;
}

.global-profile-card .gpc-award-media {
    display: grid !important;
    place-items: center !important;
    width: 72px !important;
    height: 66px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, rgba(236, 248, 239, .96), rgba(219, 244, 226, .76)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

.global-profile-card .gpc-award-media.has-image {
    background:none !important;
}

.global-profile-card .gpc-award-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; 
    padding: .3rem !important;
    border-radius: 12px !important;
}

.global-profile-card .gpc-award-media i:not(.innerIco) {
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    color: var(--gpc-green) !important;
font-style: normal !important;
    filter: drop-shadow(0 8px 10px rgba(15, 122, 53, .10)) !important;
}

.global-profile-card .gpc-award-text {
    min-width: 0 !important;
}

.global-profile-card .gpc-award-item strong {
    display: block !important;
    overflow: hidden !important;
    color: var(--gpc-text) !important;
line-height: 1.08 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-award-item span:not(.gpc-award-media) {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    margin-top: 5px !important;
    overflow: hidden !important;
    color: #596c60 !important;
line-height: 1.08 !important;
    font-weight: 820 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.global-profile-card .gpc-award-item .innerIco {
    flex: 0 0 auto !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 999px !important;
    color: var(--gpc-green) !important;
line-height: 1 !important;
}

@media (max-width: 420px) {
    .global-profile-card {
        place-items: start center !important;
    }

    .global-profile-card .gpc-card {
        width: 100% !important;
        border-radius: 17px !important;
    }

    .global-profile-card .gpc-cover {
        height: 70px !important;
    }

    .global-profile-card .gpc-avatar {
        left: 20px !important;
        top: 16px !important;
        width: 72px !important;
        height: 72px !important;
        padding: 0px !important;
    }

    .global-profile-card .gpc-content {
        padding: 28px 12px 13px !important;
    }

    .global-profile-card .gpc-heading {
        gap: 8px !important;
        margin-bottom: 13px !important;
    }

    .global-profile-card .gpc-title {
}

    .global-profile-card .gpc-location {
        max-width: 104px !important;
        min-height: 31px !important;
        padding-inline: 9px !important;
}

    .global-profile-card .gpc-stars i {
}

    .global-profile-card .gpc-summary-grid {
        gap: 8px !important;
    }

    .global-profile-card .gpc-summary-item {
        grid-template-columns: 1fr !important;
        gap: 8px !important; 
        padding: .5rem !important;
    }

    .global-profile-card .gpc-summary-icon {
        width: 38px !important;
        height: 38px !important;
    }

    .global-profile-card .gpc-value {
}

    .global-profile-card .gpc-date-strip {
        gap: 9px !important;
        padding: 10px !important;
    }

    .global-profile-card .gpc-date-icon {
        width: 38px !important;
        height: 38px !important;
    }

    .global-profile-card .gpc-countdown {
        padding-inline: 10px !important;
}

    .global-profile-card .gpc-info-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .global-profile-card .gpc-fees {
        grid-template-columns: 1fr !important;
    }

    .global-profile-card .gpc-tag {
        max-width: 148px !important;
        min-height: 26px !important;
        padding: 3px 7px !important;
}
 

    .global-profile-card .gpc-awards-panel {
        padding: 11px !important;
    }

    .global-profile-card .gpc-award-item {
        grid-template-columns: auto minmax(0, 1fr) !important;  
    }
 

    .global-profile-card .gpc-award-media {
        width: 40px !important;
        height: 40px !important;
    }
} 