.padia-dashboard {
    max-width: 420px;
    margin: 0 auto;
    padding: 16px;
    direction: rtl;
    font-family: inherit;
}

.padia-dashboard-greeting {
    text-align: center;
    margin: 18px 0;
}

.padia-store-list h3 {
    margin: 0 0 12px;
    font-size: 16px;
}

.padia-store-list .padia-empty {
    color: #6b7280;
    text-align: center;
}

.padia-store-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}

.padia-store-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    font-weight: 600;
}

.padia-store-item summary::-webkit-details-marker {
    display: none;
}

.padia-store-item summary::after {
    content: "\25BE";
    margin-inline-start: 8px;
    color: #9ca3af;
    transition: transform .2s;
}

.padia-store-item[open] summary::after {
    transform: rotate(180deg);
}

.padia-store-points {
    font-size: 13px;
    color: #2563eb;
    font-weight: 700;
}

.padia-store-details {
    padding: 0 16px 16px;
    border-top: 1px solid #f3f4f6;
    font-size: 14px;
    color: #374151;
}

.padia-store-details p {
    margin: 10px 0 0;
}

.padia-card-number-copy {
    direction: ltr;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
}

.padia-store-social a {
    display: inline-block;
    margin-inline-end: 10px;
    color: #2563eb;
    text-decoration: none;
}

.padia-store-shop-btn {
    display: block;
    text-align: center;
    margin-top: 14px;
    padding: 10px;
    border-radius: 8px;
    background: #2563eb;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}
