﻿.loopstable {
    width: 100%;
    border-collapse: separate; /* Changed from collapse to allow spacing */
    border-spacing: 3px; /* This creates space between cells (replaces margin) */
    margin-bottom: 8px;
}

    .loopstable td {
        width: 166px;
        text-align: center;
        vertical-align: top;
        padding: 3px;
        border: 1px solid #222C59;
        box-sizing: border-box;
        background-color: #121C35; /* Add your background color to see the spacing */
    }

.loop-item {
    text-align: center;
    font-size: 1rem;
    cursor: pointer; /* Matches the onclick behavior */
}

.loop-thumbnail {
    width: 168px;
    height: 168px;
    display: block;
    margin: auto;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.loop-thumbnail-missing {
    width: 168px;
    height: 168px;
    display: block;
    margin: auto;
    border-radius: 2px;
}

.loop-title {
    margin: 0 2px 4px 2px;
    padding: 0 2px 8px 0;
    font-size: 1rem;
    height: 48px;
}

.loop-media-icon {
    height: 24px;
    vertical-align: middle;
}
