/*
Theme Name: luResume
Theme URI: https://localhost
Author: lurecat
Author URI: https://localhost
Description: resume child theme from 'Twenty Twenty-Three'.
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 0.1
Template: twentytwentythree
*/

.ukns_style_DivWrap{
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}
.ukns_style_DivLeft{
    display: inline-block;
    width: 700px;
    order: 2;
}
.ukns_style_DivRight{
    display: inline-block;
    width: 300px;
    order: 1;
}
.ukns_style_DivPortrait{
    padding-left: 0.5em;
}
.ukns_style_txtSubject{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.3em;
}
.ukns_style_txtName{
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: -0.2em;
}
.ukns_style_txtAge{
    font-size: 0.7em;
    font-weight: bold;
}
.ukns_style_txtPhone{
    font-size: 1em;
    font-weight: bold;
    margin-left: 0.2em;
}
.ukns_style_lineSeparate{
    border-top: 3px solid #999999;
    margin-left: 0.5em;
    width: 270px; 
    margin-top: 0.3em;
    margin-bottom: 2em;
}
.ukns_style_LatePostsTitle {
    padding-left: 1.2em;
    font-size: 0.9em;
}
.ukns_style_LatePostsNoContent {
    padding-left: 1.2em;
    font-size: 1em;
    margin-bottom: -0.1em;
}
.ukns_style_LatePostsContent {
    margin-top: -1.4em;
    margin-left: 0.5em;
    font-size: 1.1em;
    ::before{
        content: ": ";
    }
    margin-bottom: -1em;
}
.ukns_style_Spacer{
    width: 270px;
    height: 2em;
}
.ukns_style_LatePostsToggle {
    padding-left: 0.8em;

    details summary{
        display: block;
    }
    details summary:before {
        content: "━ ";
        font-size: 0.7em;
        font-weight: normal;
    }
    details p {
        margin-top: -0.8em;
        padding-left: 0.8em;
        font-size: 0.9em;
        padding-bottom: 0.2em;
    }
    details[open] summary:before {
        content: "●  ";
        font-size: 0.7em;
        font-weight: normal;
    }
}

@media screen and (max-width: 760px){
    .ukns_style_DivWrap{
        display: inline;
        justify-content: center;
        margin: 0px;
        padding: 0px;
    }
    .ukns_style_DivLeft{
        display: inline;
    }
    .ukns_style_DivRight{
        display: inline;
    }
    .ukns_style_DivPortrait{
        text-align: center;
    }
    .ukns_style_lineSeparate{
        border-top: 3px solid #999999;
        margin-left: 10%;
        width: 80%; 
        margin-top: 0.3em;
        margin-bottom: 2em;   
    }
    .ukns_style_txtSubject{
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 0.3em;
        text-align: left;
    }
    .ukns_style_LatePostsTitle {
        padding-left: 1.2em;
        font-size: 0.9em;
        text-align: left;
    }
    .ukns_style_LatePostsNoContent {
        padding-left: 1.2em;
        font-size: 1em;
        margin-bottom: -0.1em;
        text-align: left;
    }
    .ukns_style_LatePostsContent {
        margin-top: -1.4em;
        margin-left: 0.5em;
        font-size: 1.1em;
        ::before{
            content: ": ";
        }
        margin-bottom: -1em;
        text-align: left;
    }
    .ukns_style_LatePostsToggle {
        padding-left: 0.8em;
        text-align: left;
    
        details summary{
            display: block;
        }
        details summary:before {
            content: "━ ";
            font-size: 0.7em;
            font-weight: normal;
        }
        details p {
            margin-top: -0.8em;
            padding-left: 0.8em;
            font-size: 0.9em;
            padding-bottom: 0.2em;
        }
        details[open] summary:before {
            content: "●  ";
            font-size: 0.7em;
            font-weight: normal;
        }
    }
}