/* Estilos extraídos de classes.html */
.header-info-bar { width: 90%; max-width: 600px; margin: 5px auto 15px auto; text-align: center; font-size: 0.8em; color: #a0a0a0; }
    .header-info-bar a { color: var(--cor-titulo-dourado); text-decoration: none; }
    .shop-section { width: 100%; margin-bottom: 20px; }
    .clickable-row, .set-piece { background: #333; color: #fff; padding: 15px; margin: 8px 0; border-radius: 5px; cursor: pointer; display: flex; align-items: center; transition: background-color 0.2s; }
    .clickable-row:hover { background-color: #444; }
    .clickable-row img, .set-piece img { width: 50px; height: 50px; margin-right: 15px; border-radius: 4px; background-color: #222; }
    .set-piece { justify-content: space-between; }
    .back-button { margin-bottom: 20px; background-color: var(--cor-botao-sair); padding: 8px 12px; border-radius: 5px; border: none; color: white; font-family: 'Cinzel', serif; cursor: pointer; }
    .container { flex-grow: 1; display: flex; flex-direction: column; }