﻿.acl-card {
    box-shadow: 0 4px 16px 0 #2d374820, 0 1.5px 4px 0 #cdd6e3;
    border-radius: 14px;
    /*margin-bottom: 16px;*/
    padding: 12px 0 12px 0;
/*    background: #fff;*/
    /*min-width: 260px;*/
    transition: box-shadow 0.2s;
}

    .acl-card:hover {
        box-shadow: 0 6px 20px 0 #2d374820, 0 2px 8px 0 #cdd6e3;
    }

.acl-textbox-input {
    padding: 0 14px;
    margin: 0 10px;
    text-align: center;
    font-weight: 500;
    font-size: 1.05rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    min-width: 100px;
}

.acl-main-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1e293b;
    padding: 8px 0 8px 0;
    letter-spacing: 0.02em;
    text-align: center;
    text-shadow: 12px 2px 6px #f1f5f9;
}

.acl-title {
    font-weight: 600;
    font-size: 1.15rem;
    color: #23272e;
    padding: 6px 0 6px 0;
    letter-spacing: 0.02em;
    text-align: center;
}

.acl-card-body-no-border {
    padding: 8px 18px 12px 18px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.download-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 36px;
    padding: 0 16px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 6px;
    box-sizing: border-box;
}

.download-badge {
    background: #ffe066;
    color: #7d5d00;
    border: 1px solid #ffe066;
    cursor: not-allowed;
    user-select: none;
}