/* Getting Started Page Specific Styles */

/* Distro recommendations, tool recommendations, and troubleshoot items */
.distro-recommendation,
.tool-recommendation,
.troubleshoot-item {
    margin-bottom: 20px;
    padding: 10px;
    border-left: 3px solid var(--circle-primary-color, #D4AF37);
    background-color: rgba(20, 20, 20, 0.5);
}

.distro-recommendation h3,
.troubleshoot-item h3 {
    margin-top: 0;
    color: var(--circle-primary-color, #D4AF37);
    font-size: 18px;
    margin-bottom: 8px;
}

.distro-recommendation p {
    margin: 8px 0;
}

/* Tool recommendations */
.tool-recommendation h4 {
    margin-top: 0;
    color: var(--circle-primary-color, #D4AF37);
    font-size: 16px;
    margin-bottom: 8px;
}
