.cache-guide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #222;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}
.cache-instruction-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
    justify-content: space-around;
}
.cache-guide__shortcuts {
    margin: 10px;
    padding: 20px;
    box-shadow: 5px 5px 0px 0px #2a7791;
    background: #f3f4f6;
    max-width: 600px;
}

.cache-guide__shortcut-list {
    
}
.cache-instruction {
    max-width: 600px;
    margin: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000;
    background: #fff;
}
.cache-guide__title {
    margin-bottom: 12px;
    font-size: 2rem;
    color: #111;
}

.cache-guide__intro {
    margin-bottom: 28px;
    font-size: 1rem;
    color: #000;
}

.cache-guide__browser {
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid #ddd;
    max-width: 600px;
    background: #f9f9f9;
    margin:15px;
}

.cache-guide__browser-title {
    margin-top: 0;
    font-size: 1.4rem;
    color: #1f2937;
}

.cache-guide__steps {
    padding-left: 24px;
    margin-bottom: 0;
}

    .cache-guide__steps li {
        margin-bottom: 10px;
    }
.cache-guide__steps {
    list-style-type: decimal !important;
    list-style-position: outside !important;
    padding-left: 2rem !important;
    margin-left: 0 !important;
}

    .cache-guide__steps li {
        display: list-item !important;
        margin-bottom: 10px !important;
        list-style: decimal !important;
    }
.cache-guide__note {
    margin-top: 16px;
    padding: 12px 14px;
    border-left: 4px solid #2563eb;
    background: #eef4ff;
    color: #1e3a8a;
    font-size: 0.95rem;
}

 

.cache-guide strong {
    color: #111827;
}
