.bg__metadata-column {
    padding: 10px;
    height: 100%;
    overflow-y: auto;

    > .fields {
        padding-bottom: 10px;
        border-bottom: 1px solid $clGreyTint;
        margin-bottom: 10px;
        .btn {
            padding-left: 20px;
            margin: 0 10px 0 0;

            &.link {
                background-image: $iconLinkUrl;
                background-repeat: no-repeat;
                background-position: left;
                text-align: left;
                overflow: hidden;
            }
        }
        > div {
            > .title {
                font-size: 15px;
                font-weight: bold;
                text-transform: capitalize;
            }

            > p {
                margin: 4px 0 8px;
                font-size: 14px;
            }
        }
    }

    > .actions {
        padding-top: 10px;
        .btn {
            padding-left: 20px;
            margin: 0 10px 0 0;

            &.link {
                background-image: $iconLinkUrl;
                background-repeat: no-repeat;
                background-position: left;
            }
        }
    }
}
