.wp-gas-wrapper {
    width: 100%;
}

.wp-gas-prices {
    width: 100%;
    border-collapse: collapse;
}

.wp-gas-prices th,
.wp-gas-prices td {
    text-align: center;
}

.wp-gas-status,
.wp-gas-countdown {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0.75;
}

.wp-gas-countdown {
    margin-top: 4px;
}

.wp-gas-error .wp-gas-status {
    color: #b32d2e;
    opacity: 1;
}

.wp-gas-warning .wp-gas-status {
    color: #996800;
    opacity: 1;
}

.wp-gas-spot-meta {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    opacity: 0.75;
}

.wp-gas-wrapper.wp-gas-refreshing .wp-gas-prices {
    animation: wp-gas-refresh-blink 0.8s ease-in-out 2;
}

.wp-gas-wrapper.wp-gas-just-updated .wp-gas-prices {
    animation: wp-gas-refresh-blink 0.45s ease-in-out 1;
}

.wp-gas-wrapper.wp-gas-refreshing .wp-gas-countdown {
    opacity: 1;
    font-weight: 600;
}

@keyframes wp-gas-refresh-blink {
    0% { opacity: 1; }
    50% { opacity: 0.35; }
    100% { opacity: 1; }
}
