/* Common */

body {
    color: #121212; 
	font-family: 'Archivo', 'Helvetica Neue', sans-serif;
	font-size: 18px;
    background-color: white;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

th, td {
    line-height: 1;
    margin: 0;
    overflow: visible;
    /* padding-left: 16pt;
    padding-right: 16pt;
    padding-top: 5pt;
    padding-bottom: 5pt; */
}

ul {
    display: block;
    list-style-type: disc;
    list-style-position: outside;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 20px;
    margin-left: 20px;
    padding-inline-start: 0px;
}

tr {
    line-height: 1;
    margin: 0;
    overflow: visible;
    /* padding: 16pt; */
}

strong {
    font-size: 16.2px;
    font-style: normal;
    font-weight: bold;
    font-family: Archivo, "Helvetica Neue", sans-serif;
}

span {
    font-size: 12pt;
}

.featured-image {
    border: solid 1px lightgray;
}

.container-experience {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45px, 150px) minmax(200px, auto));
}

div.skillTitle {
    float: left;
    width: 120px;
}

div.skills {
    display: inline-block;
    padding-left: 30px;
    width: auto;
}

.section-inner {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
}

.entry-content {
    position: relative;
    -ms-word-break: break-word;
    word-break: break-word;
}



.entry-content div.skillTitle {
    float: left;
  width: 120px;
}

.entry-content div.skills {
  display: inline-block;
    padding-left: 30px;
  width: auto;
}

/* Lists */

.entry-content li {
    line-height: 1.5;
    margin-top: 0px !important;
}
.entry-content ol, .entry-content ul {
    margin-left: 20px !important;
}

/* Some */

img {
	display: inline !important;
}

div.container-link {   
    display: flex;
    align-items: center;
}

div.container-link a {   
    margin-left: 5px;
}

main.site-content a {
	color: darkblue;
}

.container-link {
  	margin: 3px 5px;
}

underline {
    text-decoration: underline;
}

/* Some */

div.personal-left {
    min-width: 90px; max-width: 100%; padding: 0 10px 0 0; float: left;
}
div.personal-right {
    min-width: 140px; padding: 0 10px 0 0; float: left;
}
div.header-blue {
    background-color: #195187;
    padding: 5px 15px;
    color: #ffffff;
}
  
td.header-blue {
    padding: 5px 15px !important;
    border-radius: 5px;
}
  
.homeHeader {
    border-radius: 5px;
}
  
.underlineColored {
    text-decoration: underline;
    text-decoration-color: gray;
}
p:empty { display: none; }

/* Some */

tbody > tr:nth-child(odd) {
    background: rgba( 0, 0, 0, 0 );
}
.su-custom-gallery {
    margin-bottom: 0em !important; 
}

div .column-first {
	display: block; 
	white-space: nowrap;
	float: left;
	width: 185px;
}
div .column-second {
	display: block;
}
.section-inner {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
}
.su-posts-single-post .su-post {
    margin-bottom: 0em !important; 
}


tbody > tr:nth-child(odd) {
    background: rgba( 0, 0, 0, 0 );
}
.su-custom-gallery {
    margin-bottom: 0em !important; 
}

div .column-first {
	display: block; 
	white-space: nowrap;
	float: left;
	width: 185px;
}
div .column-second {
	display: block;
}
.section-inner {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
}
.su-posts-single-post .su-post {
    margin-bottom: 0em !important; 
}

img {
    display: inline !important;
    max-width: 100%;
}

/* Collumns begin */
.container {
    display: grid;
    gap: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.row {
    display: flex;
}

.column {
    padding: 5px;
}

.first-column {
    background-color: #f0f0f0b2;
    border-bottom: 1px solid #ccc;
    display: flex; 
    justify-content: center; 
    text-align: right; 
    flex-direction: column;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.second-column {
    background-color: #f0f0f06a;
    word-wrap: break-word;
    flex: 1;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.column > span.title {
    font-size: 13pt;
    font-weight: 400;
}
.column > span.subtitle {
    font-size: 12pt;
    font-weight: 400;
}

span.experienceTitle {
    font-size: 13pt;
    font-weight: 600;
}

span.experienceRole {
    font-size: 13pt;
    font-weight: 400;
    text-decoration: underline;
}

span.experienceDetails {
    font-size: 13pt;
    font-weight: 400;
}

span.experienceSkills {
    font-size: 13pt;
    font-weight: 400;
}

@media (max-width: 700px) {
    .row {
        flex-direction: column;
    }
    .first-column {
        display: flex; 
        text-align: center; 
    }
    .column > span.title {
        font-size: 13pt;
        font-weight: 500;
    }
    .column > span.subtitle {
        font-size: 12pt;
        font-weight: 400;
    }
}
/* Collumns end */

/* Next page begin */
.next-page-block {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.next-page-block img {
    height: 100px;
    width: auto;
    max-width: 50%;
    object-fit: contain;
    border-radius: 4px;
    border: solid 1px lightgray;
}

.next-page-block:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
  /* Next page end */