/* Print-specific styles for compact, black-and-white layout */

/* FORCE BLACK TEXT ON EVERYTHING */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
div,
a,
.text-muted,
.text-white,
.text-secondary,
.resume-lang-name,
.resume-degree,
.resume-award-name,
.resume-skill-name,
.resume-position-time,
.resume-degree-time,
.resume-degree-org,
small,
i,
b,
strong,
.resume-position-title,
.resume-company-name {
    color: #000 !important;
    text-shadow: none !important;
    fill: #000 !important;
}

/* Links */
a {
    text-decoration: none !important;
    color: #000 !important;
}

/* Layout Columns */
.col-lg-9 {
    flex: 0 0 65%;
    max-width: 65%;
    border-right: 1px solid #ccc;
}

.col-lg-3 {
    flex: 0 0 35%;
    max-width: 35%;
}

/* Photo - Slightly Larger (170px) */
.resume-header .picture {
    width: 170px !important;
    height: 170px !important;
    object-fit: cover !important;
    margin: 0 auto 10px auto !important;
    display: block !important;
    border: none !important;
}

/* Header Layout */
.resume-header {
    text-align: center !important;
    padding-top: 10px !important;
}

.resume-header .media {
    display: block !important;
}

.resume-header .media-body {
    display: block !important;
    text-align: center !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Inline Contact Info */
.resume-header .primary-info,
.resume-header .secondary-info {
    display: inline;
}

.resume-header ul {
    display: inline;
    padding: 0;
    margin: 0;
}

.resume-header li {
    display: inline-block;
    margin: 0 8px;
    font-size: 10pt;
}

/* General Sizing & Spacing */
.resume-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.shadow-lg {
    box-shadow: none !important;
}

.noprint {
    display: none !important;
}

.p-5 {
    padding: 10px 0rem 0rem 0rem !important;
}

.mb-5 {
    margin-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 0.5rem !important;
}

.resume-section-title {
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid #000 !important;
}

.resume-section-title:after {
    display: none;
    /* Removing the thick bar after, using border-bottom instead for cleaner line */
}

.resume-timeline-item {
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border: none !important;
}

.resume-timeline-item:before {
    display: none;
}

.resume-timeline {
    padding-left: 0;
}

.resume-timeline:before {
    display: none !important;
}

.resume-company-name {
    border: none !important;
    font-weight: bold;
    display: inline-block;
}

/* Typography */
h1 {
    font-size: 24px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

p,
li {
    font-size: 10pt;
    line-height: 1.3;
}

.resume-position-time {
    font-style: italic;
    font-size: 9pt;
    margin-left: 5px;
    display: inline-block;
}

/* Badges */
.badge {
    border: 1px solid #000;
    color: #000 !important;
    padding: 2px 5px;
    font-weight: normal;
    background: transparent !important;
}

.badge-primary {
    background-color: transparent !important;
}