.sba-box {
    border: 1px solid #bdbdbd;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #e0e0e0;
    display: flex;
    flex-direction: column;
}

.sba-content {
    row-gap: 8px;
    padding: 8px;
    flex-grow: 1;

    p {
        flex-grow: 1;
    }
}

.sba-box span {
    font-weight: bold;
}

#sba-list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.eoa-video {
    height: 300px;
}

.eoa-tableau {
    margin-top: 16px;
    margin-bottom: 16px;
}

.icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
}

.icon img {
    height: 120px;
}

.tab-content {
	margin: 16px 0;
}