
  .card-shortcut {
    border-radius: 1rem;
    border: 1px solid #ccc; 
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.1);
    background: #fff;
    max-width: 960px;
    margin: auto;
  }
  .shortcut-desc {
    font-size: 0.95rem;
    color: #666;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .shortcut-actions {
    display: none;
    transition: opacity 0.2s ease;
  }
  .col-6 { padding-left: 2rem; padding-right: 2rem;padding-bottom:1rem; }
  .shortcut-gear {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    z-index: 3;
  }
  .shortcut-gear:focus { outline: none; }
  .shortcut-gear i { font-size: 1.05rem; pointer-events: none; }
  .shortcut-main { position: relative; padding-right: 1.8rem; }
  .shortcut-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
  .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
    color: #000000;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .btn-icon:hover {
    color: #0d6efd;
    transform: scale(1.1);
    transition: all 0.2s ease;
  }
  .searchBtn {
    border-radius: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 20px;
    font-size: 16px;
    height: 85px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 0px solid rgba(0,0,0,0.1);
    min-width: 130px;
    width: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    background-blend-mode: overlay;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.4rem;
    box-shadow: inset 0 4px 0 rgba(255,255,255,0.4),
                inset 0 -4px 0 rgba(0,0,0,0.2),
                0 4px 8px rgba(0,0,0,0.2);
    background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(0,0,0,0.1));
  }
  .searchBtn:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 2px 0 rgba(255,255,255,1),
                inset 0 -2px 0 rgba(0,0,0,0.8),
                0 6px 12px rgba(0,0,0,0.5);
    text-decoration: none;
  }
  .searchBtn:active {
    transform: translateY(1px);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.7),
                inset 0 -2px 2px rgba(255,255,255,0.4),
                0 2px 4px rgba(0,0,0,0.3);
  }
  .searchBtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0.1) 0%,
      rgba(255,255,255,0.7) 50%,
      rgba(255,255,255,0.1) 100%
    );
    transform: skewX(-20deg);
  }
  .searchBtn:hover::after { animation: shine 1.2s ease-in-out forwards; }
  @keyframes shine { 0% { left: -75%; } 100% { left: 125%; } }
  @media (max-width: 768px) {
 .searchBtn {
    border-radius: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 20px;
    font-size: 16px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 0px solid rgba(0,0,0,0.1);
    min-width: 130px;
    width: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    background-blend-mode: overlay;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.4rem;
    box-shadow: inset 0 4px 0 rgba(255,255,255,0.4),
                inset 0 -4px 0 rgba(0,0,0,0.2),
                0 4px 8px rgba(0,0,0,0.2);
    background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(0,0,0,0.1));
  }
    .col-6 { padding-left: 0.6rem; padding-right: 0.6rem;padding-bottom: 0.3rem; }
   .shortcut-gear {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    z-index: 3;
  }
}
.breadcrumb-nav {margin-top: 5px;margin-bottom: 0px;margin-left: 12px;}