.elementor-2548 .elementor-element.elementor-element-347be6fd{--display:flex;}/* Start custom CSS for container, class: .elementor-element-347be6fd *//* LIST */

.studok-bids-list {

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.studok-bid-card {

    padding: 22px;

    border-radius: 18px;

    background: linear-gradient(
        135deg,
        rgba(18, 50, 32, 0.95),
        rgba(12, 20, 15, 0.96)
    );

    border: 1px solid rgba(255,255,255,0.05);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.04);

    backdrop-filter: blur(14px);

    transition: 0.25s ease;
}


.studok-bid-header {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* author */

.studok-bid-author {

    font-size: 18px;
    font-weight: 600;

    color: #2ecc71;
}

/* meta */

.studok-bid-meta {

    margin-top: 6px;

    font-size: 14px;
    font-weight: 500;

    color: rgba(255,255,255,0.7);
}
.studok-bid-text {

    margin-top: 12px;

    font-size: 14px;

    line-height: 1.6;

    color: rgba(255,255,255,0.85);
}
.studok-bid-select {

    display: inline-flex;
   align-items: flex-end;
    justify-content: center;

    margin-top: 18px;

    padding: 14px 28px;

    border-radius: 999px;

    background: linear-gradient(
        135deg,
        #2ecc71 0%,
        #27ae60 100%
    );

    color: #04160c;

    font-size: 15px;
    font-weight: 600;
height: 54px;
    text-decoration: none;

    border: none;

    cursor: pointer;

    box-shadow:
        0 8px 22px rgba(46,204,113,0.35),
        inset 0 1px 0 rgba(255,255,255,0.25);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


/* hover */
.studok-bid-select:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(46,204,113,0.55),
        inset 0 1px 0 rgba(255,255,255,0.3);

    background: linear-gradient(
        135deg,
        #38ef7d,
        #27ae60
    );

    color: #04160c;
}


/* click */
.studok-bid-select:active {

    transform: translateY(0);

    box-shadow:
        0 4px 12px rgba(46,204,113,0.4);
}
.studok-bid-card {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}/* End custom CSS */