﻿.basicInfo
{
    position:relative;
}

.dateLeaderCategoryLocation
{
    display : flex;
    flex-wrap : wrap;
    justify-content : space-around;
    align-items : flex-start;

    position : relative;
}

.descriptions {
    border-bottom: dashed 1px #e5e5e5;
    padding: 0.5rem 0;
}

.description
{
    line-height : 2rem;
}

.htmlDescription > p {
    line-height: 2rem;
}

.poster {
    box-sizing : border-box;
    margin : 1rem 0;
    text-align : center;
}

    .poster img {
        max-width: 100%;
        border: solid 1px #e5e5e5;
        border-radius: 5px;
        padding: 1rem;
        box-shadow: 1px 1px 4px #D1C7C5;
    }

/* 連結、附件、片段的標題 */
.sectionHeading {
    box-sizing: border-box;
    font-size: 1.1rem;
    font-weight: 700;
}

.medias {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: dashed 1px #e5e5e5;
    padding: 1rem 0;
}

.eachMedia {
    box-sizing: border-box;
    margin: 0.5rem auto 0.5rem auto;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 1px 1px 4px #D1C7C5;
    max-width : 100%;
}

    .eachMedia > * {
        max-width: 100%;
    }

    div#photoGallery {
        margin : 2rem 0;
    }

.eachPhotoGroupContainer {
    box-sizing: border-box;
    padding: 1rem 0;
    margin : 0 0 2em 0;
}

    /* 照片thumbnail 都在裡面 */
    .eachPhotoGroupContainer .eachPhotoGroup
    {
        box-sizing : border-box;
    }

    /* 圖片群組的名稱 */
.eachPhotoGroupContainer .groupName
{
    font-weight : bold;
    font-size : 1.3em;
}

.links, .attachments {
    box-sizing: border-box;
    padding-left: 1rem;
    border-bottom: dashed 1px #e5e5e5;
    padding-bottom : 1rem;
}

.links .eachLink, .attachments .eachAttachment {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
}

    .links .eachLink .caption, .attachments .eachAttachment .caption {
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 2rem;
        box-sizing: border-box;
        display: block;
    }

    .links .eachLink .description, .attachments .eachAttachment .description {
        display: block;
        flex-grow: 1;
        flex-shrink: 1;
        box-sizing: border-box;
    }