﻿
.w-datagrid-row.d-webcontent .d-card {
/*    display: flex;
*/}


    .w-datagrid-row.d-webcontent .d-card > .d-card,
    .w-datagrid-row.d-webcontent .d-card > .card-body {
        flex-grow: 1;
    }
     
.d-webcontent .iframe{
    width: 100%;
    aspect-ratio: 9 / 16;
    margin: 5%;
}
.d-webcontent .w-youtube-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 5%;
}

.d-section-file-1 {
    text-align: left;
    margin-left: 20px;
}
    .d-section-file-1 .link-label {
        display:block;
    }
    .d-section-file-1 .link-url {
        text-decoration: underline;
    }


.w-last-refreshed {
    background: black !important;
    color: darkgrey !important;
    width: fit-content;
    border-radius: 7px;
    text-align: right;
    justify-content: end;
    font-size: smaller;
}