.gear-facts {
    border: 1px solid #ccc;
    padding: 1.5em;
    margin-top: 2em;
    background-color: #f9f9f9;
    border-radius: 6px;
    position: relative;
}

.gear-facts h3 {
    margin-top: 0;
    font-size: 1.2em;
    color: #333;
}

.gear-facts ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.gear-facts li {
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.gear-facts li strong {
    display: inline-block;
    min-width: 140px;
    font-weight: 600;
    color: #555;
}

/* === Score Stars === */
.gear-facts .gear-stars {
    color: #f5b301; /* gold */
    letter-spacing: 1px;
}

.gear-dot-wrapper {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
}

.gear-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.dot-daily {
    background-color: #28a745; /* green */
}

.dot-owned {
    background-color: #ffc107; /* yellow */
}

.dot-retired {
    background-color: #dc3545; /* red */
}


/* === Rock Lyric Box === */
.rock-lyric-box {
    display: inline-block;
    margin: 2em auto;
    padding: 1em 1.5em;
    text-align: left;
    font-style: italic;
    line-height: 1.6;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

/* Center it inside Divi containers */
.et_pb_code_inner {
    text-align: center;
}

/* Optional container for centering */
.rock-lyric-box-container {
    text-align: center;
}

.rock-lyric-box::before {
    content: "“";
    font-size: 4em;
    position: absolute;
    top: -20px;
    left: -20px;
    color: rgba(0, 0, 0, 0.1);
    font-family: serif;
    z-index: 0;
}
