/* Hamarossan */

.future-item {
    position: relative;
    opacity: 0.7;
}

/* .future-item .link-preview, */
.future-item .link-details {
    pointer-events: none;
}

.future-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(181, 212, 5, 0.85);
    padding: 4px 10px;
    font-size: 12px;
    color: #ff0000;
    border-radius: 4px;
    font-weight: bold;
}

/* újdonsǽg */
.new-item {
    position: relative;
}

.new-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 50, 50, 0.85);
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
}

#logo {
  display: flex;
  align-items: center;
}
