/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.my-professional-notice {
    margin: 20px 0;
    padding: 18px;
    border: 1px solid #d9d9d9;
    background: #fff8e7;
    border-radius: 8px;
}

.my-professional-notice p {
    margin-bottom: 10px;
}
.my-professional-notice {
    background: #fff3cd;
    border: 1px solid #e0b100;
    padding: 16px;
    margin: 15px 0;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.my-professional-notice p {
    margin: 0 0 10px;
}

.my-professional-notice p:last-child {
    margin-bottom: 0;
}
.my-professional-tag-wrap {
    display: inline-block;
}

.my-professional-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #b53a2d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 4px;
    line-height: 1;
    letter-spacing: 0.3px;
}