﻿#detail-actions {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
    gap: 15px;
    margin-top: 15px;
    color: var(--text-dark-color) !important;
}


button.btn-text-icon, a.btn-text-icon {
    --btn-text-color: #0b70c0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    gap: 10px;
    border: 2px solid transparent;
    padding: 5px;
    transition: 300ms;
    text-decoration: none;
    color: var(--btn-text-color);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
    button.btn-text-icon:hover, a.btn-text-icon:hover {
        border: 2px solid var(--btn-text-color);
        border-radius: 5px;
    }
    button.btn-text-icon.danger, a.btn-text-icon.danger {
        --btn-text-color: #b02a37;
    }
#SummaryWrapper{
    padding:0 55px;
}

.rounded-corner-box {
    padding: 40px;
}

h2 {
    padding-bottom: 0;
}
.sub-title {
    font-size: 12px;
    padding-right: 10px;
}

h4{
    font-size:16px;
}
h4 p{
    margin:0;
}
h2{
    font-size:21px;
    padding:0;
}
#details-page h4, #Summary ul, #Latest-event ul{
    padding-left: 18px;
}

abbr[title] {
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #777;
}
#Summary ul li, #Latest-event ul li {
    font-size: 0.9rem;
    text-align-last: justify;
    text-align: justify;
    width: 640px;
    padding: 2px;
    font-family: Inter;
}
@media (max-width: 830px) {
    #Summary ul li, #Latest-event ul li{
        font-size: .85rem;
        width: inherit;
        text-align-last: left !important;
        text-align: justify;
        margin-left: 0;
    }
    #SummaryWrapper {
        padding: 25px;
    }
    .rounded-corner-box {
        padding: 0;
        margin-left: 10px;
    }
    #Summary ul li:has(strong), #Latest-event ul li:has(strong) {
        margin: 10px 0px 0px -18px;
    }
    #details-page h4, #Summary ul, #Latest-event ul {
        padding-left: 0;
    }
    #detail-actions {
        justify-content: space-evenly;
    }
}

.remove-justify {
    text-align-last: left !important;
    text-align: left !important;
}

.remove-justify-last {
    text-align-last: left !important;
    text-align: justify;
}

#Summary ul li:not(:has(strong)), #Latest-event ul li:not(:has(strong)) {
    margin-left: 18px;
}
#Summary ul li:has(strong), #Latest-event ul li:has(strong) {
    list-style: none;
    text-align-last: left !important;
    text-align: justify;
    display: block;
    position: relative;
    margin: 20px 0px 0px -1px;
}
.comment-list-inner {
    background-color: #fff;
    padding: 10px
}

    .comment-list-inner h3 {
        margin-top: 0 !important;
        padding: 8px 8px 0
    }
/*##Latest-event {
    max-width: 46rem
}*/

#taxonomy {
    color: #575757;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.3px;
    background: var(--color-drop-down);
    min-height: 100%;
    padding: 30px;
}
#taxonomy .item .title {
    font-weight: 700;
    min-width:200px;
}
#taxonomy .item .value {
    font-weight: 400;
}

    #taxonomy .item {
        display: grid;
        grid-template-columns: 100px 1fr;
        margin-bottom: 10px;
        align-items: center;
        column-gap: 30px;
    }