.straus-gallery-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.straus-gallery-link-item {
    margin-bottom: 10px;
}

.straus-gallery-link-trigger {
    text-decoration: none;
    cursor: pointer;
    color: white !important;
    transition: color 0.3s ease;
    background: #C8102E;
    padding: 0.5em 2em 0.5em 2em;
    border-radius: 6px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.8px;
    border: 3px solid #C8102E;
}

.straus-gallery-link-trigger:hover {
    background: transparent;
    color: #C8102E !important;
}