/*
ATTENTION! Please do not modify this file, it's auto-generated and all your changes will be lost.
The complete list of files it's generated from:
design/themes/jelly_theme/css/addons/auction/product_data.css
*/


.ui-resizable {
    height: 320px !important;
    width: 390px !important;
}

#login_block3 .object-container {
    height: 229px !important;
}

.ty-product-bigpicture__sidebar-bottom {
    width: auto;
}

.penny-pack-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    outline: none;
}

.penny-pack-btn:hover {
    border-color: #3b82f6;
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.18);
    transform: translateY(-5px);
}

.penny-pack-btn:hover .pack-price-badge {
    background: #ebf8ff;
    border-color: #bee3f8;
}

.pack-price-badge {
    background: #f8fafc;
    padding: 6px 8px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    margin-top: auto;
}
