.philoro-metal-ticker {
    width: 100%;
    min-height: 0px;
    background: #002052;
    color: #fff;
    font-family: "Jost", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    z-index: 999999;
    box-sizing: border-box;
}
.philoro-metal-ticker--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.admin-bar .philoro-metal-ticker--fixed {
    top: 20px;
}
.philoro-metal-ticker__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
	
    min-height: 20px;
    padding: 0 0px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.philoro-metal-ticker__updated {
    opacity: 0.96;
}
.philoro-metal-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.philoro-metal-ticker strong {
    font-weight: 800;
    letter-spacing: 0.02em;
}
.philoro-metal-ticker b {
    font-weight: 500;
}
body.philoro-metal-ticker-fixed {
    padding-top: 0px;
}
.admin-bar.philoro-metal-ticker-fixed {
    padding-top: 0px;
}
@media (max-width: 900px) {
    .philoro-metal-ticker {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .philoro-metal-ticker__inner {
        justify-content: flex-start;
        width: max-content;
        min-width: 100%;
    }
}
@media (max-width: 782px) {
    .admin-bar .philoro-metal-ticker--fixed {
        top: 46px;
    }
}

.philoro-metal-list {
    width: 100%;
    max-width: 520px;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
    color: #4a4a4a;
    font-family: Jost, Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-sizing: border-box;
}
.philoro-metal-list th,
.philoro-metal-list td {
    border: 0;
    background: transparent;
    box-sizing: border-box;
}
.philoro-metal-list th:first-child,
.philoro-metal-list td:first-child {
    width: 42%;
    text-align: left;
}
.philoro-metal-list th:nth-child(2),
.philoro-metal-list td:nth-child(2),
.philoro-metal-list th:nth-child(3),
.philoro-metal-list td:nth-child(3) {
    width: 29%;
}
.philoro-metal-list__head-row {
    height: 38px;
    border-bottom: 1px solid #86754f;
}
.philoro-metal-list__head-spacer,
.philoro-metal-list__head-cell {
    padding: 0 0 8px 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    
    vertical-align: bottom;
}
.philoro-metal-list__head-spacer,
.philoro-metal-list__metal {
    padding-left: 16px;
}
.philoro-metal-list__head-cell,
.philoro-metal-list__value {
    padding-right: 16px;
    text-align: right;
}
.philoro-metal-list__row {
    height: 38px;
    border-bottom: 0px solid #e6e6e6;
}
.philoro-metal-list__metal,
.philoro-metal-list__value {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
}
.philoro-metal-list__metal p,
.philoro-metal-list__value p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.philoro-metal-list__metal p {
    font-weight: 700;
    text-transform: uppercase;
    color: #4a4a4a;
}
.philoro-metal-list__value p {
    font-weight: 400;
    color: #4a4a4a;
}
.philoro-metal-list__value b {
    font-weight: 400;
}
.philoro-metal-ticker__separator {
    opacity: 0.75;
}
@media (max-width: 520px) {
    .philoro-metal-list {
        font-size: 15px;
    }
    .philoro-metal-list__head-spacer,
    .philoro-metal-list__head-cell,
    .philoro-metal-list__metal p,
    .philoro-metal-list__value p {
        font-size: 15px;
    }
    .philoro-metal-list__head-spacer,
    .philoro-metal-list__metal {
        padding-left: 8px;
    }
    .philoro-metal-list__head-cell,
    .philoro-metal-list__value {
        padding-right: 8px;
    }
}
