.rifnote-special {
    max-width: 800px;
    margin: 0 auto;
}

.rifnote-special-first {
    margin-bottom: 20px;
}

.rifnote-special-first .image-container {
    position: relative;
    overflow: hidden;
    max-height: 400px; /* Adjust this value as needed */
    border-radius: 8px;
}

.rifnote-special-first img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.rifnote-special-first .image-container:hover img {
    transform: scale(1.05);
}

.rifnote-special-first-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.rifnote-special-first-link:hover {
    text-decoration: none;
    color: inherit;
}

.rifnote-special-title {
    font-size: 24px;
    font-weight: 600;
    color: #0f0f0f;
    margin: 15px 0 10px;
    line-height: 1.2em;
}

.rifnote-special-excerpt {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 1.4;
    margin-top: 10px;
}

.rifnote-special-item {
    margin-bottom: 15px;
}

.rifnote-special-separator {
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
    margin: 10px 0;
}

.rifnote-special-item .rifnote-special-title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.rifnote-special-item a {
    color: #121212;
    text-decoration: none;
    transition: color 0.3s ease;
}

.rifnote-special-item a:hover {
    color: #ed1c24;
}

.rifnote-special-nav {
    text-align: right;
    margin-top: 20px;
}

.rifnote-special-nav a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #fbfbfb;
    font-size: 14px;
    text-transform: uppercase;
    color: #1d1d1d;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.rifnote-special-nav a:hover {
    background-color: #cbcbcb;
    color: #161616;
    transform: translateY(-2px);
}

.rifnote-special-content.loading {
    opacity: 0.5;
    pointer-events: none;
}