.company-location { box-sizing: border-box; margin: 26px 0; padding: 26px; border: 1px solid #d4e3ef; border-radius: 10px; background: #f2f7fb; text-align: left; font-family: "Microsoft YaHei", sans-serif; }
.company-location .location-label { color: #0873b5; font-size: 14px; font-weight: bold; letter-spacing: 2px; }
.company-location h3 { margin: 12px 0; color: #18384e; font-size: 23px; line-height: 1.5; font-weight: bold; }
.company-location p.location-note { margin: 10px 0 18px; padding: 0; color: #526676; font-size: 14px; line-height: 1.8; }
.company-location .location-actions a { display: inline-block; box-sizing: border-box; margin: 0 10px 10px 0; padding: 12px 24px; border: 1px solid #0873b5; border-radius: 5px; background: #0873b5; color: #fff; font-size: 16px; line-height: 1.5; text-decoration: none; text-align: center; }
.company-location .location-actions a.location-secondary { background: #fff; color: #0873b5; }
.company-location .location-actions a:hover, .company-location .location-actions a:focus { background: #075784; color: #fff; }
@media (max-width: 600px) { .company-location { padding: 20px 16px; } .company-location h3 { font-size: 21px; } .company-location .location-actions a { display: block; width: 100%; margin-right: 0; } }
