/*
Theme Name: Aladdin

*/
﻿
/* Certificate page: show certificate names under each certificate image */
body:has(#a_3.bg) .m1000 > .lists.zz li a::after {
    display: block;
    margin-top: 10px;
    min-height: 24px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    font-family: 'Century Gothic', Arial, sans-serif;
}

body:has(#a_3.bg) .m1000 > .lists.zz li:nth-child(1) a::after {
    content: 'CE Certificate';
}

body:has(#a_3.bg) .m1000 > .lists.zz li:nth-child(2) a::after {
    content: 'IP68 Test Report';
}

body:has(#a_3.bg) .m1000 > .lists.zz li:nth-child(3) a::after {
    content: 'CCC Certificate';
}

body:has(#a_3.bg) .m1000 > .lists.zz li:nth-child(4) a::after {
    content: 'ISO 9001 Certificate';
}

