/* _content/Mtivrs/Components/Layout/MainLayout.razor.rz.scp.css */
/* �]�w�㭶���c  */
.page[b-od2fmgrouq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /*�אּ�~�өγ]���z�� */
    background-color: transparent;
}

/* ���e�϶� */
.content-container[b-od2fmgrouq] {
    flex: 1; 
    padding-bottom: 2rem;
}

/* Banner */
.top-banner[b-od2fmgrouq], .bottom-banner[b-od2fmgrouq] {
    background-color: #FFD700;
    width: 100%; 
    text-align: center;
    line-height: 0; /* �w�]��Z�_�� */
}

/* �Ϥ�RWD */
.banner-img[b-od2fmgrouq] {
    width: 100%;
    height: auto;
    max-height: 350px; /* ����̤j���� */
    object-fit: cover; /* �T�O�Ϥ��񺡤��ܧ� */ 
    display: inline-block;
}

@media (min-width: 992px) {
    .bottom-banner .banner-img[b-od2fmgrouq] { 
        max-height: 80px;  
    }
}
