.image_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.image_info-image-container {
    position: relative;
    margin-right: 10px;
    line-height: 0;
}

.image_info-image-container-header {
    margin-right: 19px;
}

.image_info-image-container-sub_header {
    margin-right: 14px;
}

.image_info-image {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.image_info-image-icon {
    background-color: #000;
}

.image_info-image-strip {
    width: 3.75rem; /* 3.75rem = 60px */
    height: 3.75rem;
    margin: 10px;
}

.image_info-image-header {
    width: 5rem; /* 5rem = 80px */
    height: 5rem;
}

.image_info-image-sub_header {
    width: 2.625rem; /* 2.625rem = 42px */
    height: 2.625rem;
}

.image_info-image-table {
    width: 1.563rem; /* 1.563rem = 25px */
    height: 1.563rem;
}

.image_info-image-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: var(--font-xxsmall);
    letter-spacing: 1px;
    font-weight: 600px;
    color: #fff;
    position: absolute;
    z-index: 9;
    text-align: center;
}

.image_info-image-overlay-strip {
    font-size: var(--font-large);
    font-weight: 500;
    letter-spacing: 2px;
}

.image_info-image-overlay-icon {
    font-size: var(--font-xlarge);
    letter-spacing: 0;
}

.image_info-image-rounded {
    border-radius: 100%;
}

.image_info-soft-shadow {
    box-shadow: 0px 0px 10px -5px var(--color-medium-gray);
}

.image_info-text-container {
    overflow-wrap: anywhere;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image_info-text-main {
    font-size: var(--font-small);
    color: var(--text-color);
    line-height: normal;
    margin-bottom: 0;
}

.image_info-text-main-strip {
    font-size: var(--font-base);
    font-weight: 500;
    margin-bottom: 5px;
}

.image_info-text-main-header {
    font-size: var(--font-xxxlarge);
    font-weight: 600;
}

.image_info-text-main-user {
    margin-bottom: 3px;
}

.image_info-text-main-top_bar {
    margin-bottom: 3px;
}

.image_info-list-sub {
    list-style-type: none;
    padding-left: 0;
}

.image_info-list-sub-item {
    overflow: hidden;
    text-overflow: ellipsis;
}

.image_info-text-sub {
    font-size: var(--font-xsmall);
    font-weight: 600;
    letter-spacing: 0.8px;
    color: var(--color-gray);
    text-transform: uppercase;
    line-height: normal;
}

.image_info-text-sub-strip {
    font-size: var(--font-xsmall);
    font-weight: 400;
    color: var(--color-medium-gray);
    text-transform: none;
    letter-spacing: 0;
    line-height: normal;
}

.image_info-text-sub-header {
    font-size: var(--font-base);
    font-weight: 400;
    text-transform: none;
    line-height: 1.33;
    margin: 3px 0;
    letter-spacing: 0;
}

.image_info-text-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.image_info-text-sub-header-subject {
    color: var(--text-color);
    font-weight: 500;
}

.image_info-supporter_highlight {
    border: 3.5px solid var(--supporter-highlight-color);
}
