/**
 * Theme Name: xmnr666666 Child
 * Description: Xmnr666666 Child theme
 * Author: XM
 * Author URI: qq:891724307
 * Template: ripro-v5
 * Text Domain: ripro-v5
 */
.collection-mini-widget {
    background: linear-gradient(to right, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    margin: 12px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.collection-mini-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.collection-mini-text h4 {
    color: #1e293b;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 4px 0;
}
.collection-mini-domain {
    color: #3b82f6;
    font-weight: 600;
    font-size: 13px;
}

.shortcut-guide {
    background: white;
    border: 1px solid #3b82f6;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
    box-shadow: 0 2px 5px rgba(59, 130, 246, 0.1);
}

.shortcut-main {
    color: #3b82f6;
    font-size: 18px;
    font-weight: 700;
    font-family: 'SF Mono', Monaco, 'Cascadia Mono', monospace;
    margin-bottom: 2px;
}

.shortcut-desc {
    color: #64748b;
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
}
.collection-mini-text {
    flex: 1;
}
.collection-mini-text p {
    color: #64748b;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

.home-caticons .item {
    width: calc(12.5% - 20px);
    text-align: center;
    float: left;
    margin: 15px 10px;
}
.home-caticons .item img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

.home-caticons {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.home-caticons .item h4 {
    font-size:1rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}