/* Quickstart specific styles */
.quickstart-page {
    background-color: #ffffff;
}

/* Override container width for quickstart page */
.quickstart-page .container {
    max-width: 1200px;
    padding: 0 20px;
}

/* Create a content wrapper similar to docs.html */
.quickstart-content {
    max-width: 800px;
    margin: 40px auto;
}

/* Typography for code elements */
code {
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 85%;
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 3px;
    padding: 0.2em 0.4em;
}

pre {
    background-color: #f6f8fa;
    border-radius: 6px;
    padding: 16px;
    overflow: auto;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 85%;
    line-height: 1.45;
}

ul {
    padding-left: 2em;
}

li {
    margin-bottom: 8px;
}

/* Section styles */
.section-1 {
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.section-2 {
    background-color: #f6f8fa;
    color: #24292e;
    padding: 16px;
    margin: 24px 0;
    border-radius: 6px;
    border: 1px solid #e1e4e8;
    box-shadow: none;
}

.section-3 {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 24px 0;
    box-shadow: none;
}

/* Package components */
.package-info {
    flex: 2;
}

.package-meta {
    flex: 1;
    border-left: 1px solid #e1e4e8;
    padding-left: 24px;
    margin-left: 16px;
}

/* Paper styles */
.paper-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #24292e;
}

.paper-authors {
    margin-bottom: 16px;
}

.paper-author {
    color: #0366d6;
    text-decoration: none;
}

.paper-author:hover {
    text-decoration: underline;
}

.paper-abstract {
    margin-bottom: 24px;
    line-height: 1.5;
    color: #24292e;
}

.paper-meta {
    font-size: 14px;
    background-color: #f6f8fa;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #e1e4e8;
    margin-bottom: 24px;
}

/* UI Components */
.play-button {
    background-color: #2ea44f;
    color: #ffffff;
    border: 1px solid rgba(27, 31, 35, 0.15);
    padding: 5px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    box-shadow: none;
    transition: background-color 0.2s;
}

.play-button:hover {
    background-color: #2c974b;
}

.play-button svg {
    margin-right: 8px;
}

.intro-text {
    background-color: #ffffff;
    border: 1px solid #003366;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

/* Step components */
.step-container {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0366d6;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 5px;
}

.step-content {
    flex-grow: 1;
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #24292e;
}

.step-description {
    color: #586069;
    line-height: 1.6;
}

/* Stats and tags */
.repo-stats {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.repo-stat {
    display: inline-flex;
    align-items: center;
    margin-right: 16px;
    color: #586069;
    font-size: 14px;
}

.repo-stat svg {
    margin-right: 4px;
}

.tag {
    display: inline-block;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border: 1px solid transparent;
    border-radius: 2em;
    background-color: #f1f8ff;
    color: #0366d6;
    margin-right: 4px;
}


.quoted-chat {
    background: #f6f8fa;
    padding: 15px;
    border-radius: 6px;
    overflow: auto;
    border: 1px solid #e1e4e8;
    white-space: pre-wrap;       /* CSS3 */
    word-wrap: break-word;       /* Internet Explorer */
    word-break: break-word;      /* For long words */
    line-height: 1.5;
    max-width: 100%;
}
