@charset "utf-8";
/* CSS Document */

body .wysiwyg ul li {
  line-height: 26px !important;
}

        .BHMcontainer {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            bottom-padding: 15px;
        }
        .BHMtitle {
            color: #007A5E;
            font-size: 32px;
            font-weight: bold;
            padding-bottom: 10px;
        }
        .BHMdescription {
            color: #505050;
            font-size: 18px;
        }
        hr {
            border: 0;
            height: 1px;
            background: #ccc;
            margin: 20px 0;
        }
        .BHMevent {
            display: flex;
            align-items: flex-start;
            gap: 26px;
            margin-bottom: 20px;
        }
        .BHMevent img {
            width: 223px;
            height: 223px;
            object-fit: cover;
            border-radius: 4px;
        }
        .BHMevent-info {
            flex: 1;
        }
        .BHMcaption {
            font-size: 18px;
            color: #333;
            text-align: center;
            margin-top: 5px;
        }
        .BHMevent-title {
            color: #333;
            font-size: 26px;
            font-weight: bold;
            padding-bottom: 10px;
        }
        .BHMevent-description {
            color: #505050;
            font-size: 18px;
            margin: 5px 0;
        }
        .BHMevent-details {
            list-style: disc;
            margin: 15px 0 0 20px;
            color: #505050;
            font-size: 18px;
            line-spacing: 27px;
        }
        .BHMevent-details a {
            color: #007A5E;
            text-decoration: underline;
        }
        
     .BHMevent-details a:hover {
            color: #EAAF0F;
            text-decoration: underline;
        }
        .BHMlast-revised {
            font-size: 16px;
            color: #505050;
            text-align: center;
        }
        @media (max-width: 480px) {
            .BHMevent {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
        }
        
        @media (max-width: 320px) {
    .BHMcontainer {
        padding: 10px;
    }
    
    .BHMevent {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .BHMevent img {
        display: block;
        margin: 0 auto;
    }
    
            .BHMevent-title {
            color: #333;
            font-size: 18px;
            font-weight: bold;
            padding-bottom: 10px;
        }
        .BHMevent-description {
            color: #505050;
            font-size: 16px;
            margin: 5px 0;
            line-spacing: 27px;
        }
        .BHMevent-details {
            list-style: disc;
            margin: 15px 0 0 20px;
            color: #505050;
            font-size: 16px;
            line-spacing: 27px;
        }
    
    .BHMevent-details {
        margin-left: -15px; 
    }
    
            .BHMlast-revised {
            font-size: 13px;
        }
}

