.odoo-app-hero {
    padding: 30px 0 70px;
    background: #fff;
}

.odoo-app-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 55px;
    font-size: 15px;
    color: #777;
}

.odoo-app-breadcrumb a {
    color: #777;
    text-decoration: none;
}

.odoo-app-breadcrumb a:hover {
    color: #6f2c70;
}

.odoo-app-breadcrumb span:last-child {
    color: #222;
}

.odoo-app-hero-content {
    max-width: 1100px;
}

.odoo-app-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #1769ff;
    font-size: 16px;
    font-weight: 600;
}

.odoo-app-label-icon {
    font-size: 18px;
}

.odoo-app-title {
    max-width: 1000px;
    margin: 0 0 25px;
    font-size: 3.6rem;
    line-height: 0.8;
    font-weight: 700;
    letter-spacing: -2px;
    color: #171717;
}

.odoo-app-excerpt {
    max-width: 90%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.65;
    color: #707070;
}

.odoo-app-meta-left {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #777;
}

.odoo-app-type {
    color: #1769ff;
    font-weight: 600;
}

.odoo-app-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.odoo-app-share-label {
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #777;
}

.odoo-app-share a,
.odoo-app-copy-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    color: #222;
    text-decoration: none;
    cursor: pointer;
}

.odoo-app-featured-image {
    height: 360px;
    overflow: hidden;
}

.odoo-app-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    display: block;
    border-radius: 14px;
}

.odoo-app-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 0;
}