.kodo-ideas-append-holder {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
}

.kodo-ideas-append-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;

    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);

    border: 1px solid rgba(251, 191, 36, 0.6);
    color: #d97706;

    padding: 0.625rem 1rem;
    border-radius: 1rem;

    font-weight: 500;
    font-size: 0.875rem;

    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.kodo-ideas-append-button:hover {
    background: #fffbeb;
    border-color: #f59e0b;
    color: #d97706;
}

.kodo-ideas-append-button svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.kodo-ideas-append-button span,
.kodo-ideas-append-button {
    line-height: 1;
}
