/* SkySimHub Frontend Styles */

.skysimhub-cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}

.skysimhub-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.skysimhub-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.25em;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.skysimhub-qr img {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
}

.skysimhub-info p {
    margin-bottom: 10px;
}

.skysimhub-usage-result {
    font-size: 0.9em;
}

.skysimhub-usage-result p {
    margin: 5px 0;
}
