.subscribe-cabinet {
    max-width: 1200px;
    margin: 0 auto;
}

.subscription-info {
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
}

.subscription-info h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 800;
}
.subscription-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 800;
}

.subscription-limits {
    margin: 20px 0;
}

.subscription-limits ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.subscription-limits li {
    margin: 0;
    display: inline-flex;
    width: 19%;
    background-color: #f2ebe9;
    vertical-align: top;
    color: #212529;
    text-align: center;
    flex-direction: column;
    padding: 12px 24px;
}

.subscription-limits li img {
    max-width: 64px;
    margin: 0 auto;
    filter: brightness(0.4);
}
.subscription-limits li .limit-num {
    font-size: 18px;
}
.subscription-limits li .limit-label {
    font-weight: bold;
    font-size: 14px;
}

.subscription-actions {
    margin-top: 30px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background: #0056b3;
}
.btn.available_for_withdrawal,
.btn.success_withdraw_money {
    background: #2e933b;
}

.withdrawal_instructions {
    border: none;
    background: none;
    color: #eb5d3a;
    margin-top: 16px;
}
.withdrawal_instructions:hover {
    color: #4bbdb1;
}

.base-wrapper {
    background-color: #fff;
    margin-bottom: 24px;
    padding: 20px;
}
.base-wrapper .block {
    margin-bottom: 24px;
}
.base-wrapper h4 {
    display: block;
}
.base-wrapper span.base-desc {
    display: block;
    margin-top: -10px;
}
.base-wrapper button {
   display: inline-block; 
}
.base-wrapper img {
    display: inline-block;
    width: 250px;    
}

.zip-wrapper {

}
.zip-wrapper .zip_link {
    
}
.zip-wrapper .zip_link img {
    width: 130px;
    height: 150px;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    margin-right: 24px;
}
.zip-wrapper .zip_link a {
    color: #fff;   
}

.zip-wrapper .zip_link a span {
    
}


/* Стили для секции коллекций */
.collections-section {
    margin-top: 40px;
}

.collections-section h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 800;
}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.collection-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.collection-card:hover {
    transform: translateY(-5px);
}

.collection-preview {
    width: 100%;
    height: 250px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.collection-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-info {
    padding: 20px;
}

.collection-info h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #333;
}

.collection-info p {
    color: #6c757d;
    margin: 0 0 15px 0;
}

/* Стили для карточки создания коллекции */
.create-collection {
    background: transparent;
    border: 2px dashed #bfb5b2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 320px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.create-collection:hover {
    transform: translateY(-5px);
}

.create-collection-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.plus-icon {
    margin-bottom: 10px;
}

.create-collection p {
    color: #bfb5b2;
    font-size: 18px;
    margin: 0;
}

.no-collections {
    text-align: center;
    padding: 60px;
    background: transparent;
    border-radius: 12px;
}

.no-collections p {
    margin-bottom: 20px;
    color: #fff;
}

.subscribe_sales_table {width: 100%;}
.subscribe_sales_table tr {}
.subscribe_sales_table tr td {padding: 0px 0px 16px 0px;}
.subscribe_sales_table tr td:last-child {padding-left: 10px;}

.zayavki_na_vivod .subscribe_sales_table {font-size: 15px;}
.zayavki_na_vivod .subscribe_sales_table td {padding: 8px 5px 8px 10px;white-space: nowrap;}
.zayavki_na_vivod .subscribe_sales_table td:first-child {padding-left: 5px; width:50%;}
.zayavki_na_vivod .subscribe_sales_table td:last-child span {font-size: 13px;padding: 3px 8px;border-radius: 3px;}

.zayavki_na_vivod .subscribe_sales_table tr:nth-child(odd) td {}
.zayavki_na_vivod .subscribe_sales_table tr:nth-child(even) td {background: rgba(0, 0, 0, .05);}

.subscribe_sales_div {display: block;width: calc(100% + 10px);height: auto;max-height: 300px;overflow-x: hidden;padding-right: 10px;}
.subscribe_sales_div::-webkit-scrollbar {width: 6px;}
.subscribe_sales_div::-webkit-scrollbar-track {background-color: rgba(240, 240, 240, 0.32);border-radius: 5px; }
.subscribe_sales_div::-webkit-scrollbar-thumb {background-color: #f0f0f0;border-radius: 5px; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.modal .modal-content h5 {font-family: 'Neue Machina';color: #332927;font-size: 24px;font-weight: 700;display: block;}
.modal [type=text], .modal [type=number] {background: #e7e7e7;color: #332927;box-shadow: none !important;}


.support-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    justify-content: flex-end;
}
.support-block h4 {
    margin-right: 8px;
    text-align: right;
    font-weight: 700;
    line-height: 22px;
}
.support-block h4 .small {
    font-size: 18px;
}
.support-block a.support-button {
    background: #d07e6a;
    height: 48px;
    text-align: center;
    margin: 0 2px;
    border-radius: 48px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.support-block a.support-button.tel {
    background: #d07e6a;
    width: 240px;
}
.support-block a.support-button.wa {
    background: #2e933b;
    font-size: 24px;
    width: 48px;
}
.support-block a.support-button.tg {
    background: #1c9fb6;
    font-size: 24px;
    width: 48px;
}

#instr_user {
    border: none;
    background: none;
    position: absolute;
    right: 10px;
    color: #eb5d3a;
    font-weight: bold;
    font-size: 18px;
}


/*
#withdraw_money .modal-content {background: #E4DDDC;}
#withdraw_money .modal-footer {padding: 1rem;}
#withdraw_money .modal-body {padding-top: 0;padding-bottom: 0;}
#withdraw_money #withdrawal_amount {margin-bottom: 0;border-radius: 0;}
#withdraw_money .closeModal {border: none;
    border-radius: 0;
    background-color: #b3adac;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-family: 'Neue Machina';
    font-size: 16px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px 0 0;}
#withdraw_money .success_withdraw_money {border: none;
    border-radius: 0;
    background-color: #EB5D3A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-family: 'Neue Machina';
    font-size: 16px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;}
#withdraw_money .success_withdraw_money:hover {background-color: #4bbdb1;}
*/
