/* ================================================
   Portfolio Custom Styles - Sebastian Montes
   ================================================ */

/* Tech Skills Badges
   ================================================ */
.tech-skills-container {
    text-align: center;
    margin-top: 1.5rem;
    line-height: 1.2;
}

.tech-badge {
    margin: 0.125rem 0.125rem 0.125rem 0.125rem;
    vertical-align: top;
}

/* Languages List
   ================================================ */
.languages-list {
    list-style-type: none;
    padding-left: 0;
}

.languages-list li {
    margin-bottom: 0.625rem;
}

/* Job Experience
   ================================================ */
.experience-section {
    padding-top: 5rem;
}

.experience-item {
    margin-bottom: 2rem;
}

.company-header {
    margin-bottom: 1rem;
}

.position-info {
    margin-bottom: 0.5rem;
}

.client-description {
    margin-bottom: 0.75rem;
}

.responsibilities {
    margin-bottom: 0.75rem;
}

.tech-stack {
    margin-bottom: 1.5rem;
}

/* Section Spacing
   ================================================ */
.education-spacing {
    margin-top: 3rem;
}

/* Testimonials Section
   ================================================ */
.testimonials-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.testimonials-section blockquote {
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.testimonials-section blockquote p {
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
}

.testimonials-section cite {
    font-weight: 600;
    color: #666;
    font-size: 0.95rem;
    display: block;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 2px solid #eee;
}

.testimonials-section cite:before {
    content: "— ";
    font-weight: normal;
}

.testimonials-section cite small {
    font-size: 0.85rem;
    color: #999;
    font-weight: normal;
    display: block;
    margin-top: 0.25rem;
}

/* Contact Section
   ================================================ */
.contact-center {
    text-align: center;
}