/*HOT ITEMS*/
.hot-items
{
    display:            flex;
    flex-direction:     column;
    /*flex-wrap:          wrap;*/
    align-items:        center;
    justify-content:    center;
    position:           absolute;
    top:                0px;
    text-align:         center;
    width:              calc(100%);
    height:             calc(auto);
    left:               0px;
    z-index:            5;
    gap:                28px;
    padding-top:        calc(72px);
    padding-bottom:     calc(336px*2.23);
    overflow-y:hidden;
}

.title-and-cta
{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width:calc(96%);
    padding-left:12px;
    padding-right:12px;
    gap:calc(20px);
}

ul { text-indent: none; }
li { margin: 12px; line-height: 1; }

.platform-title { letter-spacing:-1.28px;font-size:calc(500%);}
.hot-items-heading{ margin:4px; }
.hot-items-heading:hover
{
    background: var(--pgc_base_white);
    color: var(--pgc_blue_main);
    cursor: pointer;
    border-radius: 16px;
}

.update,
.hot-items-link:link,
.hot-items-link:active,
.hot-items-link:visited {
    width:36px;
    height:36px;
    margin-top:32px;
    padding:16px;
    text-decoration: none;
    font-family: "linealmedium";
    font-size: 12px;
    border-radius:32px;
    flex-wrap: wrap;
    background: var(--pgc_base_white);
    color: var(--pgc_blue_main);
    text-transform: uppercase;
    list-style: none;
    display:flex;
    align-items:center;
    justify-content: center;
    line-height: 1.0;
}

#not-yet-available{}

#not-yet-available:hover{
    background: gray;
    color: var(--pgc_blue_main);
    cursor: not-allowed;
}
#not-yet-available:hover::before
{
    content: "[TBA]";
}
.update:hover,
.hot-items-link:hover {
    background: var(--pgc_base_white);
    color: var(--pgc_blue_alt);
    text-decoration: none;
    width:fit-content;
    border-radius: var(--base_padding);
}
.social-links-navigation 
{
    display: flex;
    gap: var(--triple_minimal_padding);
    flex-direction: column;
    gap: 8px;
}

.hot-items-heading {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    padding:2px;
}
.mouse-updates {
    display: flex;
    gap: var(--triple_minimal_padding);
}

