.shikdo-view-all-card {
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 24px 18px;

    background: #fff;
    color: var(--wd-title-color);
    text-decoration: none !important;
    text-align: center;
}

.shikdo-view-all-icon {
    order: 1;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 16px;

    border-radius: 50%;
    background: var(--wd-primary-color);
    color: #fff;

    font-size: 24px;
    line-height: 1;
}

.shikdo-view-all-title {
    order: 2;

    display: block;

    margin: 0 0 8px;

    color: var(--wd-title-color);
    font-family: var(--wd-entities-title-font);

    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;

    text-align: center;
}

.shikdo-view-all-subtitle {
    order: 3;

    display: block;

    margin: 0;

    color: var(--wd-text-color);
    font-family: var(--wd-text-font);

    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;

    text-align: center;
}

/* بدون افکت هاور */
.shikdo-view-all-card:hover,
.shikdo-view-all-card:focus,
.shikdo-view-all-card:active {
    background: #fff !important;
    color: var(--wd-title-color) !important;
    text-decoration: none !important;
    transform: none !important;
}

@media (max-width: 767px) {

    .shikdo-view-all-card {
        padding: 18px 10px;
    }

    .shikdo-view-all-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .shikdo-view-all-title {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .shikdo-view-all-subtitle {
        font-size: 11px;
    }
}