.fmn-post-read-more {
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    border: none;
}

.fmn-post-read-more__item {
    display: flex;
    gap: 20px;
    background-color: #fff;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.2s ease;
}

.fmn-post-read-more__item:hover {
    background-color: #f9f9f9;
}

.fmn-post-read-more__item:hover .fmn-post-read-more__title {
    color: #000;
}

.fmn-post-read-more__left {
    flex: 0 0 150px;
}

.fmn-post-read-more__image-img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

.fmn-post-read-more__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fmn-post-read-more__preheader {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}

.fmn-post-read-more__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #222;
    transition: color 0.2s ease;
}

.fmn-post-read-more__title a {
    text-decoration: none;
    color: inherit;
}

.fmn-post-read-more__title a:hover {
    color: inherit;
}

/* Polls */
.fmn-poll {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #2563eb;
    border-radius: 12px;
    padding: 32px;
    margin: 48px 0;
    font-family: inherit;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    position: relative;
    /* overflow: hidden; */
}

.fmn-poll::before {
    content: 'SONDAÅ»';
    position: absolute;
    top: 0;
    right: 0;
    background: #2563eb;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-bottom-left-radius: 8px;
    letter-spacing: 0.05em;
    z-index: 1;
}

.fmn-poll__inner {
    transition: opacity 0.3s ease;
}

.fmn-poll--loading .fmn-poll__inner {
    opacity: 0.5;
    pointer-events: none;
}

.fmn-poll__question {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 28px 0;
    color: #0f172a;
    line-height: 1.3;
}

.fmn-poll__answers {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fmn-poll__answer {
    position: relative;
}

.fmn-poll__vote-button {
    width: 100%;
    text-align: left;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    padding: 14px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.fmn-poll__vote-button-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.2s ease;
    background: #fff;
}

.fmn-poll__vote-button:hover:not(:disabled) {
    background: #f8fafc;
    border-color: #2563eb;
    color: #2563eb;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.1);
}

.fmn-poll__vote-button:hover:not(:disabled) .fmn-poll__vote-button-bullet {
    border-color: #2563eb;
}

.fmn-poll__vote-button:active:not(:disabled) {
    transform: scale(0.99);
}

.fmn-poll__vote-button:disabled {
    cursor: default;
    opacity: 0.6;
}

.fmn-poll__result-bar-wrapper {
    height: 48px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e2e8f0;
}

.fmn-poll__result-bar {
    height: 100%;
    background: #2563eb;
    transition: width 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.12;
}

.fmn-poll__result-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    pointer-events: none;
}

.fmn-poll__answer-text {
    color: #1e293b;
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 80%;
}

.fmn-poll__percentage {
    color: #1e293b;
    z-index: 1;
    margin-left: 8px;
}

.fmn-poll__footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.fmn-poll__total-votes {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.fmn-poll__notification {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    animation: fmn-slide-up 0.3s ease-out;
}

.fmn-poll__notification--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fee2e2;
}

.fmn-poll__notification--success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #dcfce7;
}

@keyframes fmn-slide-up {
    from { transform: translateY(10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}


.fmn-post-read-more__title a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 600px) {
    .fmn-post-read-more {
        margin: 24px 0;
        gap: 12px;
    }

    .fmn-post-read-more__item {
        gap: 12px;
        padding: 10px;
    }

    .fmn-post-read-more__left {
        flex: 0 0 120px;
    }

    .fmn-post-read-more__image-img {
        width: 120px;
        height: 80px;
    }

    .fmn-post-read-more__preheader {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .fmn-post-read-more__title {
        font-size: 14px;
        line-height: 1.25;
    }

    .fmn-poll {
        padding: 40px 20px 24px 20px;
        margin: 32px 0;
    }

    .fmn-poll__question {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .fmn-poll__vote-button {
        padding: 12px 16px;
        font-size: 14px;
    }

    .fmn-poll__result-bar-wrapper {
        height: 44px;
    }

    .fmn-poll__result-text {
        font-size: 13px;
        padding: 0 12px;
    }
}
