/* Base section styles */
.spenpo-resume-section {
    margin-bottom: 2rem;
}

/* Section titles */
.spenpo-resume-section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000;
}

/* Content containers */
.spenpo-resume-section-content {
    margin-left: 0rem;
}

/* Text content items */
.spenpo-resume-section-content-item {
    margin-bottom: 0rem;
}

.spenpo-resume-section-content-label {
    margin-right: 0rem;
}

.spenpo-resume-section-content-text-container {
    display: inline;
}

/* List content */
.spenpo-resume-section-content-list {
    list-style-type: none;
    padding-left: 0;
}

.spenpo-resume-section-content-list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0rem;
}

/* Nested content */
.spenpo-resume-section-content-nested {
    margin-left: 0rem;
}

.spenpo-resume-section-content-nested-item {
    margin-bottom: 0rem;
}

.spenpo-resume-section-content-nested-item-title-container {
    margin-bottom: -0.5rem;
}

.spenpo-resume-section-content-nested-item-title {
    font-weight: bold;
    margin-right: 0rem;
}

.spenpo-resume-section-content-nested-item-link {
    color: #0066cc;
    text-decoration: none;
}

.spenpo-resume-section-content-nested-item-link:hover {
    text-decoration: underline;
}

.spenpo-resume-section-content-nested-item-sub-title {
    font-style: italic;
    color: #666;
    float: right;
}

.spenpo-resume-section-content-nested-item-text {
    margin: 0.5rem 0;
}

.spenpo-resume-section-content-nested-item-text-container {
    margin-bottom: -0.5rem;
}

.ml-5 {
    margin-left: 40px;
}

.spenpo-resume-section-content-nested-item-text-title {
    font-weight: bold;
}

.spenpo-resume-section-content-nested-item-text-sub-title {
    font-style: italic;
    color: #666;
    float: right;
} 