




.account-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 8px;
}


.account-status {
     position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
}

.account-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
}



.action-btn:hover {
    background: #f8f9fa;
    transform: scale(1.1);
}

.renew-btn i { color: #007bff;margin-right:10px; }

.account-item { position: relative; }


.post-list .form--radio.form-check.post-list__item {
  min-width: auto;
}
