/* Custom styles to fix detail page layout */
.detail .row {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.video-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 1px silver solid !important;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 16px;
}

.video-item a {
    color: #43b5e7;
    text-decoration: none;
    font-weight: 500;
}