.ufe-48461-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.ufe-48461-item {
    display: flex;
    flex-direction: column;
}

.ufe-48461-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 8px;
}

.ufe-48461-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ufe-48461-month-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}

.ufe-48461-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.ufe-48461-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ufe-48461-title a:hover {
    color: #0073aa;
}

.ufe-48461-view-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.ufe-48461-view-btn:hover {
    background-color: #005177;
    color: #fff;
}