/**
Theme Name: Blunor by Hamid
Author: Hamid Sheikh
Author URI: https://www.blunor.pk/
Description: Hamid Sheikh: Full Stack Developer, with more than 8 years experience in WordPress and PHP. Feel free to contact me on: https://www.blunor.pk/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blunor-by-hamid
Template: astra
*/

/* Style for Latest Test Result section */
/* Style for Latest Test Result section */
/* Style for Latest Test Result section */
/* Style for Latest Test Result section */
/* Style for Latest Test Result section */
/* Subtle Style for Latest Test Result section */
/* Style for Latest Janoshik Test Results section */
/* Premium Style for Latest Janoshik Test Results section */
/* Glassy Modern Style for Latest Janoshik Test Results section */
#latest-test-result,
#latest-test-result-wrapper {
    background: rgba(255, 249, 196, 0.7); /* Semi-transparent soft yellow */
    backdrop-filter: blur(6px); /* Glass blur effect */
    -webkit-backdrop-filter: blur(6px); /* Safari support */
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f0e68c;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Slightly deeper soft shadow */
}

#latest-test-result a,
#latest-test-result-wrapper a {
    color: #5a2d82; /* Purple brand link color */
    text-decoration: underline;
}